-
Notifications
You must be signed in to change notification settings - Fork 3
/
Winton.DomainModelling.Abstractions.sln
56 lines (56 loc) · 2.8 KB
/
Winton.DomainModelling.Abstractions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{859C9252-D63B-4ECB-9AB5-0BA8415C76AE}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
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
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{697902B3-26B1-490D-BC64-39298D6DAFC4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{02075BDC-A66D-4346-8093-2F2667660F36}"
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.Abstractions", "src\Winton.DomainModelling.Abstractions\Winton.DomainModelling.Abstractions.csproj", "{4CC49F58-367B-4E87-8925-49D913FA7BD1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Winton.DomainModelling.Abstractions.Tests", "test\Winton.DomainModelling.Abstractions.Tests\Winton.DomainModelling.Abstractions.Tests.csproj", "{8FD5A9B0-44ED-470F-A0F0-721E55B5790D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4CC49F58-367B-4E87-8925-49D913FA7BD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CC49F58-367B-4E87-8925-49D913FA7BD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CC49F58-367B-4E87-8925-49D913FA7BD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CC49F58-367B-4E87-8925-49D913FA7BD1}.Release|Any CPU.Build.0 = Release|Any CPU
{8FD5A9B0-44ED-470F-A0F0-721E55B5790D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FD5A9B0-44ED-470F-A0F0-721E55B5790D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FD5A9B0-44ED-470F-A0F0-721E55B5790D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FD5A9B0-44ED-470F-A0F0-721E55B5790D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4CC49F58-367B-4E87-8925-49D913FA7BD1} = {697902B3-26B1-490D-BC64-39298D6DAFC4}
{8FD5A9B0-44ED-470F-A0F0-721E55B5790D} = {02075BDC-A66D-4346-8093-2F2667660F36}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6AC36F05-9D1F-4E69-A8F5-3A36B8065019}
EndGlobalSection
EndGlobal