-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChessCore.sln
More file actions
71 lines (71 loc) · 4.09 KB
/
ChessCore.sln
File metadata and controls
71 lines (71 loc) · 4.09 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.2.11415.280 d18.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ChessCore", "ChessCore\ChessCore.vcxproj", "{113A444B-2F1C-4B33-9905-41A466FFEF7F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ChessTests", "ChessTests\ChessTests.vcxproj", "{A0582624-353E-402D-BCE3-4F7D10CF5D82}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ChessGui", "ChessGui\ChessGui\ChessGui.vcxproj", "{201796C3-7648-3805-B57C-909780369FC2}"
ProjectSection(ProjectDependencies) = postProject
{113A444B-2F1C-4B33-9905-41A466FFEF7F} = {113A444B-2F1C-4B33-9905-41A466FFEF7F}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UciConnector", "UciConnector\UciConnector.vcxproj", "{BB742A5A-2729-45F2-90C1-2FA70DE41600}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1471DC62-4151-40E3-A46E-270712E02C71}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
vcpkg-configuration.json = vcpkg-configuration.json
vcpkg.json = vcpkg.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{113A444B-2F1C-4B33-9905-41A466FFEF7F}.Debug|Win32.ActiveCfg = Debug|Win32
{113A444B-2F1C-4B33-9905-41A466FFEF7F}.Debug|Win32.Build.0 = Debug|Win32
{113A444B-2F1C-4B33-9905-41A466FFEF7F}.Debug|x64.ActiveCfg = Debug|x64
{113A444B-2F1C-4B33-9905-41A466FFEF7F}.Debug|x64.Build.0 = Debug|x64
{113A444B-2F1C-4B33-9905-41A466FFEF7F}.Release|Win32.ActiveCfg = Release|Win32
{113A444B-2F1C-4B33-9905-41A466FFEF7F}.Release|Win32.Build.0 = Release|Win32
{113A444B-2F1C-4B33-9905-41A466FFEF7F}.Release|x64.ActiveCfg = Release|x64
{113A444B-2F1C-4B33-9905-41A466FFEF7F}.Release|x64.Build.0 = Release|x64
{A0582624-353E-402D-BCE3-4F7D10CF5D82}.Debug|Win32.ActiveCfg = Debug|Win32
{A0582624-353E-402D-BCE3-4F7D10CF5D82}.Debug|Win32.Build.0 = Debug|Win32
{A0582624-353E-402D-BCE3-4F7D10CF5D82}.Debug|x64.ActiveCfg = Debug|x64
{A0582624-353E-402D-BCE3-4F7D10CF5D82}.Debug|x64.Build.0 = Debug|x64
{A0582624-353E-402D-BCE3-4F7D10CF5D82}.Release|Win32.ActiveCfg = Release|Win32
{A0582624-353E-402D-BCE3-4F7D10CF5D82}.Release|Win32.Build.0 = Release|Win32
{A0582624-353E-402D-BCE3-4F7D10CF5D82}.Release|x64.ActiveCfg = Release|x64
{A0582624-353E-402D-BCE3-4F7D10CF5D82}.Release|x64.Build.0 = Release|x64
{201796C3-7648-3805-B57C-909780369FC2}.Debug|Win32.ActiveCfg = Debug|Win32
{201796C3-7648-3805-B57C-909780369FC2}.Debug|Win32.Build.0 = Debug|Win32
{201796C3-7648-3805-B57C-909780369FC2}.Debug|x64.ActiveCfg = Debug|x64
{201796C3-7648-3805-B57C-909780369FC2}.Debug|x64.Build.0 = Debug|x64
{201796C3-7648-3805-B57C-909780369FC2}.Release|Win32.ActiveCfg = Release|Win32
{201796C3-7648-3805-B57C-909780369FC2}.Release|Win32.Build.0 = Release|Win32
{201796C3-7648-3805-B57C-909780369FC2}.Release|x64.ActiveCfg = Release|x64
{201796C3-7648-3805-B57C-909780369FC2}.Release|x64.Build.0 = Release|x64
{BB742A5A-2729-45F2-90C1-2FA70DE41600}.Debug|Win32.ActiveCfg = Debug|Win32
{BB742A5A-2729-45F2-90C1-2FA70DE41600}.Debug|Win32.Build.0 = Debug|Win32
{BB742A5A-2729-45F2-90C1-2FA70DE41600}.Debug|x64.ActiveCfg = Debug|x64
{BB742A5A-2729-45F2-90C1-2FA70DE41600}.Debug|x64.Build.0 = Debug|x64
{BB742A5A-2729-45F2-90C1-2FA70DE41600}.Release|Win32.ActiveCfg = Release|Win32
{BB742A5A-2729-45F2-90C1-2FA70DE41600}.Release|Win32.Build.0 = Release|Win32
{BB742A5A-2729-45F2-90C1-2FA70DE41600}.Release|x64.ActiveCfg = Release|x64
{BB742A5A-2729-45F2-90C1-2FA70DE41600}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F536A1AB-71F6-47DB-B03B-9580D5DD76FE}
EndGlobalSection
EndGlobal