forked from Thraka/SadConsole
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSample Games.sln
41 lines (41 loc) · 2.32 KB
/
Sample Games.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2016
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Castle.DirectX", "SampleGames\Castle\Castle.DirectX.csproj", "{99EB89B5-BAB6-47CB-899D-55653FC2B8DC}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Castle", "SampleGames\Castle\Castle.shproj", "{BD5D2B21-2CD6-448D-ACD7-5B90DA247250}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Snake", "SampleGames\Snake\Snake.shproj", "{7A8507B4-DB2C-453E-A72B-2384175BDFF1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Snake.DirectX", "SampleGames\Snake\Snake.DirectX.csproj", "{F1046DE6-C3F6-4838-B9E1-2FF67292730E}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
SampleGames\Snake\Snake.projitems*{7a8507b4-db2c-453e-a72b-2384175bdff1}*SharedItemsImports = 13
SampleGames\Castle\Castle.projitems*{99eb89b5-bab6-47cb-899d-55653fc2b8dc}*SharedItemsImports = 4
SampleGames\Castle\Castle.projitems*{bd5d2b21-2cd6-448d-acd7-5b90da247250}*SharedItemsImports = 13
SampleGames\Snake\Snake.projitems*{f1046de6-c3f6-4838-b9e1-2ff67292730e}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{99EB89B5-BAB6-47CB-899D-55653FC2B8DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99EB89B5-BAB6-47CB-899D-55653FC2B8DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99EB89B5-BAB6-47CB-899D-55653FC2B8DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99EB89B5-BAB6-47CB-899D-55653FC2B8DC}.Release|Any CPU.Build.0 = Release|Any CPU
{F1046DE6-C3F6-4838-B9E1-2FF67292730E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1046DE6-C3F6-4838-B9E1-2FF67292730E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1046DE6-C3F6-4838-B9E1-2FF67292730E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1046DE6-C3F6-4838-B9E1-2FF67292730E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EA0FB368-7322-418D-B65D-717E03A79D82}
EndGlobalSection
EndGlobal