-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRabbitMQBanking.sln
49 lines (49 loc) · 3.02 KB
/
RabbitMQBanking.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ControllerBankingApi", "ControllerBanking\ControllerBankingApi.csproj", "{2122D7E6-42AC-4863-A3FC-C41E8166AE68}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RabbitMQBus", "RabbitMQBus\RabbitMQBus.csproj", "{25444CFB-92D8-40AF-8767-E723B4393C29}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RabbitMQBankingApplication", "RabbitMQBankingApplication\RabbitMQBankingApplication.csproj", "{3C1B2279-BBFB-47AB-906D-64910EC36165}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Messages", "Messages\Messages.csproj", "{DD58A5CE-7311-427F-A872-6F30B4274D40}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Subscriber", "Subscriber\Subscriber.csproj", "{07458E26-DE6E-43BA-9DFD-17D7B3294D2A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2122D7E6-42AC-4863-A3FC-C41E8166AE68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2122D7E6-42AC-4863-A3FC-C41E8166AE68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2122D7E6-42AC-4863-A3FC-C41E8166AE68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2122D7E6-42AC-4863-A3FC-C41E8166AE68}.Release|Any CPU.Build.0 = Release|Any CPU
{25444CFB-92D8-40AF-8767-E723B4393C29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25444CFB-92D8-40AF-8767-E723B4393C29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25444CFB-92D8-40AF-8767-E723B4393C29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25444CFB-92D8-40AF-8767-E723B4393C29}.Release|Any CPU.Build.0 = Release|Any CPU
{3C1B2279-BBFB-47AB-906D-64910EC36165}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C1B2279-BBFB-47AB-906D-64910EC36165}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C1B2279-BBFB-47AB-906D-64910EC36165}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C1B2279-BBFB-47AB-906D-64910EC36165}.Release|Any CPU.Build.0 = Release|Any CPU
{DD58A5CE-7311-427F-A872-6F30B4274D40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD58A5CE-7311-427F-A872-6F30B4274D40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD58A5CE-7311-427F-A872-6F30B4274D40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD58A5CE-7311-427F-A872-6F30B4274D40}.Release|Any CPU.Build.0 = Release|Any CPU
{07458E26-DE6E-43BA-9DFD-17D7B3294D2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07458E26-DE6E-43BA-9DFD-17D7B3294D2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07458E26-DE6E-43BA-9DFD-17D7B3294D2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07458E26-DE6E-43BA-9DFD-17D7B3294D2A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AE09EB0F-B25B-4AFA-BB48-47130B3A98D5}
EndGlobalSection
EndGlobal