-
Notifications
You must be signed in to change notification settings - Fork 3
/
Launcher.sln
31 lines (31 loc) · 1.54 KB
/
Launcher.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Launcher", "Launcher\Launcher\Launcher.vcxproj", "{8772569A-F6A0-4DE1-944F-5830FBAC8969}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Installer", "Installer\Installer\Installer.csproj", "{41B50888-100C-4C2E-AC55-484E803C77F7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8772569A-F6A0-4DE1-944F-5830FBAC8969}.Release|Any CPU.ActiveCfg = Release|x64
{8772569A-F6A0-4DE1-944F-5830FBAC8969}.Release|Any CPU.Build.0 = Release|x64
{8772569A-F6A0-4DE1-944F-5830FBAC8969}.Release|x64.ActiveCfg = Release|x64
{8772569A-F6A0-4DE1-944F-5830FBAC8969}.Release|x64.Build.0 = Release|x64
{41B50888-100C-4C2E-AC55-484E803C77F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41B50888-100C-4C2E-AC55-484E803C77F7}.Release|Any CPU.Build.0 = Release|Any CPU
{41B50888-100C-4C2E-AC55-484E803C77F7}.Release|x64.ActiveCfg = Release|Any CPU
{41B50888-100C-4C2E-AC55-484E803C77F7}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {57100800-CA56-4F5E-B787-A42E352DB54D}
EndGlobalSection
EndGlobal