This repository has been archived by the owner on Mar 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WeatherTray.sln
34 lines (34 loc) · 1.94 KB
/
WeatherTray.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeatherTray", "WeatherTray\WeatherTray.csproj", "{50B6DC9C-1F9A-4CA5-80CD-4885D35D9F6C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeatherGround", "WeatherGround\WeatherGround.csproj", "{19555863-5CB5-4890-B60E-F2E781DF1B87}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeatherThumb", "WeatherThumb\WeatherThumb.csproj", "{64C76DAB-8D1F-4638-BECC-97A2D2A571D0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{50B6DC9C-1F9A-4CA5-80CD-4885D35D9F6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50B6DC9C-1F9A-4CA5-80CD-4885D35D9F6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50B6DC9C-1F9A-4CA5-80CD-4885D35D9F6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50B6DC9C-1F9A-4CA5-80CD-4885D35D9F6C}.Release|Any CPU.Build.0 = Release|Any CPU
{19555863-5CB5-4890-B60E-F2E781DF1B87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19555863-5CB5-4890-B60E-F2E781DF1B87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19555863-5CB5-4890-B60E-F2E781DF1B87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19555863-5CB5-4890-B60E-F2E781DF1B87}.Release|Any CPU.Build.0 = Release|Any CPU
{64C76DAB-8D1F-4638-BECC-97A2D2A571D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64C76DAB-8D1F-4638-BECC-97A2D2A571D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64C76DAB-8D1F-4638-BECC-97A2D2A571D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64C76DAB-8D1F-4638-BECC-97A2D2A571D0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal