-
Notifications
You must be signed in to change notification settings - Fork 1
/
QWeatherAPI.sln
51 lines (51 loc) · 2.68 KB
/
QWeatherAPI.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
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{44E5474F-E747-4C6B-8EC3-3FA2137B28F1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ExampleApp", "ExampleApp", "{277729BC-FD5E-4ABE-9B9D-497339136803}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleConsoleApp", "src\ExampleApp\ExampleConsoleApp\ExampleConsoleApp.csproj", "{ADB86DF0-98EF-4673-83AC-328B9B5F1D6A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{5A663551-0169-4533-B9A8-EDC059068521}"
ProjectSection(SolutionItems) = preProject
docs\Nuget-README-1.1.0.md = docs\Nuget-README-1.1.0.md
docs\Nuget-README-1.2.0.md = docs\Nuget-README-1.2.0.md
docs\Nuget-README-1.3.0.md = docs\Nuget-README-1.3.0.md
docs\Nuget-README-1.3.1.md = docs\Nuget-README-1.3.1.md
docs\Nuget-README-1.3.2.md = docs\Nuget-README-1.3.2.md
docs\Nuget-README-1.3.3.md = docs\Nuget-README-1.3.3.md
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QWeatherAPI", "src\QWeatherAPI\QWeatherAPI.csproj", "{91F42036-AABB-4A41-841E-D2DCD887876D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ADB86DF0-98EF-4673-83AC-328B9B5F1D6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADB86DF0-98EF-4673-83AC-328B9B5F1D6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADB86DF0-98EF-4673-83AC-328B9B5F1D6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADB86DF0-98EF-4673-83AC-328B9B5F1D6A}.Release|Any CPU.Build.0 = Release|Any CPU
{91F42036-AABB-4A41-841E-D2DCD887876D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91F42036-AABB-4A41-841E-D2DCD887876D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91F42036-AABB-4A41-841E-D2DCD887876D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91F42036-AABB-4A41-841E-D2DCD887876D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{277729BC-FD5E-4ABE-9B9D-497339136803} = {44E5474F-E747-4C6B-8EC3-3FA2137B28F1}
{ADB86DF0-98EF-4673-83AC-328B9B5F1D6A} = {277729BC-FD5E-4ABE-9B9D-497339136803}
{91F42036-AABB-4A41-841E-D2DCD887876D} = {44E5474F-E747-4C6B-8EC3-3FA2137B28F1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5A05C3FD-C97A-4459-9483-49BE1A295C89}
EndGlobalSection
EndGlobal