-
Notifications
You must be signed in to change notification settings - Fork 5
/
DomainDrivenDesign.sln
50 lines (50 loc) · 2.85 KB
/
DomainDrivenDesign.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DomainDrivenDesign.Api", "src\DomainDrivenDesign.Api\DomainDrivenDesign.Api.csproj", "{C0D6C76D-1DBD-45DC-9E31-44C18D8DA892}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{261980DA-0768-46FD-A696-252A6F745575}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DomainDrivenDesign.Infrastructure", "src\DomainDrivenDesign.Infrastructure\DomainDrivenDesign.Infrastructure.csproj", "{03A09123-BEE6-4519-B681-BD4885BBB3D5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DomainDrivenDesign.Domain", "src\DomainDrivenDesign.Domain\DomainDrivenDesign.Domain.csproj", "{60B63728-EFC6-46F0-B82F-BEF89EAD9DB7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1E99473F-9057-4879-8B56-DEF007E7EFCF}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C0D6C76D-1DBD-45DC-9E31-44C18D8DA892}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0D6C76D-1DBD-45DC-9E31-44C18D8DA892}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0D6C76D-1DBD-45DC-9E31-44C18D8DA892}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0D6C76D-1DBD-45DC-9E31-44C18D8DA892}.Release|Any CPU.Build.0 = Release|Any CPU
{03A09123-BEE6-4519-B681-BD4885BBB3D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03A09123-BEE6-4519-B681-BD4885BBB3D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03A09123-BEE6-4519-B681-BD4885BBB3D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03A09123-BEE6-4519-B681-BD4885BBB3D5}.Release|Any CPU.Build.0 = Release|Any CPU
{60B63728-EFC6-46F0-B82F-BEF89EAD9DB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60B63728-EFC6-46F0-B82F-BEF89EAD9DB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60B63728-EFC6-46F0-B82F-BEF89EAD9DB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60B63728-EFC6-46F0-B82F-BEF89EAD9DB7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C0D6C76D-1DBD-45DC-9E31-44C18D8DA892} = {261980DA-0768-46FD-A696-252A6F745575}
{03A09123-BEE6-4519-B681-BD4885BBB3D5} = {261980DA-0768-46FD-A696-252A6F745575}
{60B63728-EFC6-46F0-B82F-BEF89EAD9DB7} = {261980DA-0768-46FD-A696-252A6F745575}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5421DEAE-2326-49A1-888C-B2AD65F9E539}
EndGlobalSection
EndGlobal