-
Notifications
You must be signed in to change notification settings - Fork 0
/
Raspberry.Temperature.Humidity.sln
55 lines (55 loc) · 3.54 KB
/
Raspberry.Temperature.Humidity.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33801.306
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Raspberry.Temperature.Humidity.Api", "Raspberry.Temperature.Humidity.Api\Raspberry.Temperature.Humidity.Api.csproj", "{EF66967B-C94D-46BB-9108-A8E02B8DA053}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Raspberry.Temperature.Humidity.Mobile.Client", "Raspberry.Temperature.Humidity.Mobile.Client\Raspberry.Temperature.Humidity.Mobile.Client.csproj", "{868A4BF8-758C-4AAE-BC3A-06F083093E53}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Raspberry.Temperature.Humidity.Desktop.Client", "Raspberry.Temperature.Humidity.Desktop.Client\Raspberry.Temperature.Humidity.Desktop.Client.csproj", "{F9FD50BB-5612-4266-83E5-63783862C9DD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EF66967B-C94D-46BB-9108-A8E02B8DA053}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF66967B-C94D-46BB-9108-A8E02B8DA053}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF66967B-C94D-46BB-9108-A8E02B8DA053}.Debug|x64.ActiveCfg = Debug|Any CPU
{EF66967B-C94D-46BB-9108-A8E02B8DA053}.Debug|x64.Build.0 = Debug|Any CPU
{EF66967B-C94D-46BB-9108-A8E02B8DA053}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF66967B-C94D-46BB-9108-A8E02B8DA053}.Release|Any CPU.Build.0 = Release|Any CPU
{EF66967B-C94D-46BB-9108-A8E02B8DA053}.Release|x64.ActiveCfg = Release|Any CPU
{EF66967B-C94D-46BB-9108-A8E02B8DA053}.Release|x64.Build.0 = Release|Any CPU
{868A4BF8-758C-4AAE-BC3A-06F083093E53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{868A4BF8-758C-4AAE-BC3A-06F083093E53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{868A4BF8-758C-4AAE-BC3A-06F083093E53}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{868A4BF8-758C-4AAE-BC3A-06F083093E53}.Debug|x64.ActiveCfg = Debug|x64
{868A4BF8-758C-4AAE-BC3A-06F083093E53}.Debug|x64.Build.0 = Debug|x64
{868A4BF8-758C-4AAE-BC3A-06F083093E53}.Debug|x64.Deploy.0 = Debug|x64
{868A4BF8-758C-4AAE-BC3A-06F083093E53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{868A4BF8-758C-4AAE-BC3A-06F083093E53}.Release|Any CPU.Build.0 = Release|Any CPU
{868A4BF8-758C-4AAE-BC3A-06F083093E53}.Release|Any CPU.Deploy.0 = Release|Any CPU
{868A4BF8-758C-4AAE-BC3A-06F083093E53}.Release|x64.ActiveCfg = Release|x64
{868A4BF8-758C-4AAE-BC3A-06F083093E53}.Release|x64.Build.0 = Release|x64
{868A4BF8-758C-4AAE-BC3A-06F083093E53}.Release|x64.Deploy.0 = Release|x64
{F9FD50BB-5612-4266-83E5-63783862C9DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9FD50BB-5612-4266-83E5-63783862C9DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9FD50BB-5612-4266-83E5-63783862C9DD}.Debug|x64.ActiveCfg = Debug|Any CPU
{F9FD50BB-5612-4266-83E5-63783862C9DD}.Debug|x64.Build.0 = Debug|Any CPU
{F9FD50BB-5612-4266-83E5-63783862C9DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9FD50BB-5612-4266-83E5-63783862C9DD}.Release|Any CPU.Build.0 = Release|Any CPU
{F9FD50BB-5612-4266-83E5-63783862C9DD}.Release|x64.ActiveCfg = Release|Any CPU
{F9FD50BB-5612-4266-83E5-63783862C9DD}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7084CE61-1057-42B9-BA9C-9AAA588F9A35}
EndGlobalSection
EndGlobal