forked from Ken-Tucker/OpenWeatherMap.Standard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOpenWeatherMap.Standard.sln
43 lines (43 loc) · 2.72 KB
/
OpenWeatherMap.Standard.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenWeatherMap.Standard", "OpenWeatherMap.Standard\OpenWeatherMap.Standard.csproj", "{F2DC58D5-D75E-47F9-815D-18454475387D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenWeatherMap.Standard.Sample", "OpenWeatherMap.Standard.Sample\OpenWeatherMap.Standard.Sample.csproj", "{17BDADF4-1DD8-42CA-951B-B504A2F1B7CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenWeatherMap.Standard.Core.Test", "OpenWeatherMap.Standard.Core.Test\OpenWeatherMap.Standard.Core.Test.csproj", "{AE0684F4-2A1E-4943-BDD3-909D8E6C8232}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenWeatherMap.Standard.MVC.Sample", "OpenWeatherMap.Standard.MVC.Sample\OpenWeatherMap.Standard.MVC.Sample.csproj", "{EAB050C0-2E42-472C-B3D3-6715E2D8F8CE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F2DC58D5-D75E-47F9-815D-18454475387D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2DC58D5-D75E-47F9-815D-18454475387D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2DC58D5-D75E-47F9-815D-18454475387D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2DC58D5-D75E-47F9-815D-18454475387D}.Release|Any CPU.Build.0 = Release|Any CPU
{17BDADF4-1DD8-42CA-951B-B504A2F1B7CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17BDADF4-1DD8-42CA-951B-B504A2F1B7CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17BDADF4-1DD8-42CA-951B-B504A2F1B7CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17BDADF4-1DD8-42CA-951B-B504A2F1B7CC}.Release|Any CPU.Build.0 = Release|Any CPU
{AE0684F4-2A1E-4943-BDD3-909D8E6C8232}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE0684F4-2A1E-4943-BDD3-909D8E6C8232}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE0684F4-2A1E-4943-BDD3-909D8E6C8232}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE0684F4-2A1E-4943-BDD3-909D8E6C8232}.Release|Any CPU.Build.0 = Release|Any CPU
{EAB050C0-2E42-472C-B3D3-6715E2D8F8CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAB050C0-2E42-472C-B3D3-6715E2D8F8CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAB050C0-2E42-472C-B3D3-6715E2D8F8CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAB050C0-2E42-472C-B3D3-6715E2D8F8CE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4CEB720E-E562-4553-A154-E612304F6BBE}
EndGlobalSection
EndGlobal