-
Notifications
You must be signed in to change notification settings - Fork 0
/
CQRS.sln
64 lines (64 loc) · 3.9 KB
/
CQRS.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{8ED35CFA-D562-4CC0-A63A-FE91DEC5F82B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "CQRS.Infrastructure\Infrastructure.csproj", "{35521A39-3D60-4FC9-9B8F-91538DC76370}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure.Tests", "CQRS.Infrastructure.Tests\Infrastructure.Tests.csproj", "{8089C6DA-6582-4CF3-ACCE-6A25002E02D9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{591F5A1F-0191-4496-8125-4030CB91DFFD}"
ProjectSection(SolutionItems) = preProject
stylecop.json = stylecop.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sql", "Sql", "{35A8285B-219F-41BC-AE63-2B4B58104F61}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure.Sql", "CQRS.Infrastructure.Sql\Infrastructure.Sql.csproj", "{F892418E-5687-4500-A8EA-6558EC75024A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mvc.Web.Public", "Mvc.Web.Public\Mvc.Web.Public.csproj", "{801D2B53-3258-4C9E-B0E1-F6F097BEE518}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{E79C8AC9-3A2D-46EE-8F92-1B60FD6EA26C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{35521A39-3D60-4FC9-9B8F-91538DC76370}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35521A39-3D60-4FC9-9B8F-91538DC76370}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35521A39-3D60-4FC9-9B8F-91538DC76370}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35521A39-3D60-4FC9-9B8F-91538DC76370}.Release|Any CPU.Build.0 = Release|Any CPU
{8089C6DA-6582-4CF3-ACCE-6A25002E02D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8089C6DA-6582-4CF3-ACCE-6A25002E02D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8089C6DA-6582-4CF3-ACCE-6A25002E02D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8089C6DA-6582-4CF3-ACCE-6A25002E02D9}.Release|Any CPU.Build.0 = Release|Any CPU
{F892418E-5687-4500-A8EA-6558EC75024A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F892418E-5687-4500-A8EA-6558EC75024A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F892418E-5687-4500-A8EA-6558EC75024A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F892418E-5687-4500-A8EA-6558EC75024A}.Release|Any CPU.Build.0 = Release|Any CPU
{801D2B53-3258-4C9E-B0E1-F6F097BEE518}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{801D2B53-3258-4C9E-B0E1-F6F097BEE518}.Debug|Any CPU.Build.0 = Debug|Any CPU
{801D2B53-3258-4C9E-B0E1-F6F097BEE518}.Release|Any CPU.ActiveCfg = Release|Any CPU
{801D2B53-3258-4C9E-B0E1-F6F097BEE518}.Release|Any CPU.Build.0 = Release|Any CPU
{E79C8AC9-3A2D-46EE-8F92-1B60FD6EA26C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E79C8AC9-3A2D-46EE-8F92-1B60FD6EA26C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E79C8AC9-3A2D-46EE-8F92-1B60FD6EA26C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E79C8AC9-3A2D-46EE-8F92-1B60FD6EA26C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{35521A39-3D60-4FC9-9B8F-91538DC76370} = {8ED35CFA-D562-4CC0-A63A-FE91DEC5F82B}
{8089C6DA-6582-4CF3-ACCE-6A25002E02D9} = {8ED35CFA-D562-4CC0-A63A-FE91DEC5F82B}
{35A8285B-219F-41BC-AE63-2B4B58104F61} = {8ED35CFA-D562-4CC0-A63A-FE91DEC5F82B}
{F892418E-5687-4500-A8EA-6558EC75024A} = {35A8285B-219F-41BC-AE63-2B4B58104F61}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D4BD9E80-3A38-4AE1-8DFE-8D12FA17C770}
EndGlobalSection
EndGlobal