-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWeatherData.sln
39 lines (39 loc) · 2.2 KB
/
WeatherData.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests_WeatherData", "Tests_WeatherData\Tests_WeatherData.csproj", "{3FF8658A-EB0D-4FC4-A86E-54320A10F495}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0A82B974-B58F-4F3B-A958-980348731874}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeatherData", "WeatherData\WeatherData.csproj", "{971E7221-C564-43C5-8C46-531EDE815399}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiveChartsWeatherData", "LiveChartsWeatherData\LiveChartsWeatherData.csproj", "{B50FF90A-F35A-4B0D-9294-C50B9A525CE2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3FF8658A-EB0D-4FC4-A86E-54320A10F495}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FF8658A-EB0D-4FC4-A86E-54320A10F495}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FF8658A-EB0D-4FC4-A86E-54320A10F495}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FF8658A-EB0D-4FC4-A86E-54320A10F495}.Release|Any CPU.Build.0 = Release|Any CPU
{971E7221-C564-43C5-8C46-531EDE815399}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{971E7221-C564-43C5-8C46-531EDE815399}.Debug|Any CPU.Build.0 = Debug|Any CPU
{971E7221-C564-43C5-8C46-531EDE815399}.Release|Any CPU.ActiveCfg = Release|Any CPU
{971E7221-C564-43C5-8C46-531EDE815399}.Release|Any CPU.Build.0 = Release|Any CPU
{B50FF90A-F35A-4B0D-9294-C50B9A525CE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B50FF90A-F35A-4B0D-9294-C50B9A525CE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B50FF90A-F35A-4B0D-9294-C50B9A525CE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B50FF90A-F35A-4B0D-9294-C50B9A525CE2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2F911526-B05B-483C-8565-CFFDB1BA3DAB}
EndGlobalSection
EndGlobal