-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGunGame.sln
More file actions
46 lines (46 loc) · 2.5 KB
/
GunGame.sln
File metadata and controls
46 lines (46 loc) · 2.5 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
38
39
40
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31613.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ArchiveTool", "ArchiveTool\ArchiveTool.vcxproj", "{D5ECB96B-2C83-4592-848A-70E6A181D1FF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GameEngine", "GameEngine\GameEngine.vcxproj", "{D9D5AFA1-1613-4996-B84A-9DE636E97320}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GunGame", "GunGame\GunGame.vcxproj", "{6DD504E8-5619-4D48-B3B3-56BC291BB65F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MageTestGame", "MageTestGame\MageTestGame.vcxproj", "{BD757E06-1DFD-4EFD-8A0A-5ECCD303FFDC}"
ProjectSection(ProjectDependencies) = postProject
{D9D5AFA1-1613-4996-B84A-9DE636E97320} = {D9D5AFA1-1613-4996-B84A-9DE636E97320}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D5ECB96B-2C83-4592-848A-70E6A181D1FF}.Debug|x64.ActiveCfg = Debug|x64
{D5ECB96B-2C83-4592-848A-70E6A181D1FF}.Debug|x64.Build.0 = Debug|x64
{D5ECB96B-2C83-4592-848A-70E6A181D1FF}.Release|x64.ActiveCfg = Release|x64
{D5ECB96B-2C83-4592-848A-70E6A181D1FF}.Release|x64.Build.0 = Release|x64
{D9D5AFA1-1613-4996-B84A-9DE636E97320}.Debug|x64.ActiveCfg = Debug|x64
{D9D5AFA1-1613-4996-B84A-9DE636E97320}.Debug|x64.Build.0 = Debug|x64
{D9D5AFA1-1613-4996-B84A-9DE636E97320}.Release|x64.ActiveCfg = Release|x64
{D9D5AFA1-1613-4996-B84A-9DE636E97320}.Release|x64.Build.0 = Release|x64
{6DD504E8-5619-4D48-B3B3-56BC291BB65F}.Debug|x64.ActiveCfg = Debug|x64
{6DD504E8-5619-4D48-B3B3-56BC291BB65F}.Debug|x64.Build.0 = Debug|x64
{6DD504E8-5619-4D48-B3B3-56BC291BB65F}.Release|x64.ActiveCfg = Release|x64
{6DD504E8-5619-4D48-B3B3-56BC291BB65F}.Release|x64.Build.0 = Release|x64
{BD757E06-1DFD-4EFD-8A0A-5ECCD303FFDC}.Debug|x64.ActiveCfg = Debug|x64
{BD757E06-1DFD-4EFD-8A0A-5ECCD303FFDC}.Debug|x64.Build.0 = Debug|x64
{BD757E06-1DFD-4EFD-8A0A-5ECCD303FFDC}.Release|x64.ActiveCfg = Release|x64
{BD757E06-1DFD-4EFD-8A0A-5ECCD303FFDC}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {559ED6AD-F078-4C57-9BE3-1122AF357FDE}
EndGlobalSection
EndGlobal