-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChessLibrary.sln
55 lines (55 loc) · 3.36 KB
/
ChessLibrary.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChessLibrary", "ChessLibrary\ChessLibrary.csproj", "{4434E45A-CB26-4130-8CD8-71AA064588F6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChessLibrary.ConsoleApp", "ChessLibrary.ConsoleApp\ChessLibrary.ConsoleApp.csproj", "{8B3C862E-C17B-4CF4-94BD-B12FE8C740C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChessLibrary.Tests", "ChessLibrary.Tests\ChessLibrary.Tests.csproj", "{B74FA5BF-3C9C-4AEE-97F7-8EE004ABD9E4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChessLibrary.Benchmarks", "ChessLibrary.Benchmarks\ChessLibrary.Benchmarks.csproj", "{E692886F-6F64-4478-A14F-247506CB0A87}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChessLibrary.Tests.TestData", "ChessLibrary.Tests.TestData\ChessLibrary.Tests.TestData.csproj", "{CE6F0C04-8A31-4509-9D63-28D143F0E8CF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{D3D2DE97-6F9C-4F6A-9E75-5FFAF4FB4EA4}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4434E45A-CB26-4130-8CD8-71AA064588F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4434E45A-CB26-4130-8CD8-71AA064588F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4434E45A-CB26-4130-8CD8-71AA064588F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4434E45A-CB26-4130-8CD8-71AA064588F6}.Release|Any CPU.Build.0 = Release|Any CPU
{8B3C862E-C17B-4CF4-94BD-B12FE8C740C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B3C862E-C17B-4CF4-94BD-B12FE8C740C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B3C862E-C17B-4CF4-94BD-B12FE8C740C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B3C862E-C17B-4CF4-94BD-B12FE8C740C8}.Release|Any CPU.Build.0 = Release|Any CPU
{B74FA5BF-3C9C-4AEE-97F7-8EE004ABD9E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B74FA5BF-3C9C-4AEE-97F7-8EE004ABD9E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B74FA5BF-3C9C-4AEE-97F7-8EE004ABD9E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B74FA5BF-3C9C-4AEE-97F7-8EE004ABD9E4}.Release|Any CPU.Build.0 = Release|Any CPU
{E692886F-6F64-4478-A14F-247506CB0A87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E692886F-6F64-4478-A14F-247506CB0A87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E692886F-6F64-4478-A14F-247506CB0A87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E692886F-6F64-4478-A14F-247506CB0A87}.Release|Any CPU.Build.0 = Release|Any CPU
{CE6F0C04-8A31-4509-9D63-28D143F0E8CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE6F0C04-8A31-4509-9D63-28D143F0E8CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE6F0C04-8A31-4509-9D63-28D143F0E8CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE6F0C04-8A31-4509-9D63-28D143F0E8CF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4460EE4D-A150-4818-8506-536CC4D00CAF}
EndGlobalSection
EndGlobal