-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLauncher.sln
More file actions
24 lines (24 loc) · 1.04 KB
/
Launcher.sln
File metadata and controls
24 lines (24 loc) · 1.04 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.4.11620.152 stable
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Launcher", "Launcher\Launcher.csproj", "{B1C2D3E4-F5A6-7890-BCDE-F01234567891}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B1C2D3E4-F5A6-7890-BCDE-F01234567891}.Debug|x86.ActiveCfg = Debug|x86
{B1C2D3E4-F5A6-7890-BCDE-F01234567891}.Debug|x86.Build.0 = Debug|x86
{B1C2D3E4-F5A6-7890-BCDE-F01234567891}.Release|x86.ActiveCfg = Release|x86
{B1C2D3E4-F5A6-7890-BCDE-F01234567891}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C2D3E4F5-A6B7-8901-CDEF-012345678912}
EndGlobalSection
EndGlobal