-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathLuncher.sln
48 lines (48 loc) · 2.66 KB
/
Luncher.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Luncher", "Luncher\Luncher.vcproj", "{56ACED9B-BF31-4D3F-A5B9-B17ACE6660CA}"
ProjectSection(ProjectDependencies) = postProject
{A08064B8-73DC-49DF-A114-B1089B5F0AFD} = {A08064B8-73DC-49DF-A114-B1089B5F0AFD}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NetCore", "NetCore\NetCore.vcproj", "{A08064B8-73DC-49DF-A114-B1089B5F0AFD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UpdateServer", "UpdateServer\UpdateServer.vcproj", "{A880050C-B8B9-4676-8E4B-BE4B95C0604B}"
ProjectSection(ProjectDependencies) = postProject
{A08064B8-73DC-49DF-A114-B1089B5F0AFD} = {A08064B8-73DC-49DF-A114-B1089B5F0AFD}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{56ACED9B-BF31-4D3F-A5B9-B17ACE6660CA}.Debug|Win32.ActiveCfg = Debug|Win32
{56ACED9B-BF31-4D3F-A5B9-B17ACE6660CA}.Debug|Win32.Build.0 = Debug|Win32
{56ACED9B-BF31-4D3F-A5B9-B17ACE6660CA}.Debug|x64.ActiveCfg = Debug|x64
{56ACED9B-BF31-4D3F-A5B9-B17ACE6660CA}.Debug|x64.Build.0 = Debug|x64
{56ACED9B-BF31-4D3F-A5B9-B17ACE6660CA}.Release|Win32.ActiveCfg = Release|Win32
{56ACED9B-BF31-4D3F-A5B9-B17ACE6660CA}.Release|Win32.Build.0 = Release|Win32
{56ACED9B-BF31-4D3F-A5B9-B17ACE6660CA}.Release|x64.ActiveCfg = Release|x64
{56ACED9B-BF31-4D3F-A5B9-B17ACE6660CA}.Release|x64.Build.0 = Release|x64
{A08064B8-73DC-49DF-A114-B1089B5F0AFD}.Debug|Win32.ActiveCfg = Debug|Win32
{A08064B8-73DC-49DF-A114-B1089B5F0AFD}.Debug|x64.ActiveCfg = Debug|x64
{A08064B8-73DC-49DF-A114-B1089B5F0AFD}.Debug|x64.Build.0 = Debug|x64
{A08064B8-73DC-49DF-A114-B1089B5F0AFD}.Release|Win32.ActiveCfg = Release|x64
{A08064B8-73DC-49DF-A114-B1089B5F0AFD}.Release|x64.ActiveCfg = Release|x64
{A08064B8-73DC-49DF-A114-B1089B5F0AFD}.Release|x64.Build.0 = Release|x64
{A880050C-B8B9-4676-8E4B-BE4B95C0604B}.Debug|Win32.ActiveCfg = Debug|Win32
{A880050C-B8B9-4676-8E4B-BE4B95C0604B}.Debug|x64.ActiveCfg = Debug|x64
{A880050C-B8B9-4676-8E4B-BE4B95C0604B}.Debug|x64.Build.0 = Debug|x64
{A880050C-B8B9-4676-8E4B-BE4B95C0604B}.Release|Win32.ActiveCfg = Release|x64
{A880050C-B8B9-4676-8E4B-BE4B95C0604B}.Release|x64.ActiveCfg = Release|x64
{A880050C-B8B9-4676-8E4B-BE4B95C0604B}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal