This repository has been archived by the owner on Jan 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Winton.DomainModelling.DocumentDb.sln
67 lines (67 loc) · 3.65 KB
/
Winton.DomainModelling.DocumentDb.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{90869527-D332-48C8-9D75-FF16E8E72973}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
CONTRIBUTING.md = CONTRIBUTING.md
Directory.Build.props = Directory.Build.props
GitVersion.yml = GitVersion.yml
icon.jpg = icon.jpg
LICENSE = LICENSE
README.md = README.md
Rules.ruleset = Rules.ruleset
stylecop.json = stylecop.json
Winton.DomainModelling.DocumentDb.sln.DotSettings = Winton.DomainModelling.DocumentDb.sln.DotSettings
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B70E1756-208C-4D97-9C84-CFE1625977FF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{8BDE761F-4C37-4AE9-93C5-482FB9F533AD}"
ProjectSection(SolutionItems) = preProject
test\Directory.Build.props = test\Directory.Build.props
test\Rules.ruleset = test\Rules.ruleset
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Winton.DomainModelling.DocumentDb", "src\Winton.DomainModelling.DocumentDb\Winton.DomainModelling.DocumentDb.csproj", "{23C5B1FF-7F50-4C40-BA2D-3177B14F46DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Winton.DomainModelling.DocumentDb.Tests", "test\Winton.DomainModelling.DocumentDb.Tests\Winton.DomainModelling.DocumentDb.Tests.csproj", "{25F76BEB-C750-48AD-A94B-E6D3ECBD64F8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Winton.DomainModelling.DocumentDb.IntegrationTests", "test\Winton.DomainModelling.DocumentDb.IntegrationTests\Winton.DomainModelling.DocumentDb.IntegrationTests.csproj", "{56469B0B-2BF2-4961-9511-9D89A08DD9C6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{23C5B1FF-7F50-4C40-BA2D-3177B14F46DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23C5B1FF-7F50-4C40-BA2D-3177B14F46DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23C5B1FF-7F50-4C40-BA2D-3177B14F46DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23C5B1FF-7F50-4C40-BA2D-3177B14F46DD}.Release|Any CPU.Build.0 = Release|Any CPU
{25F76BEB-C750-48AD-A94B-E6D3ECBD64F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25F76BEB-C750-48AD-A94B-E6D3ECBD64F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25F76BEB-C750-48AD-A94B-E6D3ECBD64F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25F76BEB-C750-48AD-A94B-E6D3ECBD64F8}.Release|Any CPU.Build.0 = Release|Any CPU
{56469B0B-2BF2-4961-9511-9D89A08DD9C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56469B0B-2BF2-4961-9511-9D89A08DD9C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56469B0B-2BF2-4961-9511-9D89A08DD9C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56469B0B-2BF2-4961-9511-9D89A08DD9C6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{23C5B1FF-7F50-4C40-BA2D-3177B14F46DD} = {B70E1756-208C-4D97-9C84-CFE1625977FF}
{25F76BEB-C750-48AD-A94B-E6D3ECBD64F8} = {8BDE761F-4C37-4AE9-93C5-482FB9F533AD}
{56469B0B-2BF2-4961-9511-9D89A08DD9C6} = {8BDE761F-4C37-4AE9-93C5-482FB9F533AD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F39C7D3E-5DF8-4F40-86E7-6C14FD9F6067}
EndGlobalSection
EndGlobal