-
Notifications
You must be signed in to change notification settings - Fork 0
/
WeatherMaster.sln
52 lines (52 loc) · 2.66 KB
/
WeatherMaster.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30803.129
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeatherMaster", "WeatherMaster\WeatherMaster.csproj", "{37B5CD7F-4184-4C55-9040-0017C59022F8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeatherMaster.Tests", "WeatherMaster.Tests\WeatherMaster.Tests.csproj", "{913976AC-5A19-455D-9165-28A3EAB2434C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1103373E-9947-4672-B7C2-63086B16E098}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{05EF3BB9-FD5C-4FA7-9DCE-C613512E5943}"
ProjectSection(SolutionItems) = preProject
Infrastructure\arm-template.json = Infrastructure\arm-template.json
Infrastructure\azure-pipelines.yml = Infrastructure\azure-pipelines.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AzurePipelineTemplates", "AzurePipelineTemplates", "{4E3D7EC0-C1C6-40A7-9BF4-84D4BFFA9674}"
ProjectSection(SolutionItems) = preProject
Infrastructure\AzurePipelineTemplates\deploy.yml = Infrastructure\AzurePipelineTemplates\deploy.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{37B5CD7F-4184-4C55-9040-0017C59022F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37B5CD7F-4184-4C55-9040-0017C59022F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37B5CD7F-4184-4C55-9040-0017C59022F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37B5CD7F-4184-4C55-9040-0017C59022F8}.Release|Any CPU.Build.0 = Release|Any CPU
{913976AC-5A19-455D-9165-28A3EAB2434C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{913976AC-5A19-455D-9165-28A3EAB2434C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{913976AC-5A19-455D-9165-28A3EAB2434C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{913976AC-5A19-455D-9165-28A3EAB2434C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4E3D7EC0-C1C6-40A7-9BF4-84D4BFFA9674} = {05EF3BB9-FD5C-4FA7-9DCE-C613512E5943}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C81A4332-4053-43DD-B229-6B2F997BEA8A}
EndGlobalSection
EndGlobal