-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMercuryGames.sln
43 lines (43 loc) · 2.53 KB
/
MercuryGames.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
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.202
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RampConsole", "RampConsole\RampConsole.csproj", "{2E62F6B9-5781-4C98-84D7-C8D3425DFA48}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MercuryGames.Shared", "MercuryGames.Shared\MercuryGames.Shared.csproj", "{92C07784-E996-44DE-BE19-971A4822CB71}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MercuryGames.Snake", "MercuryGames.Snake\MercuryGames.Snake.csproj", "{06680A86-A92A-4312-A005-2A3932B4A433}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormView", "FormView\FormView.csproj", "{D61C4690-4AF3-487A-A145-7A8B0E60A1DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2E62F6B9-5781-4C98-84D7-C8D3425DFA48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E62F6B9-5781-4C98-84D7-C8D3425DFA48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E62F6B9-5781-4C98-84D7-C8D3425DFA48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E62F6B9-5781-4C98-84D7-C8D3425DFA48}.Release|Any CPU.Build.0 = Release|Any CPU
{92C07784-E996-44DE-BE19-971A4822CB71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92C07784-E996-44DE-BE19-971A4822CB71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92C07784-E996-44DE-BE19-971A4822CB71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92C07784-E996-44DE-BE19-971A4822CB71}.Release|Any CPU.Build.0 = Release|Any CPU
{06680A86-A92A-4312-A005-2A3932B4A433}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06680A86-A92A-4312-A005-2A3932B4A433}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06680A86-A92A-4312-A005-2A3932B4A433}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06680A86-A92A-4312-A005-2A3932B4A433}.Release|Any CPU.Build.0 = Release|Any CPU
{D61C4690-4AF3-487A-A145-7A8B0E60A1DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D61C4690-4AF3-487A-A145-7A8B0E60A1DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D61C4690-4AF3-487A-A145-7A8B0E60A1DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D61C4690-4AF3-487A-A145-7A8B0E60A1DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FC20B32B-57E0-43EA-93F8-A8A410DAACDE}
EndGlobalSection
EndGlobal