-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CoderPro.OpenWeatherMap.sln
47 lines (47 loc) · 2.32 KB
/
CoderPro.OpenWeatherMap.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoderPro.OpenWeatherMap.UI.Wpf", "CoderPro.OpenWeatherMap.UI.Wpf\CoderPro.OpenWeatherMap.UI.Wpf.csproj", "{077187AC-8879-4DF1-BB63-46B14BF1E215}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoderPro.OpenWeatherMap.Wrapper", "CoderPro.OpenWeatherMap.Wrapper\CoderPro.OpenWeatherMap.Wrapper.csproj", "{4DDB14E3-8F84-4F21-8DBC-536FEBD10517}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DC75C3C4-82ED-4830-A659-7F211848BFE5}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{FEEF2938-7183-45D3-98B2-D926E9259660}"
ProjectSection(SolutionItems) = preProject
FUNDING.yml = FUNDING.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{077187AC-8879-4DF1-BB63-46B14BF1E215}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{077187AC-8879-4DF1-BB63-46B14BF1E215}.Debug|Any CPU.Build.0 = Debug|Any CPU
{077187AC-8879-4DF1-BB63-46B14BF1E215}.Release|Any CPU.ActiveCfg = Release|Any CPU
{077187AC-8879-4DF1-BB63-46B14BF1E215}.Release|Any CPU.Build.0 = Release|Any CPU
{4DDB14E3-8F84-4F21-8DBC-536FEBD10517}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DDB14E3-8F84-4F21-8DBC-536FEBD10517}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DDB14E3-8F84-4F21-8DBC-536FEBD10517}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DDB14E3-8F84-4F21-8DBC-536FEBD10517}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FEEF2938-7183-45D3-98B2-D926E9259660} = {DC75C3C4-82ED-4830-A659-7F211848BFE5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F7F0D3C1-C709-42AD-9C0E-ED0C93ED770B}
EndGlobalSection
EndGlobal