-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpax.chess.sln
More file actions
72 lines (72 loc) · 4.42 KB
/
Copy pathpax.chess.sln
File metadata and controls
72 lines (72 loc) · 4.42 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
72
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B17F198C-219F-4FE1-AA07-50192E96D487}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "pax.chess", "src\pax.chess\pax.chess.csproj", "{1EF76861-DA0F-4E1E-8614-2F77687B13D7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "pax.chess.tests", "src\pax.chess.tests\pax.chess.tests.csproj", "{302EBF94-DD82-42F8-AA03-B7A8F13C7A78}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "pax.chess.benchmark", "src\pax.chess.benchmark\pax.chess.benchmark.csproj", "{E47156BB-5608-46DA-9299-8EE5FFDD5AE6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1EF76861-DA0F-4E1E-8614-2F77687B13D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EF76861-DA0F-4E1E-8614-2F77687B13D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EF76861-DA0F-4E1E-8614-2F77687B13D7}.Debug|x64.ActiveCfg = Debug|Any CPU
{1EF76861-DA0F-4E1E-8614-2F77687B13D7}.Debug|x64.Build.0 = Debug|Any CPU
{1EF76861-DA0F-4E1E-8614-2F77687B13D7}.Debug|x86.ActiveCfg = Debug|Any CPU
{1EF76861-DA0F-4E1E-8614-2F77687B13D7}.Debug|x86.Build.0 = Debug|Any CPU
{1EF76861-DA0F-4E1E-8614-2F77687B13D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EF76861-DA0F-4E1E-8614-2F77687B13D7}.Release|Any CPU.Build.0 = Release|Any CPU
{1EF76861-DA0F-4E1E-8614-2F77687B13D7}.Release|x64.ActiveCfg = Release|Any CPU
{1EF76861-DA0F-4E1E-8614-2F77687B13D7}.Release|x64.Build.0 = Release|Any CPU
{1EF76861-DA0F-4E1E-8614-2F77687B13D7}.Release|x86.ActiveCfg = Release|Any CPU
{1EF76861-DA0F-4E1E-8614-2F77687B13D7}.Release|x86.Build.0 = Release|Any CPU
{302EBF94-DD82-42F8-AA03-B7A8F13C7A78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{302EBF94-DD82-42F8-AA03-B7A8F13C7A78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{302EBF94-DD82-42F8-AA03-B7A8F13C7A78}.Debug|x64.ActiveCfg = Debug|Any CPU
{302EBF94-DD82-42F8-AA03-B7A8F13C7A78}.Debug|x64.Build.0 = Debug|Any CPU
{302EBF94-DD82-42F8-AA03-B7A8F13C7A78}.Debug|x86.ActiveCfg = Debug|Any CPU
{302EBF94-DD82-42F8-AA03-B7A8F13C7A78}.Debug|x86.Build.0 = Debug|Any CPU
{302EBF94-DD82-42F8-AA03-B7A8F13C7A78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{302EBF94-DD82-42F8-AA03-B7A8F13C7A78}.Release|Any CPU.Build.0 = Release|Any CPU
{302EBF94-DD82-42F8-AA03-B7A8F13C7A78}.Release|x64.ActiveCfg = Release|Any CPU
{302EBF94-DD82-42F8-AA03-B7A8F13C7A78}.Release|x64.Build.0 = Release|Any CPU
{302EBF94-DD82-42F8-AA03-B7A8F13C7A78}.Release|x86.ActiveCfg = Release|Any CPU
{302EBF94-DD82-42F8-AA03-B7A8F13C7A78}.Release|x86.Build.0 = Release|Any CPU
{E47156BB-5608-46DA-9299-8EE5FFDD5AE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E47156BB-5608-46DA-9299-8EE5FFDD5AE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E47156BB-5608-46DA-9299-8EE5FFDD5AE6}.Debug|x64.ActiveCfg = Debug|Any CPU
{E47156BB-5608-46DA-9299-8EE5FFDD5AE6}.Debug|x64.Build.0 = Debug|Any CPU
{E47156BB-5608-46DA-9299-8EE5FFDD5AE6}.Debug|x86.ActiveCfg = Debug|Any CPU
{E47156BB-5608-46DA-9299-8EE5FFDD5AE6}.Debug|x86.Build.0 = Debug|Any CPU
{E47156BB-5608-46DA-9299-8EE5FFDD5AE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E47156BB-5608-46DA-9299-8EE5FFDD5AE6}.Release|Any CPU.Build.0 = Release|Any CPU
{E47156BB-5608-46DA-9299-8EE5FFDD5AE6}.Release|x64.ActiveCfg = Release|Any CPU
{E47156BB-5608-46DA-9299-8EE5FFDD5AE6}.Release|x64.Build.0 = Release|Any CPU
{E47156BB-5608-46DA-9299-8EE5FFDD5AE6}.Release|x86.ActiveCfg = Release|Any CPU
{E47156BB-5608-46DA-9299-8EE5FFDD5AE6}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1EF76861-DA0F-4E1E-8614-2F77687B13D7} = {B17F198C-219F-4FE1-AA07-50192E96D487}
{302EBF94-DD82-42F8-AA03-B7A8F13C7A78} = {B17F198C-219F-4FE1-AA07-50192E96D487}
{E47156BB-5608-46DA-9299-8EE5FFDD5AE6} = {B17F198C-219F-4FE1-AA07-50192E96D487}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C25A5013-0BFD-42FE-9D54-8A1209BC3158}
EndGlobalSection
EndGlobal