-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChessKit.sln
More file actions
43 lines (43 loc) · 2.25 KB
/
ChessKit.sln
File metadata and controls
43 lines (43 loc) · 2.25 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22823.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "ChessLogic", "ChessLogic\ChessLogic.fsproj", "{1BAEC833-068C-4444-A425-9CF80A8687D4}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "ChessLogic.UnitTests", "ChessLogic.UnitTests\ChessLogic.UnitTests.fsproj", "{2D1F007E-AC65-4372-9D61-F9DC9004557E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{D8AEA816-314B-40DB-85BA-2D4B19FC8325}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
ico.png = ico.png
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChessLogic.Usability", "ChessLogic.Usability\ChessLogic.Usability.csproj", "{4AC7519F-2B74-4FDE-B93C-16F472585C19}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1BAEC833-068C-4444-A425-9CF80A8687D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BAEC833-068C-4444-A425-9CF80A8687D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BAEC833-068C-4444-A425-9CF80A8687D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BAEC833-068C-4444-A425-9CF80A8687D4}.Release|Any CPU.Build.0 = Release|Any CPU
{2D1F007E-AC65-4372-9D61-F9DC9004557E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D1F007E-AC65-4372-9D61-F9DC9004557E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D1F007E-AC65-4372-9D61-F9DC9004557E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D1F007E-AC65-4372-9D61-F9DC9004557E}.Release|Any CPU.Build.0 = Release|Any CPU
{4AC7519F-2B74-4FDE-B93C-16F472585C19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AC7519F-2B74-4FDE-B93C-16F472585C19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AC7519F-2B74-4FDE-B93C-16F472585C19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AC7519F-2B74-4FDE-B93C-16F472585C19}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal