-
Notifications
You must be signed in to change notification settings - Fork 16
/
MinimalWeather.sln
55 lines (55 loc) · 2.98 KB
/
MinimalWeather.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
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31220.234
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5435A6A3-DEEB-402F-B05C-2ECC1074EBE4}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dotnet", "dotnet", "{D9412169-AC2F-4133-981B-6E8886A4B18B}"
ProjectSection(SolutionItems) = preProject
dotnet\global.json = dotnet\global.json
dotnet\NuGet.config = dotnet\NuGet.config
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MinimalWeather", "dotnet\MinimalWeather\MinimalWeather.csproj", "{21AACC07-77CD-4CAB-B129-31B2058A9B63}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "node", "node", "{0366EA48-5C84-4ED1-BA3C-9D1D1D9A8DAA}"
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "ExpressWeather", "node\ExpressWeather\ExpressWeather.njsproj", "{15240BB2-DAE2-462D-A762-83F886536AA0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApiWeather", "dotnet\WebApiWeather\WebApiWeather.csproj", "{6DD48168-62FB-4688-AFEA-DF22D5019DF8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{21AACC07-77CD-4CAB-B129-31B2058A9B63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21AACC07-77CD-4CAB-B129-31B2058A9B63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21AACC07-77CD-4CAB-B129-31B2058A9B63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21AACC07-77CD-4CAB-B129-31B2058A9B63}.Release|Any CPU.Build.0 = Release|Any CPU
{15240BB2-DAE2-462D-A762-83F886536AA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15240BB2-DAE2-462D-A762-83F886536AA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15240BB2-DAE2-462D-A762-83F886536AA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15240BB2-DAE2-462D-A762-83F886536AA0}.Release|Any CPU.Build.0 = Release|Any CPU
{6DD48168-62FB-4688-AFEA-DF22D5019DF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DD48168-62FB-4688-AFEA-DF22D5019DF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DD48168-62FB-4688-AFEA-DF22D5019DF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DD48168-62FB-4688-AFEA-DF22D5019DF8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{21AACC07-77CD-4CAB-B129-31B2058A9B63} = {D9412169-AC2F-4133-981B-6E8886A4B18B}
{15240BB2-DAE2-462D-A762-83F886536AA0} = {0366EA48-5C84-4ED1-BA3C-9D1D1D9A8DAA}
{6DD48168-62FB-4688-AFEA-DF22D5019DF8} = {D9412169-AC2F-4133-981B-6E8886A4B18B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A91ADAEC-BE58-4669-A744-FA3F246E5F92}
EndGlobalSection
EndGlobal