-
Notifications
You must be signed in to change notification settings - Fork 57
/
BlazorWeather.sln
45 lines (45 loc) · 2.71 KB
/
BlazorWeather.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31710.8
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorWeather.Maui", "BlazorWeather.Maui\BlazorWeather.Maui.csproj", "{AD4262EF-94A3-4248-A261-16EB23FF03AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeatherClient", "WeatherClient\WeatherClient.csproj", "{4464A83F-1E70-4372-A620-0E4FA3DF5CFE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorWeather", "BlazorWeather\BlazorWeather.csproj", "{ECC6086F-BF11-4E90-90EB-55B496429B09}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorWeather.Server", "BlazorWeather.Server\BlazorWeather.Server.csproj", "{6A7E0E01-1D24-41EF-8640-FE0DE8F784DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AD4262EF-94A3-4248-A261-16EB23FF03AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD4262EF-94A3-4248-A261-16EB23FF03AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD4262EF-94A3-4248-A261-16EB23FF03AC}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{AD4262EF-94A3-4248-A261-16EB23FF03AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD4262EF-94A3-4248-A261-16EB23FF03AC}.Release|Any CPU.Build.0 = Release|Any CPU
{AD4262EF-94A3-4248-A261-16EB23FF03AC}.Release|Any CPU.Deploy.0 = Release|Any CPU
{4464A83F-1E70-4372-A620-0E4FA3DF5CFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4464A83F-1E70-4372-A620-0E4FA3DF5CFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4464A83F-1E70-4372-A620-0E4FA3DF5CFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4464A83F-1E70-4372-A620-0E4FA3DF5CFE}.Release|Any CPU.Build.0 = Release|Any CPU
{ECC6086F-BF11-4E90-90EB-55B496429B09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECC6086F-BF11-4E90-90EB-55B496429B09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECC6086F-BF11-4E90-90EB-55B496429B09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECC6086F-BF11-4E90-90EB-55B496429B09}.Release|Any CPU.Build.0 = Release|Any CPU
{6A7E0E01-1D24-41EF-8640-FE0DE8F784DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A7E0E01-1D24-41EF-8640-FE0DE8F784DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A7E0E01-1D24-41EF-8640-FE0DE8F784DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A7E0E01-1D24-41EF-8640-FE0DE8F784DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DDBF187C-B0CA-4286-A745-0345D7BEDF9F}
EndGlobalSection
EndGlobal