-
Notifications
You must be signed in to change notification settings - Fork 10
/
FiveDChessDataInterface.sln
50 lines (50 loc) · 2.97 KB
/
FiveDChessDataInterface.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FiveDChessDataInterface", "FiveDChessDataInterface\FiveDChessDataInterface.csproj", "{EEEE52A7-F66A-4BFC-B6C5-E36F0A852774}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataInterfaceConsoleTest", "DataInterfaceConsoleTest\DataInterfaceConsoleTest.csproj", "{96421ECC-5E85-47B3-A82A-F40A07109B20}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{26F682E5-5F28-4CD7-88F0-CB9A8B952D35}"
ProjectSection(ProjectDependencies) = postProject
{EEEE52A7-F66A-4BFC-B6C5-E36F0A852774} = {EEEE52A7-F66A-4BFC-B6C5-E36F0A852774}
{96421ECC-5E85-47B3-A82A-F40A07109B20} = {96421ECC-5E85-47B3-A82A-F40A07109B20}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataInterfaceConsole", "DataInterfaceConsole\DataInterfaceConsole.csproj", "{3B9C2BA1-2771-4EEF-A94F-307F5B163A2E}"
ProjectSection(ProjectDependencies) = postProject
{EEEE52A7-F66A-4BFC-B6C5-E36F0A852774} = {EEEE52A7-F66A-4BFC-B6C5-E36F0A852774}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EEEE52A7-F66A-4BFC-B6C5-E36F0A852774}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEEE52A7-F66A-4BFC-B6C5-E36F0A852774}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEEE52A7-F66A-4BFC-B6C5-E36F0A852774}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEEE52A7-F66A-4BFC-B6C5-E36F0A852774}.Release|Any CPU.Build.0 = Release|Any CPU
{96421ECC-5E85-47B3-A82A-F40A07109B20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96421ECC-5E85-47B3-A82A-F40A07109B20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96421ECC-5E85-47B3-A82A-F40A07109B20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96421ECC-5E85-47B3-A82A-F40A07109B20}.Release|Any CPU.Build.0 = Release|Any CPU
{26F682E5-5F28-4CD7-88F0-CB9A8B952D35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26F682E5-5F28-4CD7-88F0-CB9A8B952D35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26F682E5-5F28-4CD7-88F0-CB9A8B952D35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26F682E5-5F28-4CD7-88F0-CB9A8B952D35}.Release|Any CPU.Build.0 = Release|Any CPU
{3B9C2BA1-2771-4EEF-A94F-307F5B163A2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B9C2BA1-2771-4EEF-A94F-307F5B163A2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B9C2BA1-2771-4EEF-A94F-307F5B163A2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B9C2BA1-2771-4EEF-A94F-307F5B163A2E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FD8267C9-F818-453F-9F57-4788148EBD21}
EndGlobalSection
EndGlobal