-
Notifications
You must be signed in to change notification settings - Fork 69
/
ModularMonolithSample.sln
103 lines (103 loc) · 7.12 KB
/
ModularMonolithSample.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31410.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "API", "API\API.csproj", "{7F9CA77F-45B6-49A3-9530-A14ED31277AF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Host", "Host", "{E9C2F4F6-9F02-429A-984A-E41F3E99C9BF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Modules", "Modules", "{10A49253-D06A-455F-BF73-9768F58543D3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{28C3CF5B-4AC7-4E38-9849-6FB57F70FFA5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Catalog", "Catalog", "{0EB04608-0D45-4641-9BAF-BF9C151EAED0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Person", "Person", "{2E182E4D-5FFB-4547-826A-8E17EA552185}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Module.Catalog", "Module.Catalog\Module.Catalog.csproj", "{D30B25FC-08E8-4348-9725-2DFD80E70F05}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Module.Catalog.Core", "Module.Catalog.Core\Module.Catalog.Core.csproj", "{EB9AE576-D6DA-402B-8B89-3507C8745D88}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Module.Catalog.Infrastructure", "Module.Catalog.Infrastructure\Module.Catalog.Infrastructure.csproj", "{2E260F0B-E19F-4FFE-B234-03310859AC51}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Module.People", "Module.People\Module.People.csproj", "{7AD042E7-763A-488E-98FE-DC17EF980116}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Module.People.Core", "Module.People.Core\Module.People.Core.csproj", "{DB610419-A95A-4760-BFB4-3E6B2B763ADE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Module.People.Infrastructure", "Module.People.Infrastructure\Module.People.Infrastructure.csproj", "{9C50DFD5-57DE-4660-82F6-976374BD5394}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shared.Core", "Shared.Core\Shared.Core.csproj", "{4E34A2A8-30FD-4804-8D66-4F39DF95F8CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shared.Models", "Shared.Models\Shared.Models.csproj", "{8D26D883-8A30-425A-8734-369DC6253CDC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shared.Infrastructure", "Shared.Infrastructure\Shared.Infrastructure.csproj", "{67315974-3415-439B-822D-7DB7125BE322}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7F9CA77F-45B6-49A3-9530-A14ED31277AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F9CA77F-45B6-49A3-9530-A14ED31277AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F9CA77F-45B6-49A3-9530-A14ED31277AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F9CA77F-45B6-49A3-9530-A14ED31277AF}.Release|Any CPU.Build.0 = Release|Any CPU
{D30B25FC-08E8-4348-9725-2DFD80E70F05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D30B25FC-08E8-4348-9725-2DFD80E70F05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D30B25FC-08E8-4348-9725-2DFD80E70F05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D30B25FC-08E8-4348-9725-2DFD80E70F05}.Release|Any CPU.Build.0 = Release|Any CPU
{EB9AE576-D6DA-402B-8B89-3507C8745D88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB9AE576-D6DA-402B-8B89-3507C8745D88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB9AE576-D6DA-402B-8B89-3507C8745D88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB9AE576-D6DA-402B-8B89-3507C8745D88}.Release|Any CPU.Build.0 = Release|Any CPU
{2E260F0B-E19F-4FFE-B234-03310859AC51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E260F0B-E19F-4FFE-B234-03310859AC51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E260F0B-E19F-4FFE-B234-03310859AC51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E260F0B-E19F-4FFE-B234-03310859AC51}.Release|Any CPU.Build.0 = Release|Any CPU
{7AD042E7-763A-488E-98FE-DC17EF980116}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7AD042E7-763A-488E-98FE-DC17EF980116}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7AD042E7-763A-488E-98FE-DC17EF980116}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7AD042E7-763A-488E-98FE-DC17EF980116}.Release|Any CPU.Build.0 = Release|Any CPU
{DB610419-A95A-4760-BFB4-3E6B2B763ADE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB610419-A95A-4760-BFB4-3E6B2B763ADE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB610419-A95A-4760-BFB4-3E6B2B763ADE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB610419-A95A-4760-BFB4-3E6B2B763ADE}.Release|Any CPU.Build.0 = Release|Any CPU
{9C50DFD5-57DE-4660-82F6-976374BD5394}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C50DFD5-57DE-4660-82F6-976374BD5394}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C50DFD5-57DE-4660-82F6-976374BD5394}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C50DFD5-57DE-4660-82F6-976374BD5394}.Release|Any CPU.Build.0 = Release|Any CPU
{4E34A2A8-30FD-4804-8D66-4F39DF95F8CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E34A2A8-30FD-4804-8D66-4F39DF95F8CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E34A2A8-30FD-4804-8D66-4F39DF95F8CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E34A2A8-30FD-4804-8D66-4F39DF95F8CB}.Release|Any CPU.Build.0 = Release|Any CPU
{8D26D883-8A30-425A-8734-369DC6253CDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D26D883-8A30-425A-8734-369DC6253CDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D26D883-8A30-425A-8734-369DC6253CDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D26D883-8A30-425A-8734-369DC6253CDC}.Release|Any CPU.Build.0 = Release|Any CPU
{67315974-3415-439B-822D-7DB7125BE322}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67315974-3415-439B-822D-7DB7125BE322}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67315974-3415-439B-822D-7DB7125BE322}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67315974-3415-439B-822D-7DB7125BE322}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7F9CA77F-45B6-49A3-9530-A14ED31277AF} = {E9C2F4F6-9F02-429A-984A-E41F3E99C9BF}
{0EB04608-0D45-4641-9BAF-BF9C151EAED0} = {10A49253-D06A-455F-BF73-9768F58543D3}
{2E182E4D-5FFB-4547-826A-8E17EA552185} = {10A49253-D06A-455F-BF73-9768F58543D3}
{D30B25FC-08E8-4348-9725-2DFD80E70F05} = {0EB04608-0D45-4641-9BAF-BF9C151EAED0}
{EB9AE576-D6DA-402B-8B89-3507C8745D88} = {0EB04608-0D45-4641-9BAF-BF9C151EAED0}
{2E260F0B-E19F-4FFE-B234-03310859AC51} = {0EB04608-0D45-4641-9BAF-BF9C151EAED0}
{7AD042E7-763A-488E-98FE-DC17EF980116} = {2E182E4D-5FFB-4547-826A-8E17EA552185}
{DB610419-A95A-4760-BFB4-3E6B2B763ADE} = {2E182E4D-5FFB-4547-826A-8E17EA552185}
{9C50DFD5-57DE-4660-82F6-976374BD5394} = {2E182E4D-5FFB-4547-826A-8E17EA552185}
{4E34A2A8-30FD-4804-8D66-4F39DF95F8CB} = {28C3CF5B-4AC7-4E38-9849-6FB57F70FFA5}
{8D26D883-8A30-425A-8734-369DC6253CDC} = {28C3CF5B-4AC7-4E38-9849-6FB57F70FFA5}
{67315974-3415-439B-822D-7DB7125BE322} = {28C3CF5B-4AC7-4E38-9849-6FB57F70FFA5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {11C25072-337A-486D-B080-4357F556E23A}
EndGlobalSection
EndGlobal