forked from senpaisomething/PD2Launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPD2Launcher.sln
More file actions
37 lines (37 loc) · 1.92 KB
/
PD2Launcher.sln
File metadata and controls
37 lines (37 loc) · 1.92 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Launcher", "src\launcher\PD2Launcher.vcxproj", "{FFFFA842-B25E-4FFD-A8C3-B9326D7789F0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Updater", "src\updater\updater.vcxproj", "{DE9C757C-0C01-46C6-816C-A03F6123FDA5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common", "src\common\common.vcxproj", "{16FF802B-451E-4CA0-A56E-C269C9043BF9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FFFFA842-B25E-4FFD-A8C3-B9326D7789F0}.Debug|x86.ActiveCfg = Debug|Win32
{FFFFA842-B25E-4FFD-A8C3-B9326D7789F0}.Debug|x86.Build.0 = Debug|Win32
{FFFFA842-B25E-4FFD-A8C3-B9326D7789F0}.Release|x86.ActiveCfg = Release|Win32
{FFFFA842-B25E-4FFD-A8C3-B9326D7789F0}.Release|x86.Build.0 = Release|Win32
{DE9C757C-0C01-46C6-816C-A03F6123FDA5}.Debug|x86.ActiveCfg = Debug|Win32
{DE9C757C-0C01-46C6-816C-A03F6123FDA5}.Debug|x86.Build.0 = Debug|Win32
{DE9C757C-0C01-46C6-816C-A03F6123FDA5}.Release|x86.ActiveCfg = Release|Win32
{DE9C757C-0C01-46C6-816C-A03F6123FDA5}.Release|x86.Build.0 = Release|Win32
{16FF802B-451E-4CA0-A56E-C269C9043BF9}.Debug|x86.ActiveCfg = Debug|Win32
{16FF802B-451E-4CA0-A56E-C269C9043BF9}.Debug|x86.Build.0 = Debug|Win32
{16FF802B-451E-4CA0-A56E-C269C9043BF9}.Release|x86.ActiveCfg = Release|Win32
{16FF802B-451E-4CA0-A56E-C269C9043BF9}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A8D8769B-5AA8-436B-93E4-7C1C4186D058}
EndGlobalSection
EndGlobal