-
Notifications
You must be signed in to change notification settings - Fork 0
/
game.sln
27 lines (27 loc) · 1.25 KB
/
game.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
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "game", "game.vcproj", "{980CA504-6D3C-4398-8731-E17CD97672D8}"
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
ConfigName.0 = Debug
ConfigName.1 = Debug Alpha
ConfigName.2 = Release
ConfigName.3 = Release Alpha
EndGlobalSection
GlobalSection(ProjectDependencies) = postSolution
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{980CA504-6D3C-4398-8731-E17CD97672D8}.Debug.ActiveCfg = Debug|Win32
{980CA504-6D3C-4398-8731-E17CD97672D8}.Debug.Build.0 = Debug|Win32
{980CA504-6D3C-4398-8731-E17CD97672D8}.Debug Alpha.ActiveCfg = Debug Alpha|Win32
{980CA504-6D3C-4398-8731-E17CD97672D8}.Debug Alpha.Build.0 = Debug Alpha|Win32
{980CA504-6D3C-4398-8731-E17CD97672D8}.Release.ActiveCfg = Release|Win32
{980CA504-6D3C-4398-8731-E17CD97672D8}.Release.Build.0 = Release|Win32
{980CA504-6D3C-4398-8731-E17CD97672D8}.Release Alpha.ActiveCfg = Release Alpha|Win32
{980CA504-6D3C-4398-8731-E17CD97672D8}.Release Alpha.Build.0 = Release Alpha|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal