This repository has been archived by the owner on Apr 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathExampleRegistry.sln
executable file
·80 lines (80 loc) · 4.69 KB
/
ExampleRegistry.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
79
80
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{C2F8FF63-7A48-4179-A720-86206C42F496}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{453A566F-E4D5-4D12-A5A7-67D02B4330FD}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build.fsx = build.fsx
global.json = global.json
LICENSE = LICENSE
package.json = package.json
paket.dependencies = paket.dependencies
README.md = README.md
SEMVER.md = SEMVER.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleRegistry.Structurizr", "docs\ExampleRegistry.Structurizr\ExampleRegistry.Structurizr.csproj", "{EEB2ADE5-8F0E-49C9-99F2-2CF2251924BF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "adr", "adr", "{2530FFF7-0356-4151-9212-F11E18FFB694}"
ProjectSection(SolutionItems) = preProject
docs\adr\0001-record-architecture-decisions.md = docs\adr\0001-record-architecture-decisions.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{40C96AFD-C191-4A56-B7D0-540C1EB501BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleRegistry", "src\ExampleRegistry\ExampleRegistry.csproj", "{03AED59C-4D29-465E-99B8-A44F076C1443}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{9B81B90F-47EA-43A5-8927-C0EAB2273BB6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleRegistry.Tests", "test\ExampleRegistry.Tests\ExampleRegistry.Tests.csproj", "{F2D21D44-C462-4332-B93B-89CE8540334A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleRegistry.Infrastructure", "src\ExampleRegistry.Infrastructure\ExampleRegistry.Infrastructure.csproj", "{7CF9BA80-BCE5-45D7-B176-87CC033CD7CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleRegistry.Api", "src\ExampleRegistry.Api\ExampleRegistry.Api.csproj", "{B569C6D4-5A45-44B1-8362-C0500FB7F818}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EEB2ADE5-8F0E-49C9-99F2-2CF2251924BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEB2ADE5-8F0E-49C9-99F2-2CF2251924BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEB2ADE5-8F0E-49C9-99F2-2CF2251924BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEB2ADE5-8F0E-49C9-99F2-2CF2251924BF}.Release|Any CPU.Build.0 = Release|Any CPU
{03AED59C-4D29-465E-99B8-A44F076C1443}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03AED59C-4D29-465E-99B8-A44F076C1443}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03AED59C-4D29-465E-99B8-A44F076C1443}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03AED59C-4D29-465E-99B8-A44F076C1443}.Release|Any CPU.Build.0 = Release|Any CPU
{F2D21D44-C462-4332-B93B-89CE8540334A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2D21D44-C462-4332-B93B-89CE8540334A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2D21D44-C462-4332-B93B-89CE8540334A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2D21D44-C462-4332-B93B-89CE8540334A}.Release|Any CPU.Build.0 = Release|Any CPU
{7CF9BA80-BCE5-45D7-B176-87CC033CD7CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CF9BA80-BCE5-45D7-B176-87CC033CD7CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CF9BA80-BCE5-45D7-B176-87CC033CD7CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CF9BA80-BCE5-45D7-B176-87CC033CD7CA}.Release|Any CPU.Build.0 = Release|Any CPU
{B569C6D4-5A45-44B1-8362-C0500FB7F818}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B569C6D4-5A45-44B1-8362-C0500FB7F818}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B569C6D4-5A45-44B1-8362-C0500FB7F818}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B569C6D4-5A45-44B1-8362-C0500FB7F818}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EEB2ADE5-8F0E-49C9-99F2-2CF2251924BF} = {C2F8FF63-7A48-4179-A720-86206C42F496}
{03AED59C-4D29-465E-99B8-A44F076C1443} = {40C96AFD-C191-4A56-B7D0-540C1EB501BC}
{F2D21D44-C462-4332-B93B-89CE8540334A} = {9B81B90F-47EA-43A5-8927-C0EAB2273BB6}
{7CF9BA80-BCE5-45D7-B176-87CC033CD7CA} = {40C96AFD-C191-4A56-B7D0-540C1EB501BC}
{B569C6D4-5A45-44B1-8362-C0500FB7F818} = {40C96AFD-C191-4A56-B7D0-540C1EB501BC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2EB87445-E263-4E1E-89CC-3839170028E5}
EndGlobalSection
EndGlobal