-
Notifications
You must be signed in to change notification settings - Fork 0
/
Games.sln
37 lines (37 loc) · 1.99 KB
/
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29503.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HigherLower", "HigherLower\HigherLower.csproj", "{855DC2BA-53AC-4FB2-B924-F592B8690701}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pairs", "Pairs\Pairs.csproj", "{666D2FC0-4D8F-4572-B089-CF97673F2555}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Snap", "Snap\Snap.csproj", "{CE17F890-F3C7-4FD8-892F-75AE77FF5C7E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{855DC2BA-53AC-4FB2-B924-F592B8690701}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{855DC2BA-53AC-4FB2-B924-F592B8690701}.Debug|Any CPU.Build.0 = Debug|Any CPU
{855DC2BA-53AC-4FB2-B924-F592B8690701}.Release|Any CPU.ActiveCfg = Release|Any CPU
{855DC2BA-53AC-4FB2-B924-F592B8690701}.Release|Any CPU.Build.0 = Release|Any CPU
{666D2FC0-4D8F-4572-B089-CF97673F2555}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{666D2FC0-4D8F-4572-B089-CF97673F2555}.Debug|Any CPU.Build.0 = Debug|Any CPU
{666D2FC0-4D8F-4572-B089-CF97673F2555}.Release|Any CPU.ActiveCfg = Release|Any CPU
{666D2FC0-4D8F-4572-B089-CF97673F2555}.Release|Any CPU.Build.0 = Release|Any CPU
{CE17F890-F3C7-4FD8-892F-75AE77FF5C7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE17F890-F3C7-4FD8-892F-75AE77FF5C7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE17F890-F3C7-4FD8-892F-75AE77FF5C7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE17F890-F3C7-4FD8-892F-75AE77FF5C7E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6373105E-70E0-4D50-8146-30184258172D}
EndGlobalSection
EndGlobal