-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject 2.sln
More file actions
29 lines (29 loc) · 1.34 KB
/
Project 2.sln
File metadata and controls
29 lines (29 loc) · 1.34 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
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}") = "Game", "Game\Game.vcxproj", "{2AF9969B-F202-497B-AF30-7BEF9CE8005E}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "GameSetup", "GameSetup\GameSetup.vdproj", "{81233F41-D5EE-4FAC-B639-113B2C709C23}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2AF9969B-F202-497B-AF30-7BEF9CE8005E}.Debug|Win32.ActiveCfg = Release|Win32
{2AF9969B-F202-497B-AF30-7BEF9CE8005E}.Debug|Win32.Build.0 = Release|Win32
{2AF9969B-F202-497B-AF30-7BEF9CE8005E}.Release|Win32.ActiveCfg = Release|Win32
{2AF9969B-F202-497B-AF30-7BEF9CE8005E}.Release|Win32.Build.0 = Release|Win32
{81233F41-D5EE-4FAC-B639-113B2C709C23}.Debug|Win32.ActiveCfg = Release
{81233F41-D5EE-4FAC-B639-113B2C709C23}.Release|Win32.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9F139E45-1915-448E-9063-940484A15C6A}
EndGlobalSection
EndGlobal