-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathAquarium-Controller.sln
103 lines (103 loc) · 7.62 KB
/
Aquarium-Controller.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Controller", "Controller\Controller.csproj", "{117848BD-213C-4AE4-8F58-D27F14DAA534}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin-Logfile", "Plugin-Logfile\Plugin-Logfile.csproj", "{65B2EAC1-B841-4134-9229-B24583B46FFB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin-Temperature", "Plugin-Temperature\Plugin-Temperature.csproj", "{79EFAD9E-C3E1-4D3F-993E-7CFF382A1C29}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin-Thingspeak", "Plugin-Thingspeak\Plugin-Thingspeak.csproj", "{94EB2D77-53BC-4086-BD6F-9F400C1FD13F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin-Relays", "Plugin-Relays\Plugin-Relays.csproj", "{E9EB4D78-EEC4-4A40-9DE4-CB1EEA20977B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin-pH", "Plugin-pH\Plugin-pH.csproj", "{428E9964-527F-48D8-B88A-8A22435F481B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin-AquariumStatus", "Plugin-AquariumStatus\Plugin-AquariumStatus.csproj", "{F0F2B76C-B9A5-4BA8-B551-5217295EF377}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin-ElectricalConductivity", "Plugin-ElectricalConductivity\Plugin-ElectricalConductivity.csproj", "{81D8D4B0-E62D-4F66-8E66-BC26616BDC9C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebServer", "WebServer\WebServer.csproj", "{71B2DDB7-063C-4866-BD82-83D06E22E225}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin-ElectricalConductivity", "Plugin-ElectricalConductivity\Plugin-ElectricalConductivity.csproj", "{81D8D4B0-E62D-4F66-8E66-BC26616BDC9C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Extensions", "Extensions\Extensions.csproj", "{C4E8D63B-A08E-48CD-AD72-9EBB2AB94F07}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Emulator|Any CPU = Emulator|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{117848BD-213C-4AE4-8F58-D27F14DAA534}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{117848BD-213C-4AE4-8F58-D27F14DAA534}.Debug|Any CPU.Build.0 = Debug|Any CPU
{117848BD-213C-4AE4-8F58-D27F14DAA534}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{117848BD-213C-4AE4-8F58-D27F14DAA534}.Emulator|Any CPU.ActiveCfg = Emulator|Any CPU
{117848BD-213C-4AE4-8F58-D27F14DAA534}.Emulator|Any CPU.Build.0 = Emulator|Any CPU
{117848BD-213C-4AE4-8F58-D27F14DAA534}.Emulator|Any CPU.Deploy.0 = Emulator|Any CPU
{117848BD-213C-4AE4-8F58-D27F14DAA534}.Release|Any CPU.ActiveCfg = Release|Any CPU
{117848BD-213C-4AE4-8F58-D27F14DAA534}.Release|Any CPU.Build.0 = Release|Any CPU
{117848BD-213C-4AE4-8F58-D27F14DAA534}.Release|Any CPU.Deploy.0 = Release|Any CPU
{65B2EAC1-B841-4134-9229-B24583B46FFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65B2EAC1-B841-4134-9229-B24583B46FFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65B2EAC1-B841-4134-9229-B24583B46FFB}.Emulator|Any CPU.ActiveCfg = Emulator|Any CPU
{65B2EAC1-B841-4134-9229-B24583B46FFB}.Emulator|Any CPU.Build.0 = Emulator|Any CPU
{65B2EAC1-B841-4134-9229-B24583B46FFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65B2EAC1-B841-4134-9229-B24583B46FFB}.Release|Any CPU.Build.0 = Release|Any CPU
{79EFAD9E-C3E1-4D3F-993E-7CFF382A1C29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79EFAD9E-C3E1-4D3F-993E-7CFF382A1C29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79EFAD9E-C3E1-4D3F-993E-7CFF382A1C29}.Emulator|Any CPU.ActiveCfg = Emulator|Any CPU
{79EFAD9E-C3E1-4D3F-993E-7CFF382A1C29}.Emulator|Any CPU.Build.0 = Emulator|Any CPU
{79EFAD9E-C3E1-4D3F-993E-7CFF382A1C29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79EFAD9E-C3E1-4D3F-993E-7CFF382A1C29}.Release|Any CPU.Build.0 = Release|Any CPU
{94EB2D77-53BC-4086-BD6F-9F400C1FD13F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94EB2D77-53BC-4086-BD6F-9F400C1FD13F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94EB2D77-53BC-4086-BD6F-9F400C1FD13F}.Emulator|Any CPU.ActiveCfg = Emulator|Any CPU
{94EB2D77-53BC-4086-BD6F-9F400C1FD13F}.Emulator|Any CPU.Build.0 = Emulator|Any CPU
{94EB2D77-53BC-4086-BD6F-9F400C1FD13F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94EB2D77-53BC-4086-BD6F-9F400C1FD13F}.Release|Any CPU.Build.0 = Release|Any CPU
{E9EB4D78-EEC4-4A40-9DE4-CB1EEA20977B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9EB4D78-EEC4-4A40-9DE4-CB1EEA20977B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9EB4D78-EEC4-4A40-9DE4-CB1EEA20977B}.Emulator|Any CPU.ActiveCfg = Emulator|Any CPU
{E9EB4D78-EEC4-4A40-9DE4-CB1EEA20977B}.Emulator|Any CPU.Build.0 = Emulator|Any CPU
{E9EB4D78-EEC4-4A40-9DE4-CB1EEA20977B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9EB4D78-EEC4-4A40-9DE4-CB1EEA20977B}.Release|Any CPU.Build.0 = Release|Any CPU
{428E9964-527F-48D8-B88A-8A22435F481B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{428E9964-527F-48D8-B88A-8A22435F481B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{428E9964-527F-48D8-B88A-8A22435F481B}.Emulator|Any CPU.ActiveCfg = Release|Any CPU
{428E9964-527F-48D8-B88A-8A22435F481B}.Emulator|Any CPU.Build.0 = Release|Any CPU
{428E9964-527F-48D8-B88A-8A22435F481B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{428E9964-527F-48D8-B88A-8A22435F481B}.Release|Any CPU.Build.0 = Release|Any CPU
{F0F2B76C-B9A5-4BA8-B551-5217295EF377}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0F2B76C-B9A5-4BA8-B551-5217295EF377}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0F2B76C-B9A5-4BA8-B551-5217295EF377}.Emulator|Any CPU.ActiveCfg = Release|Any CPU
{F0F2B76C-B9A5-4BA8-B551-5217295EF377}.Emulator|Any CPU.Build.0 = Release|Any CPU
{F0F2B76C-B9A5-4BA8-B551-5217295EF377}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0F2B76C-B9A5-4BA8-B551-5217295EF377}.Release|Any CPU.Build.0 = Release|Any CPU
{71B2DDB7-063C-4866-BD82-83D06E22E225}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71B2DDB7-063C-4866-BD82-83D06E22E225}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71B2DDB7-063C-4866-BD82-83D06E22E225}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{71B2DDB7-063C-4866-BD82-83D06E22E225}.Emulator|Any CPU.ActiveCfg = Release|Any CPU
{71B2DDB7-063C-4866-BD82-83D06E22E225}.Emulator|Any CPU.Build.0 = Release|Any CPU
{71B2DDB7-063C-4866-BD82-83D06E22E225}.Emulator|Any CPU.Deploy.0 = Release|Any CPU
{71B2DDB7-063C-4866-BD82-83D06E22E225}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71B2DDB7-063C-4866-BD82-83D06E22E225}.Release|Any CPU.Build.0 = Release|Any CPU
{71B2DDB7-063C-4866-BD82-83D06E22E225}.Release|Any CPU.Deploy.0 = Release|Any CPU
{81D8D4B0-E62D-4F66-8E66-BC26616BDC9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81D8D4B0-E62D-4F66-8E66-BC26616BDC9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81D8D4B0-E62D-4F66-8E66-BC26616BDC9C}.Emulator|Any CPU.ActiveCfg = Release|Any CPU
{81D8D4B0-E62D-4F66-8E66-BC26616BDC9C}.Emulator|Any CPU.Build.0 = Release|Any CPU
{81D8D4B0-E62D-4F66-8E66-BC26616BDC9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81D8D4B0-E62D-4F66-8E66-BC26616BDC9C}.Release|Any CPU.Build.0 = Release|Any CPU
{C4E8D63B-A08E-48CD-AD72-9EBB2AB94F07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4E8D63B-A08E-48CD-AD72-9EBB2AB94F07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4E8D63B-A08E-48CD-AD72-9EBB2AB94F07}.Emulator|Any CPU.ActiveCfg = Release|Any CPU
{C4E8D63B-A08E-48CD-AD72-9EBB2AB94F07}.Emulator|Any CPU.Build.0 = Release|Any CPU
{C4E8D63B-A08E-48CD-AD72-9EBB2AB94F07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4E8D63B-A08E-48CD-AD72-9EBB2AB94F07}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal