-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExtraChess.sln
37 lines (37 loc) · 2.04 KB
/
ExtraChess.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 17
VisualStudioVersion = 17.0.31410.414
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExtraChess", "ExtraChess\ExtraChess.csproj", "{7EBEFF4D-C6CB-4520-BB87-7C354BE92545}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExtraChessUI", "ExtraChessUI\ExtraChessUI.csproj", "{7CDBE244-4EBB-4811-ACE5-3FA8F18A5599}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExtraChessTests", "ExtraChessTests\ExtraChessTests.csproj", "{8451DB9C-5C2C-422F-B557-8D1B5DC29189}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7EBEFF4D-C6CB-4520-BB87-7C354BE92545}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EBEFF4D-C6CB-4520-BB87-7C354BE92545}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EBEFF4D-C6CB-4520-BB87-7C354BE92545}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EBEFF4D-C6CB-4520-BB87-7C354BE92545}.Release|Any CPU.Build.0 = Release|Any CPU
{7CDBE244-4EBB-4811-ACE5-3FA8F18A5599}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CDBE244-4EBB-4811-ACE5-3FA8F18A5599}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CDBE244-4EBB-4811-ACE5-3FA8F18A5599}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CDBE244-4EBB-4811-ACE5-3FA8F18A5599}.Release|Any CPU.Build.0 = Release|Any CPU
{8451DB9C-5C2C-422F-B557-8D1B5DC29189}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8451DB9C-5C2C-422F-B557-8D1B5DC29189}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8451DB9C-5C2C-422F-B557-8D1B5DC29189}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8451DB9C-5C2C-422F-B557-8D1B5DC29189}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4BFABAE9-DD13-45A8-82BC-7104C8A363FB}
EndGlobalSection
EndGlobal