-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathYoshipi.Samples.sln
69 lines (69 loc) · 4.72 KB
/
Yoshipi.Samples.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HelloYoshipi", "HelloYoshipi\HelloYoshipi.csproj", "{81D65248-F017-42EF-9841-DAEFB9FAA1D6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WifiWeather", "WifiWeather\WifiWeather.csproj", "{3A37A92E-CDFA-4E45-AA0C-DA99DD3C0EE0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MeadowCloudLogging", "MeadowCloudLogging\MeadowCloudLogging.csproj", "{0896023D-6A95-48C2-B6B8-D57F23097105}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MeadowCloudCommands", "MeadowCloudCommands\MeadowCloudCommands.csproj", "{57EB2164-0C76-4D08-8C5F-94866E7177DB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AzureIoTHubLogging", "AzureIoTHubLogging\AzureIoTHubLogging.csproj", "{399F7E3B-ABFA-4DE2-9017-E287A30AEDAE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SensorsSample", "SensorsSample\SensorsSample.csproj", "{47107AB4-A18D-4289-A128-7D71C8727610}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TankTemperatureMonitor", "TankTemperatureMonitor\TankTemperatureMonitor.csproj", "{AA9E8E71-B311-4F01-91B1-58BCD121EA60}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{81D65248-F017-42EF-9841-DAEFB9FAA1D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81D65248-F017-42EF-9841-DAEFB9FAA1D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81D65248-F017-42EF-9841-DAEFB9FAA1D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81D65248-F017-42EF-9841-DAEFB9FAA1D6}.Release|Any CPU.Build.0 = Release|Any CPU
{3A37A92E-CDFA-4E45-AA0C-DA99DD3C0EE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A37A92E-CDFA-4E45-AA0C-DA99DD3C0EE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A37A92E-CDFA-4E45-AA0C-DA99DD3C0EE0}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{3A37A92E-CDFA-4E45-AA0C-DA99DD3C0EE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A37A92E-CDFA-4E45-AA0C-DA99DD3C0EE0}.Release|Any CPU.Build.0 = Release|Any CPU
{3A37A92E-CDFA-4E45-AA0C-DA99DD3C0EE0}.Release|Any CPU.Deploy.0 = Release|Any CPU
{0896023D-6A95-48C2-B6B8-D57F23097105}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0896023D-6A95-48C2-B6B8-D57F23097105}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0896023D-6A95-48C2-B6B8-D57F23097105}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{0896023D-6A95-48C2-B6B8-D57F23097105}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0896023D-6A95-48C2-B6B8-D57F23097105}.Release|Any CPU.Build.0 = Release|Any CPU
{0896023D-6A95-48C2-B6B8-D57F23097105}.Release|Any CPU.Deploy.0 = Release|Any CPU
{57EB2164-0C76-4D08-8C5F-94866E7177DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57EB2164-0C76-4D08-8C5F-94866E7177DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57EB2164-0C76-4D08-8C5F-94866E7177DB}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{57EB2164-0C76-4D08-8C5F-94866E7177DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57EB2164-0C76-4D08-8C5F-94866E7177DB}.Release|Any CPU.Build.0 = Release|Any CPU
{57EB2164-0C76-4D08-8C5F-94866E7177DB}.Release|Any CPU.Deploy.0 = Release|Any CPU
{399F7E3B-ABFA-4DE2-9017-E287A30AEDAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{399F7E3B-ABFA-4DE2-9017-E287A30AEDAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{399F7E3B-ABFA-4DE2-9017-E287A30AEDAE}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{399F7E3B-ABFA-4DE2-9017-E287A30AEDAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{399F7E3B-ABFA-4DE2-9017-E287A30AEDAE}.Release|Any CPU.Build.0 = Release|Any CPU
{399F7E3B-ABFA-4DE2-9017-E287A30AEDAE}.Release|Any CPU.Deploy.0 = Release|Any CPU
{47107AB4-A18D-4289-A128-7D71C8727610}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47107AB4-A18D-4289-A128-7D71C8727610}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47107AB4-A18D-4289-A128-7D71C8727610}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47107AB4-A18D-4289-A128-7D71C8727610}.Release|Any CPU.Build.0 = Release|Any CPU
{AA9E8E71-B311-4F01-91B1-58BCD121EA60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA9E8E71-B311-4F01-91B1-58BCD121EA60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA9E8E71-B311-4F01-91B1-58BCD121EA60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA9E8E71-B311-4F01-91B1-58BCD121EA60}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {67A08622-CAA5-4719-BFDD-85714EA23D45}
EndGlobalSection
EndGlobal