-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGameEngine.sln
More file actions
26 lines (26 loc) · 1.27 KB
/
Copy pathGameEngine.sln
File metadata and controls
26 lines (26 loc) · 1.27 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 14 for Windows Desktop
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GameEngine", "GameEngine\GameEngine\GameEngine.csproj", "{5C1EBD47-F39E-4FB9-A3CA-24C5BEBD3B00}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GameEngineContent", "GameEngine\GameEngineContent\GameEngineContent.contentproj", "{5C8F9D96-924D-44CB-8808-DE3B911E1A1B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5C1EBD47-F39E-4FB9-A3CA-24C5BEBD3B00}.Debug|x86.ActiveCfg = Debug|x86
{5C1EBD47-F39E-4FB9-A3CA-24C5BEBD3B00}.Debug|x86.Build.0 = Debug|x86
{5C1EBD47-F39E-4FB9-A3CA-24C5BEBD3B00}.Release|x86.ActiveCfg = Release|x86
{5C1EBD47-F39E-4FB9-A3CA-24C5BEBD3B00}.Release|x86.Build.0 = Release|x86
{5C8F9D96-924D-44CB-8808-DE3B911E1A1B}.Debug|x86.ActiveCfg = Debug|x86
{5C8F9D96-924D-44CB-8808-DE3B911E1A1B}.Release|x86.ActiveCfg = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal