-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWeatherServiceSolution.sln
More file actions
39 lines (39 loc) · 2.22 KB
/
WeatherServiceSolution.sln
File metadata and controls
39 lines (39 loc) · 2.22 KB
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 Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeatherServiceWeb", "WeatherServiceWeb\WeatherServiceWeb.csproj", "{9B442211-B9C5-402C-BF46-34DD58315161}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeatherServiceFunction", "WeatherServiceFunction\WeatherServiceFunction.csproj", "{B86BBD6B-8071-4583-948D-8F62F1D3FD71}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeatherLibrary", "WeatherLibrary\WeatherLibrary.csproj", "{78A624F9-C77A-4C52-BC9F-79AC1AE762A5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8CDB348E-73FD-41A5-A8D4-DC42FAF4817F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B442211-B9C5-402C-BF46-34DD58315161}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B442211-B9C5-402C-BF46-34DD58315161}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B442211-B9C5-402C-BF46-34DD58315161}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B442211-B9C5-402C-BF46-34DD58315161}.Release|Any CPU.Build.0 = Release|Any CPU
{B86BBD6B-8071-4583-948D-8F62F1D3FD71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B86BBD6B-8071-4583-948D-8F62F1D3FD71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B86BBD6B-8071-4583-948D-8F62F1D3FD71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B86BBD6B-8071-4583-948D-8F62F1D3FD71}.Release|Any CPU.Build.0 = Release|Any CPU
{78A624F9-C77A-4C52-BC9F-79AC1AE762A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78A624F9-C77A-4C52-BC9F-79AC1AE762A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78A624F9-C77A-4C52-BC9F-79AC1AE762A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78A624F9-C77A-4C52-BC9F-79AC1AE762A5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {14F10FEE-AAE1-4B75-9DFF-702274DF63BD}
EndGlobalSection
EndGlobal