-
Notifications
You must be signed in to change notification settings - Fork 2
/
ICU.sln
31 lines (31 loc) · 1.57 KB
/
ICU.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32408.312
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ICUMonitor", "src\ICUMonitor\ICUMonitor.csproj", "{E51DBC8A-126A-4B7A-BFB9-D59ED74AC1F5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SensorSimulator", "src\SensorSimulator\SensorSimulator.csproj", "{F5B6921F-A238-4D82-9A3B-65867E724765}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E51DBC8A-126A-4B7A-BFB9-D59ED74AC1F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E51DBC8A-126A-4B7A-BFB9-D59ED74AC1F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E51DBC8A-126A-4B7A-BFB9-D59ED74AC1F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E51DBC8A-126A-4B7A-BFB9-D59ED74AC1F5}.Release|Any CPU.Build.0 = Release|Any CPU
{F5B6921F-A238-4D82-9A3B-65867E724765}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5B6921F-A238-4D82-9A3B-65867E724765}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5B6921F-A238-4D82-9A3B-65867E724765}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5B6921F-A238-4D82-9A3B-65867E724765}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {11FF1840-EFD9-4355-9D5A-792BDC6D3094}
EndGlobalSection
EndGlobal