-
Notifications
You must be signed in to change notification settings - Fork 101
/
Dommel.sln
78 lines (78 loc) · 4.84 KB
/
Dommel.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{52003D59-962F-488A-A712-85CB866D6ADF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dommel", "src\Dommel\Dommel.csproj", "{9D3463BE-F1A3-4B31-A63F-6A84F36E3108}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2AA4F2B7-9A15-4246-B7B8-084F75FAF208}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dommel.Tests", "test\Dommel.Tests\Dommel.Tests.csproj", "{DCB22D61-25D3-4C39-BB4C-D29E8EFFB88A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dommel.IntegrationTests", "test\Dommel.IntegrationTests\Dommel.IntegrationTests.csproj", "{305C1E12-1F6D-4510-BD42-0C3F1BD838A1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B850D48C-10D3-4EF7-AE61-873068211FD2}"
ProjectSection(SolutionItems) = preProject
.appveyor.yml = .appveyor.yml
.editorconfig = .editorconfig
.gitignore = .gitignore
.travis.yml = .travis.yml
build.ps1 = build.ps1
Directory.Build.props = Directory.Build.props
NuGet.Config = NuGet.Config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dommel.Json", "src\Dommel.Json\Dommel.Json.csproj", "{BA6EBE5B-98C1-4DF7-B4C0-72B6A0A119FA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dommel.Json.IntegrationTests", "test\Dommel.Json.IntegrationTests\Dommel.Json.IntegrationTests.csproj", "{E96D9511-E984-4285-8973-2CC6B2AEF799}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dommel.Json.Tests", "test\Dommel.Json.Tests\Dommel.Json.Tests.csproj", "{4D6F280E-635E-484A-AB38-88097BA90B72}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D3463BE-F1A3-4B31-A63F-6A84F36E3108}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D3463BE-F1A3-4B31-A63F-6A84F36E3108}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D3463BE-F1A3-4B31-A63F-6A84F36E3108}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D3463BE-F1A3-4B31-A63F-6A84F36E3108}.Release|Any CPU.Build.0 = Release|Any CPU
{DCB22D61-25D3-4C39-BB4C-D29E8EFFB88A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCB22D61-25D3-4C39-BB4C-D29E8EFFB88A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCB22D61-25D3-4C39-BB4C-D29E8EFFB88A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCB22D61-25D3-4C39-BB4C-D29E8EFFB88A}.Release|Any CPU.Build.0 = Release|Any CPU
{305C1E12-1F6D-4510-BD42-0C3F1BD838A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{305C1E12-1F6D-4510-BD42-0C3F1BD838A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{305C1E12-1F6D-4510-BD42-0C3F1BD838A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{305C1E12-1F6D-4510-BD42-0C3F1BD838A1}.Release|Any CPU.Build.0 = Release|Any CPU
{BA6EBE5B-98C1-4DF7-B4C0-72B6A0A119FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA6EBE5B-98C1-4DF7-B4C0-72B6A0A119FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA6EBE5B-98C1-4DF7-B4C0-72B6A0A119FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA6EBE5B-98C1-4DF7-B4C0-72B6A0A119FA}.Release|Any CPU.Build.0 = Release|Any CPU
{E96D9511-E984-4285-8973-2CC6B2AEF799}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E96D9511-E984-4285-8973-2CC6B2AEF799}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E96D9511-E984-4285-8973-2CC6B2AEF799}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E96D9511-E984-4285-8973-2CC6B2AEF799}.Release|Any CPU.Build.0 = Release|Any CPU
{4D6F280E-635E-484A-AB38-88097BA90B72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D6F280E-635E-484A-AB38-88097BA90B72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D6F280E-635E-484A-AB38-88097BA90B72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D6F280E-635E-484A-AB38-88097BA90B72}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9D3463BE-F1A3-4B31-A63F-6A84F36E3108} = {52003D59-962F-488A-A712-85CB866D6ADF}
{DCB22D61-25D3-4C39-BB4C-D29E8EFFB88A} = {2AA4F2B7-9A15-4246-B7B8-084F75FAF208}
{305C1E12-1F6D-4510-BD42-0C3F1BD838A1} = {2AA4F2B7-9A15-4246-B7B8-084F75FAF208}
{BA6EBE5B-98C1-4DF7-B4C0-72B6A0A119FA} = {52003D59-962F-488A-A712-85CB866D6ADF}
{E96D9511-E984-4285-8973-2CC6B2AEF799} = {2AA4F2B7-9A15-4246-B7B8-084F75FAF208}
{4D6F280E-635E-484A-AB38-88097BA90B72} = {2AA4F2B7-9A15-4246-B7B8-084F75FAF208}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E763489D-74B8-4006-91E1-47F75B5D5E80}
EndGlobalSection
EndGlobal