This repository has been archived by the owner on Apr 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRabbitMQProject.sln
54 lines (54 loc) · 3.01 KB
/
RabbitMQProject.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2020
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{413B3827-A7D7-4C86-A0CD-2626D860BFF4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api", "Api\Api.csproj", "{54C7FCE9-A7FD-47DA-819A-743FDDE2CE6E}"
ProjectSection(ProjectDependencies) = postProject
{6967CBF2-B839-4511-8F41-1BF9472198F0} = {6967CBF2-B839-4511-8F41-1BF9472198F0}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3E7CAAA1-1E24-41FE-B03C-A9947D7A6358}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Integration", "Integration\Integration.csproj", "{7C060D2A-52D4-4873-8611-1B18E336A37A}"
ProjectSection(ProjectDependencies) = postProject
{413B3827-A7D7-4C86-A0CD-2626D860BFF4} = {413B3827-A7D7-4C86-A0CD-2626D860BFF4}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure.EventBus", "Infrastructure.EventBus\Infrastructure.EventBus.csproj", "{6967CBF2-B839-4511-8F41-1BF9472198F0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{413B3827-A7D7-4C86-A0CD-2626D860BFF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{413B3827-A7D7-4C86-A0CD-2626D860BFF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{413B3827-A7D7-4C86-A0CD-2626D860BFF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{413B3827-A7D7-4C86-A0CD-2626D860BFF4}.Release|Any CPU.Build.0 = Release|Any CPU
{54C7FCE9-A7FD-47DA-819A-743FDDE2CE6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54C7FCE9-A7FD-47DA-819A-743FDDE2CE6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54C7FCE9-A7FD-47DA-819A-743FDDE2CE6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54C7FCE9-A7FD-47DA-819A-743FDDE2CE6E}.Release|Any CPU.Build.0 = Release|Any CPU
{7C060D2A-52D4-4873-8611-1B18E336A37A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C060D2A-52D4-4873-8611-1B18E336A37A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C060D2A-52D4-4873-8611-1B18E336A37A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C060D2A-52D4-4873-8611-1B18E336A37A}.Release|Any CPU.Build.0 = Release|Any CPU
{6967CBF2-B839-4511-8F41-1BF9472198F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6967CBF2-B839-4511-8F41-1BF9472198F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6967CBF2-B839-4511-8F41-1BF9472198F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6967CBF2-B839-4511-8F41-1BF9472198F0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BA767DCD-0D36-4154-AFA4-95AA45E5985D}
EndGlobalSection
EndGlobal