-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathServerMonitoringAndNotificationSystem.sln
More file actions
55 lines (55 loc) · 3.65 KB
/
ServerMonitoringAndNotificationSystem.sln
File metadata and controls
55 lines (55 loc) · 3.65 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerStatisticsCollectionService", "ServerStatisticsCollectionService\ServerStatisticsCollectionService.csproj", "{5D3B6477-0752-421D-A766-383E52FD5518}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerStatisticsCollectionLibrary", "ServerStatisticsCollectionLibrary\ServerStatisticsCollectionLibrary.csproj", "{123F6F21-700E-462F-B211-8671FC1632AB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RabbitMQClientLibrary", "RabbitMQClientLibrary\RabbitMQClientLibrary.csproj", "{1FCFF803-9491-4B62-95D0-A15FF274A670}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MessageProcessing", "MessageProcessing\MessageProcessing.csproj", "{26E8232F-6F6C-48F6-BCEA-3EE3B5524C71}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SignalRServer", "SignalRServer\SignalRServer.csproj", "{F5B51301-2AC8-475D-978A-9CB71BFE51CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SignalREventConsuming", "SignalREventConsumer\SignalREventConsuming.csproj", "{A3346CA5-7750-47FA-BB41-97103600CB8C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D3B6477-0752-421D-A766-383E52FD5518}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D3B6477-0752-421D-A766-383E52FD5518}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D3B6477-0752-421D-A766-383E52FD5518}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D3B6477-0752-421D-A766-383E52FD5518}.Release|Any CPU.Build.0 = Release|Any CPU
{123F6F21-700E-462F-B211-8671FC1632AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{123F6F21-700E-462F-B211-8671FC1632AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{123F6F21-700E-462F-B211-8671FC1632AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{123F6F21-700E-462F-B211-8671FC1632AB}.Release|Any CPU.Build.0 = Release|Any CPU
{1FCFF803-9491-4B62-95D0-A15FF274A670}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FCFF803-9491-4B62-95D0-A15FF274A670}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FCFF803-9491-4B62-95D0-A15FF274A670}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FCFF803-9491-4B62-95D0-A15FF274A670}.Release|Any CPU.Build.0 = Release|Any CPU
{26E8232F-6F6C-48F6-BCEA-3EE3B5524C71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26E8232F-6F6C-48F6-BCEA-3EE3B5524C71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26E8232F-6F6C-48F6-BCEA-3EE3B5524C71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26E8232F-6F6C-48F6-BCEA-3EE3B5524C71}.Release|Any CPU.Build.0 = Release|Any CPU
{F5B51301-2AC8-475D-978A-9CB71BFE51CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5B51301-2AC8-475D-978A-9CB71BFE51CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5B51301-2AC8-475D-978A-9CB71BFE51CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5B51301-2AC8-475D-978A-9CB71BFE51CC}.Release|Any CPU.Build.0 = Release|Any CPU
{A3346CA5-7750-47FA-BB41-97103600CB8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3346CA5-7750-47FA-BB41-97103600CB8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3346CA5-7750-47FA-BB41-97103600CB8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3346CA5-7750-47FA-BB41-97103600CB8C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F9AE36B6-7873-49FA-9F74-6E6ACD07BAEE}
EndGlobalSection
EndGlobal