-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCheckers.sln
35 lines (35 loc) · 1.99 KB
/
Checkers.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Checkers", "Checkers\Checkers.csproj", "{BAE59232-D6BF-41B9-B6CA-333222245548}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Checkers.UnitTests", "Checkers.UnitTests\Checkers.UnitTests.csproj", "{64439D2E-79ED-4B96-98A4-5FB849F82452}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Checkers.UI", "Checkers.UI\Checkers.UI\Checkers.UI.csproj", "{7963BA75-EC3D-4CC9-B9F9-E58526D4D04B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BAE59232-D6BF-41B9-B6CA-333222245548}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAE59232-D6BF-41B9-B6CA-333222245548}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAE59232-D6BF-41B9-B6CA-333222245548}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAE59232-D6BF-41B9-B6CA-333222245548}.Release|Any CPU.Build.0 = Release|Any CPU
{64439D2E-79ED-4B96-98A4-5FB849F82452}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64439D2E-79ED-4B96-98A4-5FB849F82452}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64439D2E-79ED-4B96-98A4-5FB849F82452}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64439D2E-79ED-4B96-98A4-5FB849F82452}.Release|Any CPU.Build.0 = Release|Any CPU
{7963BA75-EC3D-4CC9-B9F9-E58526D4D04B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7963BA75-EC3D-4CC9-B9F9-E58526D4D04B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7963BA75-EC3D-4CC9-B9F9-E58526D4D04B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7963BA75-EC3D-4CC9-B9F9-E58526D4D04B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Checkers\Checkers.csproj
EndGlobalSection
EndGlobal