-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChess Game.sln
31 lines (31 loc) · 1.55 KB
/
Chess Game.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 Version 17
VisualStudioVersion = 17.8.34408.163
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChessUI", "ChessUI\ChessUI.csproj", "{68DFE0A3-CD77-434C-9931-6A7C9E44EEB4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChessServer", "ChessServer\ChessServer.csproj", "{4D35E9EE-062F-4573-9BBE-A1AC7BBF5528}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68DFE0A3-CD77-434C-9931-6A7C9E44EEB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68DFE0A3-CD77-434C-9931-6A7C9E44EEB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68DFE0A3-CD77-434C-9931-6A7C9E44EEB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68DFE0A3-CD77-434C-9931-6A7C9E44EEB4}.Release|Any CPU.Build.0 = Release|Any CPU
{4D35E9EE-062F-4573-9BBE-A1AC7BBF5528}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D35E9EE-062F-4573-9BBE-A1AC7BBF5528}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D35E9EE-062F-4573-9BBE-A1AC7BBF5528}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D35E9EE-062F-4573-9BBE-A1AC7BBF5528}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6B1D8B53-FF87-4D5A-A143-5D1C28CD4702}
EndGlobalSection
EndGlobal