-
Notifications
You must be signed in to change notification settings - Fork 0
/
SmallSensorPublishingEngine.sln
51 lines (51 loc) · 3.02 KB
/
SmallSensorPublishingEngine.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
41
42
43
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmallSensorPublishingEngine", "SmallSensorPublishingEngine\SmallSensorPublishingEngine.csproj", "{32CBEC6C-EF67-44F8-B90D-561222F8C60E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmallSensorPublishingService", "SmallSensorPublishingService\SmallSensorPublishingService.csproj", "{80FA47EC-AA47-4869-B1F7-4473BB41E93B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmallSensorPublishingDebuggingService", "SmallSensorPublishingDebuggingService\SmallSensorPublishingDebuggingService.csproj", "{7DAF75DB-56A6-414F-9576-55F5A297A295}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{29BA9BCF-28CB-435E-A487-F9C1FD6990E5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Publishers", "Publishers", "{1BC2429C-8202-496D-A995-68709D56CF7C}"
ProjectSection(SolutionItems) = preProject
Publishers\CC128HistoryLogger.py = Publishers\CC128HistoryLogger.py
Publishers\CC128Pachube.py = Publishers\CC128Pachube.py
Publishers\SamplePachube.py = Publishers\SamplePachube.py
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SensorMonitors", "SensorMonitors", "{44378D64-D62F-41AB-B14C-B7DF7A69DA46}"
ProjectSection(SolutionItems) = preProject
SensorMonitors\CC128.py = SensorMonitors\CC128.py
SensorMonitors\DummySensor.py = SensorMonitors\DummySensor.py
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32CBEC6C-EF67-44F8-B90D-561222F8C60E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32CBEC6C-EF67-44F8-B90D-561222F8C60E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32CBEC6C-EF67-44F8-B90D-561222F8C60E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32CBEC6C-EF67-44F8-B90D-561222F8C60E}.Release|Any CPU.Build.0 = Release|Any CPU
{80FA47EC-AA47-4869-B1F7-4473BB41E93B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80FA47EC-AA47-4869-B1F7-4473BB41E93B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80FA47EC-AA47-4869-B1F7-4473BB41E93B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80FA47EC-AA47-4869-B1F7-4473BB41E93B}.Release|Any CPU.Build.0 = Release|Any CPU
{7DAF75DB-56A6-414F-9576-55F5A297A295}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DAF75DB-56A6-414F-9576-55F5A297A295}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DAF75DB-56A6-414F-9576-55F5A297A295}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DAF75DB-56A6-414F-9576-55F5A297A295}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1BC2429C-8202-496D-A995-68709D56CF7C} = {29BA9BCF-28CB-435E-A487-F9C1FD6990E5}
{44378D64-D62F-41AB-B14C-B7DF7A69DA46} = {29BA9BCF-28CB-435E-A487-F9C1FD6990E5}
EndGlobalSection
EndGlobal