forked from Layla-P/RabbitMQTopicExchange
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRabbitMQTopicExchange.sln
54 lines (54 loc) · 2.98 KB
/
RabbitMQTopicExchange.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 Version 17
VisualStudioVersion = 17.2.32422.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "KitchenService", "KitchenService", "{74417416-1AAF-4662-BCD3-40F3D89C2DD8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "OrderService", "OrderService", "{40641BDC-8365-49A9-AE0E-9AABB6342E42}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrderService", "OrderService\OrderService.csproj", "{56DF45F9-BA45-49EF-ADBF-F93E1625139B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KitchenService", "KitchenService\KitchenService.csproj", "{F70F3141-2274-42C7-8DBA-3CB2EA9FB9F3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{520ABBDD-A7C8-4E6B-AB81-04A4BD3F93B2}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RabbitMQ", "RabbitMQ", "{F1913523-5293-4441-AF64-FB417F4E8BD5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Messaging", "Messaging.Common\Messaging.csproj", "{5A1C76A3-9E53-4462-8247-6A57ABB3F58A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{56DF45F9-BA45-49EF-ADBF-F93E1625139B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56DF45F9-BA45-49EF-ADBF-F93E1625139B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56DF45F9-BA45-49EF-ADBF-F93E1625139B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56DF45F9-BA45-49EF-ADBF-F93E1625139B}.Release|Any CPU.Build.0 = Release|Any CPU
{F70F3141-2274-42C7-8DBA-3CB2EA9FB9F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F70F3141-2274-42C7-8DBA-3CB2EA9FB9F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F70F3141-2274-42C7-8DBA-3CB2EA9FB9F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F70F3141-2274-42C7-8DBA-3CB2EA9FB9F3}.Release|Any CPU.Build.0 = Release|Any CPU
{5A1C76A3-9E53-4462-8247-6A57ABB3F58A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A1C76A3-9E53-4462-8247-6A57ABB3F58A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A1C76A3-9E53-4462-8247-6A57ABB3F58A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A1C76A3-9E53-4462-8247-6A57ABB3F58A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{56DF45F9-BA45-49EF-ADBF-F93E1625139B} = {40641BDC-8365-49A9-AE0E-9AABB6342E42}
{F70F3141-2274-42C7-8DBA-3CB2EA9FB9F3} = {74417416-1AAF-4662-BCD3-40F3D89C2DD8}
{5A1C76A3-9E53-4462-8247-6A57ABB3F58A} = {F1913523-5293-4441-AF64-FB417F4E8BD5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2D046BCF-E747-4E95-88B6-67BA8D50B992}
EndGlobalSection
EndGlobal