-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChapter1.sln
More file actions
30 lines (30 loc) · 1.57 KB
/
Chapter1.sln
File metadata and controls
30 lines (30 loc) · 1.57 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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chapter1", "Chapter1\Chapter1.csproj", "{D37E9F59-3782-4E68-9E96-8B7560C288AF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chapter1Content", "Chapter1Content\Chapter1Content.contentproj", "{197A3683-2234-46A6-9788-23DF21E477E5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GameEngine", "GameEngine\GameEngine.csproj", "{D69D0FE3-360B-494A-81F7-0AF616C3B62C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D37E9F59-3782-4E68-9E96-8B7560C288AF}.Debug|x86.ActiveCfg = Debug|x86
{D37E9F59-3782-4E68-9E96-8B7560C288AF}.Debug|x86.Build.0 = Debug|x86
{D37E9F59-3782-4E68-9E96-8B7560C288AF}.Release|x86.ActiveCfg = Release|x86
{D37E9F59-3782-4E68-9E96-8B7560C288AF}.Release|x86.Build.0 = Release|x86
{197A3683-2234-46A6-9788-23DF21E477E5}.Debug|x86.ActiveCfg = Debug|x86
{197A3683-2234-46A6-9788-23DF21E477E5}.Release|x86.ActiveCfg = Release|x86
{D69D0FE3-360B-494A-81F7-0AF616C3B62C}.Debug|x86.ActiveCfg = Debug|x86
{D69D0FE3-360B-494A-81F7-0AF616C3B62C}.Debug|x86.Build.0 = Debug|x86
{D69D0FE3-360B-494A-81F7-0AF616C3B62C}.Release|x86.ActiveCfg = Release|x86
{D69D0FE3-360B-494A-81F7-0AF616C3B62C}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal