-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMessagingService.sln
62 lines (62 loc) · 3.88 KB
/
MessagingService.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.33920.267
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DAL", "DAL\DAL.csproj", "{1D69EA45-B46B-44B4-B8E0-5B14F6F9E208}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "Services\Services.csproj", "{4372A17C-2F0B-4DE3-947B-F44D967A3A01}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MicroServices", "MicroServices", "{EF45CDE2-12AD-4A26-9B95-8FA939BB2490}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SendMessageToSBTopic", "SendMessageToSBTopic\SendMessageToSBTopic.csproj", "{08844853-F07E-4293-A766-5DC0E1D450CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Utils", "Utils\Utils.csproj", "{FF005B4A-D8D9-4605-95BD-D32AE219A5AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SBTopicSubscriber", "SBTopicSubscriber\SBTopicSubscriber.csproj", "{E980241D-6220-4959-9D10-6A54F601D23D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SBDLQProcessor", "SBDLQProcessor\SBDLQProcessor.csproj", "{7179A67E-A6B4-475C-8A10-2032FA9DB2CA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1D69EA45-B46B-44B4-B8E0-5B14F6F9E208}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D69EA45-B46B-44B4-B8E0-5B14F6F9E208}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D69EA45-B46B-44B4-B8E0-5B14F6F9E208}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D69EA45-B46B-44B4-B8E0-5B14F6F9E208}.Release|Any CPU.Build.0 = Release|Any CPU
{4372A17C-2F0B-4DE3-947B-F44D967A3A01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4372A17C-2F0B-4DE3-947B-F44D967A3A01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4372A17C-2F0B-4DE3-947B-F44D967A3A01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4372A17C-2F0B-4DE3-947B-F44D967A3A01}.Release|Any CPU.Build.0 = Release|Any CPU
{08844853-F07E-4293-A766-5DC0E1D450CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08844853-F07E-4293-A766-5DC0E1D450CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08844853-F07E-4293-A766-5DC0E1D450CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08844853-F07E-4293-A766-5DC0E1D450CA}.Release|Any CPU.Build.0 = Release|Any CPU
{FF005B4A-D8D9-4605-95BD-D32AE219A5AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF005B4A-D8D9-4605-95BD-D32AE219A5AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF005B4A-D8D9-4605-95BD-D32AE219A5AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF005B4A-D8D9-4605-95BD-D32AE219A5AC}.Release|Any CPU.Build.0 = Release|Any CPU
{E980241D-6220-4959-9D10-6A54F601D23D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E980241D-6220-4959-9D10-6A54F601D23D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E980241D-6220-4959-9D10-6A54F601D23D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E980241D-6220-4959-9D10-6A54F601D23D}.Release|Any CPU.Build.0 = Release|Any CPU
{7179A67E-A6B4-475C-8A10-2032FA9DB2CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7179A67E-A6B4-475C-8A10-2032FA9DB2CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7179A67E-A6B4-475C-8A10-2032FA9DB2CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7179A67E-A6B4-475C-8A10-2032FA9DB2CA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{08844853-F07E-4293-A766-5DC0E1D450CA} = {EF45CDE2-12AD-4A26-9B95-8FA939BB2490}
{E980241D-6220-4959-9D10-6A54F601D23D} = {EF45CDE2-12AD-4A26-9B95-8FA939BB2490}
{7179A67E-A6B4-475C-8A10-2032FA9DB2CA} = {EF45CDE2-12AD-4A26-9B95-8FA939BB2490}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A218F2ED-0162-4C0B-B7D9-5AE9FA91309F}
EndGlobalSection
EndGlobal