-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathConsoleGameLibrary.sln
More file actions
32 lines (32 loc) · 1.73 KB
/
Copy pathConsoleGameLibrary.sln
File metadata and controls
32 lines (32 loc) · 1.73 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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C# Express 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleSnake", "ConsoleSnake\ConsoleSnake.csproj", "{9FD8D851-D491-4BB6-BA97-23F62126E777}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleGameLib", "ConsoleGameLib\ConsoleGameLib.csproj", "{0419B7E3-2988-44E1-B698-8B8E2ADC90A3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsolePong", "ConsolePong\ConsolePong.csproj", "{29766C77-DC2A-4C32-9FCC-A5004F590C5E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9FD8D851-D491-4BB6-BA97-23F62126E777}.Debug|x86.ActiveCfg = Debug|x86
{9FD8D851-D491-4BB6-BA97-23F62126E777}.Debug|x86.Build.0 = Debug|x86
{9FD8D851-D491-4BB6-BA97-23F62126E777}.Release|x86.ActiveCfg = Release|x86
{9FD8D851-D491-4BB6-BA97-23F62126E777}.Release|x86.Build.0 = Release|x86
{0419B7E3-2988-44E1-B698-8B8E2ADC90A3}.Debug|x86.ActiveCfg = Debug|x86
{0419B7E3-2988-44E1-B698-8B8E2ADC90A3}.Debug|x86.Build.0 = Debug|x86
{0419B7E3-2988-44E1-B698-8B8E2ADC90A3}.Release|x86.ActiveCfg = Release|x86
{0419B7E3-2988-44E1-B698-8B8E2ADC90A3}.Release|x86.Build.0 = Release|x86
{29766C77-DC2A-4C32-9FCC-A5004F590C5E}.Debug|x86.ActiveCfg = Debug|x86
{29766C77-DC2A-4C32-9FCC-A5004F590C5E}.Debug|x86.Build.0 = Debug|x86
{29766C77-DC2A-4C32-9FCC-A5004F590C5E}.Release|x86.ActiveCfg = Release|x86
{29766C77-DC2A-4C32-9FCC-A5004F590C5E}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal