-
Notifications
You must be signed in to change notification settings - Fork 0
/
SymOntoClay.Common.sln
55 lines (55 loc) · 3.45 KB
/
SymOntoClay.Common.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.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SymOntoClay.Common", "SymOntoClay.Common\SymOntoClay.Common.csproj", "{3BB1144C-0C1F-48D2-9B5A-6CDA17E15234}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestSandBox", "TestSandBox\TestSandBox.csproj", "{DDD25E28-B376-4600-9BB0-4E4B00F3A5FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SymOntoClay.CLI.Helpers", "SymOntoClay.CLI.Helpers\SymOntoClay.CLI.Helpers.csproj", "{28D6E78C-C1A5-4073-9C4E-13BD0B4B49D7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{08AC14AB-A2AF-4217-8C74-2E257498745F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SymOntoClay.CLI.Helpers.Tests", "SymOntoClay.CLI.Helpers.Tests\SymOntoClay.CLI.Helpers.Tests.csproj", "{02C9A186-4E6D-45BA-BCE6-07282CEFC6EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SymOntoClay.Common.Tests", "SymOntoClay.Common.Tests\SymOntoClay.Common.Tests.csproj", "{4E2AEE92-BEF0-4E8B-B158-E1EB45667C52}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3BB1144C-0C1F-48D2-9B5A-6CDA17E15234}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BB1144C-0C1F-48D2-9B5A-6CDA17E15234}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BB1144C-0C1F-48D2-9B5A-6CDA17E15234}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BB1144C-0C1F-48D2-9B5A-6CDA17E15234}.Release|Any CPU.Build.0 = Release|Any CPU
{DDD25E28-B376-4600-9BB0-4E4B00F3A5FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDD25E28-B376-4600-9BB0-4E4B00F3A5FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDD25E28-B376-4600-9BB0-4E4B00F3A5FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDD25E28-B376-4600-9BB0-4E4B00F3A5FD}.Release|Any CPU.Build.0 = Release|Any CPU
{28D6E78C-C1A5-4073-9C4E-13BD0B4B49D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28D6E78C-C1A5-4073-9C4E-13BD0B4B49D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28D6E78C-C1A5-4073-9C4E-13BD0B4B49D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28D6E78C-C1A5-4073-9C4E-13BD0B4B49D7}.Release|Any CPU.Build.0 = Release|Any CPU
{02C9A186-4E6D-45BA-BCE6-07282CEFC6EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02C9A186-4E6D-45BA-BCE6-07282CEFC6EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02C9A186-4E6D-45BA-BCE6-07282CEFC6EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02C9A186-4E6D-45BA-BCE6-07282CEFC6EC}.Release|Any CPU.Build.0 = Release|Any CPU
{4E2AEE92-BEF0-4E8B-B158-E1EB45667C52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E2AEE92-BEF0-4E8B-B158-E1EB45667C52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E2AEE92-BEF0-4E8B-B158-E1EB45667C52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E2AEE92-BEF0-4E8B-B158-E1EB45667C52}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{02C9A186-4E6D-45BA-BCE6-07282CEFC6EC} = {08AC14AB-A2AF-4217-8C74-2E257498745F}
{4E2AEE92-BEF0-4E8B-B158-E1EB45667C52} = {08AC14AB-A2AF-4217-8C74-2E257498745F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5AC71DAB-4DAC-4F3D-AD79-8017E4513458}
EndGlobalSection
EndGlobal