-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSystemMonitor.sln
More file actions
36 lines (36 loc) · 2.1 KB
/
SystemMonitor.sln
File metadata and controls
36 lines (36 loc) · 2.1 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SystemMonitorService", "SystemMonitorService\SystemMonitorService.csproj", "{59414A81-DF72-C4BA-7E16-FBD7BE3C47AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SystemCollectorService", "SystemCollectorService\SystemCollectorService.csproj", "{90A59361-16E7-4F76-9E99-EBA39EF577E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SystemMonitorMobile", "SystemMonitorMobile\SystemMonitorMobile.csproj", "{A13230EA-9D84-4C9C-9C51-89B7FC08E140}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{59414A81-DF72-C4BA-7E16-FBD7BE3C47AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59414A81-DF72-C4BA-7E16-FBD7BE3C47AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59414A81-DF72-C4BA-7E16-FBD7BE3C47AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59414A81-DF72-C4BA-7E16-FBD7BE3C47AC}.Release|Any CPU.Build.0 = Release|Any CPU
{90A59361-16E7-4F76-9E99-EBA39EF577E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90A59361-16E7-4F76-9E99-EBA39EF577E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90A59361-16E7-4F76-9E99-EBA39EF577E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90A59361-16E7-4F76-9E99-EBA39EF577E9}.Release|Any CPU.Build.0 = Release|Any CPU
{A13230EA-9D84-4C9C-9C51-89B7FC08E140}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A13230EA-9D84-4C9C-9C51-89B7FC08E140}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A13230EA-9D84-4C9C-9C51-89B7FC08E140}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A13230EA-9D84-4C9C-9C51-89B7FC08E140}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {661861B3-6CAA-4F4D-9793-00F010B1A275}
EndGlobalSection
EndGlobal