-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSmartMonitoring.sln
More file actions
37 lines (36 loc) · 2.07 KB
/
Copy pathSmartMonitoring.sln
File metadata and controls
37 lines (36 loc) · 2.07 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31717.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{07E537CC-3289-4BC8-AF26-8C4E851868DE}") = "SmartMonitoring.Server", "Server\SmartMonitoring.Server.csproj", "{56ECAD83-368C-4109-8972-22601E4AEB4B}"
EndProject
Project("{07E537CC-3289-4BC8-AF26-8C4E851868DE}") = "SmartMonitoring.Client", "Client\SmartMonitoring.Client.csproj", "{E5005874-6609-4BB5-81FF-F7AFADB42374}"
EndProject
Project("{07E537CC-3289-4BC8-AF26-8C4E851868DE}") = "SmartMonitoring.Shared", "Shared\SmartMonitoring.Shared.csproj", "{E7710E40-0374-4301-A857-0E6965DEAB60}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{56ECAD83-368C-4109-8972-22601E4AEB4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56ECAD83-368C-4109-8972-22601E4AEB4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56ECAD83-368C-4109-8972-22601E4AEB4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56ECAD83-368C-4109-8972-22601E4AEB4B}.Release|Any CPU.Build.0 = Release|Any CPU
{E5005874-6609-4BB5-81FF-F7AFADB42374}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5005874-6609-4BB5-81FF-F7AFADB42374}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5005874-6609-4BB5-81FF-F7AFADB42374}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5005874-6609-4BB5-81FF-F7AFADB42374}.Release|Any CPU.Build.0 = Release|Any CPU
{E7710E40-0374-4301-A857-0E6965DEAB60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7710E40-0374-4301-A857-0E6965DEAB60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7710E40-0374-4301-A857-0E6965DEAB60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7710E40-0374-4301-A857-0E6965DEAB60}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C3AE7C0E-6FCD-4098-8EA0-262BB179C8C2}
EndGlobalSection
EndGlobal