-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cogax.SelfContainedSystem.Template.sln
85 lines (85 loc) · 5.76 KB
/
Cogax.SelfContainedSystem.Template.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BB34D099-E9D3-4BAF-8494-4A5C8B3028AD}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Deployables", "Deployables", "{2D872C29-3402-4BE4-99B0-D75D4AB2DB5D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{555FAA07-0FD1-43ED-8BA9-B269CB0BB524}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cogax.SelfContainedSystem.Template.Core.Application", "Cogax.SelfContainedSystem.Template.Core.Application\Cogax.SelfContainedSystem.Template.Core.Application.csproj", "{12D71677-3007-43A2-8F79-C3FF5B5616CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cogax.SelfContainedSystem.Template.Infrastructure", "Cogax.SelfContainedSystem.Template.Infrastructure\Cogax.SelfContainedSystem.Template.Infrastructure.csproj", "{4C4E3E67-CFD6-4E0F-8551-E3DB14F32623}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{C19AF977-A558-4BC1-8140-1355B0AA50A7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cogax.SelfContainedSystem.Template.Tests", "Cogax.SelfContainedSystem.Template.Tests\Cogax.SelfContainedSystem.Template.Tests.csproj", "{89AF78F6-6F28-4C09-9B0F-AB640810D93A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{895807A4-1D29-4272-8620-6B343F477575}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cogax.SelfContainedSystem.Template.Core.Domain", "Cogax.SelfContainedSystem.Template.Core.Domain\Cogax.SelfContainedSystem.Template.Core.Domain.csproj", "{4C7DCFB2-E005-4FB4-8340-04B249A61BC5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cogax.SelfContainedSystem.Template.Worker", "Cogax.SelfContainedSystem.Template.Worker\Cogax.SelfContainedSystem.Template.Worker.csproj", "{DA1982A0-DBEC-4B11-B85C-0DC1993CA6B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cogax.SelfContainedSystem.Template.Web", "Cogax.SelfContainedSystem.Template.Web\Cogax.SelfContainedSystem.Template.Web.csproj", "{122D57B1-1F22-4017-989D-BEAF2A4BADC0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{2319E516-780C-4937-BE05-64BDD7E5C6A1}"
ProjectSection(SolutionItems) = preProject
doc\UC_AddTodoItem.mmd = doc\UC_AddTodoItem.mmd
doc\UC_CompleteTodoItem.mmd = doc\UC_CompleteTodoItem.mmd
doc\UC_DeleteRemovedTodoItems.mmd = doc\UC_DeleteRemovedTodoItems.mmd
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{12D71677-3007-43A2-8F79-C3FF5B5616CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12D71677-3007-43A2-8F79-C3FF5B5616CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12D71677-3007-43A2-8F79-C3FF5B5616CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12D71677-3007-43A2-8F79-C3FF5B5616CE}.Release|Any CPU.Build.0 = Release|Any CPU
{4C4E3E67-CFD6-4E0F-8551-E3DB14F32623}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C4E3E67-CFD6-4E0F-8551-E3DB14F32623}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C4E3E67-CFD6-4E0F-8551-E3DB14F32623}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C4E3E67-CFD6-4E0F-8551-E3DB14F32623}.Release|Any CPU.Build.0 = Release|Any CPU
{89AF78F6-6F28-4C09-9B0F-AB640810D93A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89AF78F6-6F28-4C09-9B0F-AB640810D93A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89AF78F6-6F28-4C09-9B0F-AB640810D93A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89AF78F6-6F28-4C09-9B0F-AB640810D93A}.Release|Any CPU.Build.0 = Release|Any CPU
{4C7DCFB2-E005-4FB4-8340-04B249A61BC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C7DCFB2-E005-4FB4-8340-04B249A61BC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C7DCFB2-E005-4FB4-8340-04B249A61BC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C7DCFB2-E005-4FB4-8340-04B249A61BC5}.Release|Any CPU.Build.0 = Release|Any CPU
{DA1982A0-DBEC-4B11-B85C-0DC1993CA6B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA1982A0-DBEC-4B11-B85C-0DC1993CA6B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA1982A0-DBEC-4B11-B85C-0DC1993CA6B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA1982A0-DBEC-4B11-B85C-0DC1993CA6B7}.Release|Any CPU.Build.0 = Release|Any CPU
{122D57B1-1F22-4017-989D-BEAF2A4BADC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{122D57B1-1F22-4017-989D-BEAF2A4BADC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{122D57B1-1F22-4017-989D-BEAF2A4BADC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{122D57B1-1F22-4017-989D-BEAF2A4BADC0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{12D71677-3007-43A2-8F79-C3FF5B5616CE} = {555FAA07-0FD1-43ED-8BA9-B269CB0BB524}
{4C4E3E67-CFD6-4E0F-8551-E3DB14F32623} = {895807A4-1D29-4272-8620-6B343F477575}
{89AF78F6-6F28-4C09-9B0F-AB640810D93A} = {C19AF977-A558-4BC1-8140-1355B0AA50A7}
{4C7DCFB2-E005-4FB4-8340-04B249A61BC5} = {555FAA07-0FD1-43ED-8BA9-B269CB0BB524}
{DA1982A0-DBEC-4B11-B85C-0DC1993CA6B7} = {2D872C29-3402-4BE4-99B0-D75D4AB2DB5D}
{122D57B1-1F22-4017-989D-BEAF2A4BADC0} = {2D872C29-3402-4BE4-99B0-D75D4AB2DB5D}
{2319E516-780C-4937-BE05-64BDD7E5C6A1} = {BB34D099-E9D3-4BAF-8494-4A5C8B3028AD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EF31DB44-E7CF-4225-83BB-07A28F51E678}
EndGlobalSection
EndGlobal