-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCoreChess.sln
59 lines (59 loc) · 3.1 KB
/
CoreChess.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChessLib", "ChessLib\ChessLib.csproj", "{3E89AB28-2179-45A8-A3F5-D612D65711AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreChess", "CoreChess\CoreChess.csproj", "{6E359123-FCFE-47F1-B6DD-56526B9108E7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7AF4AE67-85B6-4FE5-A169-BCDD9AA2A023}"
ProjectSection(SolutionItems) = preProject
CoreChess.iss = CoreChess.iss
publish.bat = publish.bat
publish.sh = publish.sh
README.md = README.md
SolutionInfo.proj = SolutionInfo.proj
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{B93DA03D-0032-4DD2-98CF-60F9C94F5522}"
ProjectSection(SolutionItems) = preProject
Documentation\72002 e-Board protocol description_P1.0.pdf = Documentation\72002 e-Board protocol description_P1.0.pdf
Documentation\Arena Opening Books.pdf = Documentation\Arena Opening Books.pdf
Documentation\CM Opening Books.pdf = Documentation\CM Opening Books.pdf
Documentation\engine-interface.txt = Documentation\engine-interface.txt
Documentation\Polyglot Opening Books.pdf = Documentation\Polyglot Opening Books.pdf
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Flatpak", "Flatpak", "{130BE586-35BB-479B-B8F9-F1A225318D4B}"
ProjectSection(SolutionItems) = preProject
Flatpak\com.github.sakya.corechess.appdata.xml = Flatpak\com.github.sakya.corechess.appdata.xml
Flatpak\com.github.sakya.corechess.desktop = Flatpak\com.github.sakya.corechess.desktop
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3E89AB28-2179-45A8-A3F5-D612D65711AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E89AB28-2179-45A8-A3F5-D612D65711AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E89AB28-2179-45A8-A3F5-D612D65711AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E89AB28-2179-45A8-A3F5-D612D65711AC}.Release|Any CPU.Build.0 = Release|Any CPU
{6E359123-FCFE-47F1-B6DD-56526B9108E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E359123-FCFE-47F1-B6DD-56526B9108E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E359123-FCFE-47F1-B6DD-56526B9108E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E359123-FCFE-47F1-B6DD-56526B9108E7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B93DA03D-0032-4DD2-98CF-60F9C94F5522} = {7AF4AE67-85B6-4FE5-A169-BCDD9AA2A023}
{130BE586-35BB-479B-B8F9-F1A225318D4B} = {7AF4AE67-85B6-4FE5-A169-BCDD9AA2A023}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A8497F01-7965-4AE6-A337-BDFCF9351C92}
EndGlobalSection
EndGlobal