-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSnakeGame.sln
More file actions
42 lines (42 loc) · 2.45 KB
/
SnakeGame.sln
File metadata and controls
42 lines (42 loc) · 2.45 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
Microsoft Visual Studio Solution File, Format Version 12.00
# 17
VisualStudioVersion = 17.8.34322.80
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SnakeCore", "SnakeCore\SnakeCore.csproj", "{3801B0C5-2755-48CA-8D1C-C1BFBF407330}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SnakeFNA", "SnakeFNA\SnakeFNA.csproj", "{B3B9DF7A-FC2B-4393-8669-373EB59C76DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FNA.Core", "submodules\FNA\FNA.Core.csproj", "{3685AFF4-0131-43CA-9757-5B59DD877854}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SnakeWebGL", "SnakeWebGL\SnakeWebGL.csproj", "{91FF9B84-E5DB-4DE8-AF89-4E4BBE203B9F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3801B0C5-2755-48CA-8D1C-C1BFBF407330}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3801B0C5-2755-48CA-8D1C-C1BFBF407330}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3801B0C5-2755-48CA-8D1C-C1BFBF407330}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3801B0C5-2755-48CA-8D1C-C1BFBF407330}.Release|Any CPU.Build.0 = Release|Any CPU
{B3B9DF7A-FC2B-4393-8669-373EB59C76DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3B9DF7A-FC2B-4393-8669-373EB59C76DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3B9DF7A-FC2B-4393-8669-373EB59C76DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3B9DF7A-FC2B-4393-8669-373EB59C76DD}.Release|Any CPU.Build.0 = Release|Any CPU
{3685AFF4-0131-43CA-9757-5B59DD877854}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3685AFF4-0131-43CA-9757-5B59DD877854}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3685AFF4-0131-43CA-9757-5B59DD877854}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3685AFF4-0131-43CA-9757-5B59DD877854}.Release|Any CPU.Build.0 = Release|Any CPU
{91FF9B84-E5DB-4DE8-AF89-4E4BBE203B9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91FF9B84-E5DB-4DE8-AF89-4E4BBE203B9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91FF9B84-E5DB-4DE8-AF89-4E4BBE203B9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91FF9B84-E5DB-4DE8-AF89-4E4BBE203B9F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CB0E85C7-40C8-47A5-93DD-4BB9927C0279}
EndGlobalSection
EndGlobal