-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathZenoWeatherApp.sln
49 lines (49 loc) · 3.07 KB
/
ZenoWeatherApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZenoWeatherApp", "WpfWeatherApp\ZenoWeatherApp.csproj", "{04B8DD93-B784-4A24-9DAB-CB975C35E2FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZenoWeatherAppTests", "ZenoWeatherAppTests\ZenoWeatherAppTests.csproj", "{8B09B8FC-889E-4948-A3C0-34192ED0AD65}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZenoWeatherAppCommon", "ZenoWeatherAppCommon\ZenoWeatherAppCommon.csproj", "{7B964676-15F6-40FB-9B69-C77928A8667D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZenoWeatherAppWeb", "ZenoWeatherAppWeb\ZenoWeatherAppWeb.csproj", "{B3BD2B5C-6631-4A04-94FA-DAC64E818DAD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZenoWeatherAppReact", "ZenoWeatherAppReact\ZenoWeatherAppReact.csproj", "{CF3F8C1C-C021-4C89-821F-A6600D2AA0D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{04B8DD93-B784-4A24-9DAB-CB975C35E2FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04B8DD93-B784-4A24-9DAB-CB975C35E2FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04B8DD93-B784-4A24-9DAB-CB975C35E2FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04B8DD93-B784-4A24-9DAB-CB975C35E2FB}.Release|Any CPU.Build.0 = Release|Any CPU
{8B09B8FC-889E-4948-A3C0-34192ED0AD65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B09B8FC-889E-4948-A3C0-34192ED0AD65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B09B8FC-889E-4948-A3C0-34192ED0AD65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B09B8FC-889E-4948-A3C0-34192ED0AD65}.Release|Any CPU.Build.0 = Release|Any CPU
{7B964676-15F6-40FB-9B69-C77928A8667D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B964676-15F6-40FB-9B69-C77928A8667D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B964676-15F6-40FB-9B69-C77928A8667D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B964676-15F6-40FB-9B69-C77928A8667D}.Release|Any CPU.Build.0 = Release|Any CPU
{B3BD2B5C-6631-4A04-94FA-DAC64E818DAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3BD2B5C-6631-4A04-94FA-DAC64E818DAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3BD2B5C-6631-4A04-94FA-DAC64E818DAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3BD2B5C-6631-4A04-94FA-DAC64E818DAD}.Release|Any CPU.Build.0 = Release|Any CPU
{CF3F8C1C-C021-4C89-821F-A6600D2AA0D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF3F8C1C-C021-4C89-821F-A6600D2AA0D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF3F8C1C-C021-4C89-821F-A6600D2AA0D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF3F8C1C-C021-4C89-821F-A6600D2AA0D8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A3280530-93AB-49B6-AC43-388EF589BA1F}
EndGlobalSection
EndGlobal