-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathWifiWeather.sln
40 lines (40 loc) · 2.47 KB
/
WifiWeather.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "wifiweather.F7", "wifiweather.F7\wifiweather.F7.csproj", "{9F7D3C5D-1F20-4771-BD7E-2C0578B6AD70}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "wifiweather.RPi", "wifiweather.RPi\wifiweather.RPi.csproj", "{8F0CD535-7753-4A42-B194-B835E50C9A5F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "wifiweather.Desktop", "wifiweather.Desktop\wifiweather.Desktop.csproj", "{2068562E-CBCE-4AB6-B05F-683DA70C70A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "wifiweather.Core", "wifiweather.Core\wifiweather.Core.csproj", "{97A526FC-5B04-4372-B19B-15DD5E6B0A38}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F7D3C5D-1F20-4771-BD7E-2C0578B6AD70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F7D3C5D-1F20-4771-BD7E-2C0578B6AD70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F7D3C5D-1F20-4771-BD7E-2C0578B6AD70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F7D3C5D-1F20-4771-BD7E-2C0578B6AD70}.Release|Any CPU.Build.0 = Release|Any CPU
{8F0CD535-7753-4A42-B194-B835E50C9A5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F0CD535-7753-4A42-B194-B835E50C9A5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F0CD535-7753-4A42-B194-B835E50C9A5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F0CD535-7753-4A42-B194-B835E50C9A5F}.Release|Any CPU.Build.0 = Release|Any CPU
{2068562E-CBCE-4AB6-B05F-683DA70C70A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2068562E-CBCE-4AB6-B05F-683DA70C70A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2068562E-CBCE-4AB6-B05F-683DA70C70A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2068562E-CBCE-4AB6-B05F-683DA70C70A0}.Release|Any CPU.Build.0 = Release|Any CPU
{97A526FC-5B04-4372-B19B-15DD5E6B0A38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97A526FC-5B04-4372-B19B-15DD5E6B0A38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97A526FC-5B04-4372-B19B-15DD5E6B0A38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97A526FC-5B04-4372-B19B-15DD5E6B0A38}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal