-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChessUI.sln
31 lines (31 loc) · 1.54 KB
/
ChessUI.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.34525.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "chessLog", "chessLog\chessLog.csproj", "{282AA4D5-7450-48D4-AF3B-877CB0A6331F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "chessGui", "chessGui\chessGui.csproj", "{4BCC8CD5-24B6-4589-BD0E-067EF6D72CC2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{282AA4D5-7450-48D4-AF3B-877CB0A6331F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{282AA4D5-7450-48D4-AF3B-877CB0A6331F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{282AA4D5-7450-48D4-AF3B-877CB0A6331F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{282AA4D5-7450-48D4-AF3B-877CB0A6331F}.Release|Any CPU.Build.0 = Release|Any CPU
{4BCC8CD5-24B6-4589-BD0E-067EF6D72CC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BCC8CD5-24B6-4589-BD0E-067EF6D72CC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BCC8CD5-24B6-4589-BD0E-067EF6D72CC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BCC8CD5-24B6-4589-BD0E-067EF6D72CC2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DA79BCB0-75CE-4D84-B9C6-0ABF946BE64E}
EndGlobalSection
EndGlobal