-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSnakeGame.sln
34 lines (34 loc) · 1.87 KB
/
SnakeGame.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StartUp", "StartUp\StartUp.csproj", "{B3CADF72-050A-4F2E-8CBB-4415E5933535}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utilities", "Utilities\Utilities.csproj", "{0F8A05C4-BF6E-4B56-BBC1-3F1211604405}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GameEngine", "GameEngine\GameEngine.csproj", "{41DFD9B6-7C5E-4421-A6BC-AF5407EDA267}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B3CADF72-050A-4F2E-8CBB-4415E5933535}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3CADF72-050A-4F2E-8CBB-4415E5933535}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3CADF72-050A-4F2E-8CBB-4415E5933535}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3CADF72-050A-4F2E-8CBB-4415E5933535}.Release|Any CPU.Build.0 = Release|Any CPU
{0F8A05C4-BF6E-4B56-BBC1-3F1211604405}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F8A05C4-BF6E-4B56-BBC1-3F1211604405}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F8A05C4-BF6E-4B56-BBC1-3F1211604405}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F8A05C4-BF6E-4B56-BBC1-3F1211604405}.Release|Any CPU.Build.0 = Release|Any CPU
{41DFD9B6-7C5E-4421-A6BC-AF5407EDA267}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41DFD9B6-7C5E-4421-A6BC-AF5407EDA267}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41DFD9B6-7C5E-4421-A6BC-AF5407EDA267}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41DFD9B6-7C5E-4421-A6BC-AF5407EDA267}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal