-
Notifications
You must be signed in to change notification settings - Fork 0
/
Chess.NExT.sln
31 lines (31 loc) · 1.49 KB
/
Chess.NExT.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27924.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chess.NExT", "Chess.NExT\Chess.NExT.csproj", "{81817DAD-2680-48C0-B66F-CDA9D0ACC737}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chess.NExT.Test", "Chess.NExT.Test\Chess.NExT.Test.csproj", "{39959224-9B92-45EC-8BB1-03FF32A414AD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{81817DAD-2680-48C0-B66F-CDA9D0ACC737}.Debug|x64.ActiveCfg = Debug|x64
{81817DAD-2680-48C0-B66F-CDA9D0ACC737}.Debug|x64.Build.0 = Debug|x64
{81817DAD-2680-48C0-B66F-CDA9D0ACC737}.Release|x64.ActiveCfg = Release|x64
{81817DAD-2680-48C0-B66F-CDA9D0ACC737}.Release|x64.Build.0 = Release|x64
{39959224-9B92-45EC-8BB1-03FF32A414AD}.Debug|x64.ActiveCfg = Debug|Any CPU
{39959224-9B92-45EC-8BB1-03FF32A414AD}.Debug|x64.Build.0 = Debug|Any CPU
{39959224-9B92-45EC-8BB1-03FF32A414AD}.Release|x64.ActiveCfg = Release|Any CPU
{39959224-9B92-45EC-8BB1-03FF32A414AD}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2EF42394-95ED-46F0-8743-B3F9AFAF61C7}
EndGlobalSection
EndGlobal