-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcutechess.sln
43 lines (43 loc) · 2.23 KB
/
cutechess.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
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29230.61
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cutechess", "projects\lib\cutechess.vcxproj", "{7CFC224B-5466-38F2-AA06-A4110C6E7F08}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cutechess", "projects\gui\cutechess.vcxproj", "{581CC2F3-7A36-3D57-A1EE-AFFAA9632D77}"
ProjectSection(ProjectDependencies) = postProject
{7CFC224B-5466-38F2-AA06-A4110C6E7F08} = {7CFC224B-5466-38F2-AA06-A4110C6E7F08}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cutechess-cli", "projects\cli\cutechess-cli.vcxproj", "{9BACCAF7-8B86-3D3C-852A-DBDD5E64DC59}"
ProjectSection(ProjectDependencies) = postProject
{7CFC224B-5466-38F2-AA06-A4110C6E7F08} = {7CFC224B-5466-38F2-AA06-A4110C6E7F08}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7CFC224B-5466-38F2-AA06-A4110C6E7F08}.Debug|x64.ActiveCfg = Debug|x64
{7CFC224B-5466-38F2-AA06-A4110C6E7F08}.Debug|x64.Build.0 = Debug|x64
{7CFC224B-5466-38F2-AA06-A4110C6E7F08}.Release|x64.ActiveCfg = Release|x64
{7CFC224B-5466-38F2-AA06-A4110C6E7F08}.Release|x64.Build.0 = Release|x64
{581CC2F3-7A36-3D57-A1EE-AFFAA9632D77}.Debug|x64.ActiveCfg = Debug|x64
{581CC2F3-7A36-3D57-A1EE-AFFAA9632D77}.Debug|x64.Build.0 = Debug|x64
{581CC2F3-7A36-3D57-A1EE-AFFAA9632D77}.Release|x64.ActiveCfg = Release|x64
{581CC2F3-7A36-3D57-A1EE-AFFAA9632D77}.Release|x64.Build.0 = Release|x64
{9BACCAF7-8B86-3D3C-852A-DBDD5E64DC59}.Debug|x64.ActiveCfg = Debug|x64
{9BACCAF7-8B86-3D3C-852A-DBDD5E64DC59}.Debug|x64.Build.0 = Debug|x64
{9BACCAF7-8B86-3D3C-852A-DBDD5E64DC59}.Release|x64.ActiveCfg = Release|x64
{9BACCAF7-8B86-3D3C-852A-DBDD5E64DC59}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
Qt5Version = V2019
SolutionGuid = {DC8C73E7-0107-4801-9F18-7464352B67D7}
EndGlobalSection
EndGlobal