This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Raspberry.Aircon.sln
43 lines (43 loc) · 2.66 KB
/
Raspberry.Aircon.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27924.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Raspberry.Aircon.Interface", "Raspberry.Aircon\Raspberry.Aircon.Interface.csproj", "{A2C6890A-4069-4947-AC34-221DA0A7CBA7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Raspberry.Aircon.PiController", "Raspberry.Aircon.PiController\Raspberry.Aircon.PiController.csproj", "{BE086119-ED37-41E7-B575-F5874575E8DA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Raspberry.Aircon.Models", "Raspberry.Aircon.Models\Raspberry.Aircon.Models.csproj", "{07987C66-F0F7-427C-A5DC-9562A72B9244}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Raspberry.SignalR.Operations", "Raspberry.SignalR.Operations\Raspberry.SignalR.Operations.csproj", "{D93BB676-F80E-4C1A-8A91-8AFF10037565}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A2C6890A-4069-4947-AC34-221DA0A7CBA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2C6890A-4069-4947-AC34-221DA0A7CBA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2C6890A-4069-4947-AC34-221DA0A7CBA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2C6890A-4069-4947-AC34-221DA0A7CBA7}.Release|Any CPU.Build.0 = Release|Any CPU
{BE086119-ED37-41E7-B575-F5874575E8DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE086119-ED37-41E7-B575-F5874575E8DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE086119-ED37-41E7-B575-F5874575E8DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE086119-ED37-41E7-B575-F5874575E8DA}.Release|Any CPU.Build.0 = Release|Any CPU
{07987C66-F0F7-427C-A5DC-9562A72B9244}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07987C66-F0F7-427C-A5DC-9562A72B9244}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07987C66-F0F7-427C-A5DC-9562A72B9244}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07987C66-F0F7-427C-A5DC-9562A72B9244}.Release|Any CPU.Build.0 = Release|Any CPU
{D93BB676-F80E-4C1A-8A91-8AFF10037565}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D93BB676-F80E-4C1A-8A91-8AFF10037565}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D93BB676-F80E-4C1A-8A91-8AFF10037565}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D93BB676-F80E-4C1A-8A91-8AFF10037565}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {07A18F80-3AEB-4EB2-92FF-076BD0C08302}
EndGlobalSection
EndGlobal