-
Notifications
You must be signed in to change notification settings - Fork 5
/
UptimeMonitor.sln
40 lines (40 loc) · 2.17 KB
/
UptimeMonitor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UptimeAPI", "UptimeAPI\UptimeAPI.csproj", "{8D33508E-EB5A-48E4-BB19-F8F55EA05BF7}"
ProjectSection(ProjectDependencies) = postProject
{AF6D9AE4-E0C3-45E6-9D6B-FA05D65D3B2A} = {AF6D9AE4-E0C3-45E6-9D6B-FA05D65D3B2A}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Data", "Data\Data.csproj", "{AF6D9AE4-E0C3-45E6-9D6B-FA05D65D3B2A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProcessingService", "ProcessingService\ProcessingService.csproj", "{C799B4B4-3D7F-464C-BF60-1115DC753A28}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8D33508E-EB5A-48E4-BB19-F8F55EA05BF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D33508E-EB5A-48E4-BB19-F8F55EA05BF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D33508E-EB5A-48E4-BB19-F8F55EA05BF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D33508E-EB5A-48E4-BB19-F8F55EA05BF7}.Release|Any CPU.Build.0 = Release|Any CPU
{AF6D9AE4-E0C3-45E6-9D6B-FA05D65D3B2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF6D9AE4-E0C3-45E6-9D6B-FA05D65D3B2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF6D9AE4-E0C3-45E6-9D6B-FA05D65D3B2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF6D9AE4-E0C3-45E6-9D6B-FA05D65D3B2A}.Release|Any CPU.Build.0 = Release|Any CPU
{C799B4B4-3D7F-464C-BF60-1115DC753A28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C799B4B4-3D7F-464C-BF60-1115DC753A28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C799B4B4-3D7F-464C-BF60-1115DC753A28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C799B4B4-3D7F-464C-BF60-1115DC753A28}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4F91F7E7-16CD-493A-9CF5-80B7BA1DB835}
EndGlobalSection
EndGlobal