forked from microsoft/dotnet-podcasts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podcast.DotnetMaui.Blazor.sln
48 lines (48 loc) · 2.89 KB
/
Podcast.DotnetMaui.Blazor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31611.283
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetPodsMauiBlazor", "mauiapp\NetPodsMauiBlazor.csproj", "{323831C3-A769-455B-9244-946CFB776E6C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Podcast.Shared", "..\Web\Shared\Podcast.Shared.csproj", "{93EBAD76-9884-41EB-806E-56887D7DE3E1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7A1AE0F7-02F9-4205-85FF-6FFB5FB5385D}"
ProjectSection(SolutionItems) = preProject
..\..\Directory.build.props = ..\..\Directory.build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Podcast.Pages.Maui", "..\Web\Pages\Podcast.Pages.Maui.csproj", "{397AF9A1-5FBA-44C9-8AE6-D3B6D6B44771}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Podcast.Components.Maui", "..\Web\Components\Podcast.Components.Maui.csproj", "{02C5664F-3108-4A44-84E1-79D5397B0848}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{323831C3-A769-455B-9244-946CFB776E6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{323831C3-A769-455B-9244-946CFB776E6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{323831C3-A769-455B-9244-946CFB776E6C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{323831C3-A769-455B-9244-946CFB776E6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{323831C3-A769-455B-9244-946CFB776E6C}.Release|Any CPU.Build.0 = Release|Any CPU
{93EBAD76-9884-41EB-806E-56887D7DE3E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93EBAD76-9884-41EB-806E-56887D7DE3E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93EBAD76-9884-41EB-806E-56887D7DE3E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93EBAD76-9884-41EB-806E-56887D7DE3E1}.Release|Any CPU.Build.0 = Release|Any CPU
{397AF9A1-5FBA-44C9-8AE6-D3B6D6B44771}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{397AF9A1-5FBA-44C9-8AE6-D3B6D6B44771}.Debug|Any CPU.Build.0 = Debug|Any CPU
{397AF9A1-5FBA-44C9-8AE6-D3B6D6B44771}.Release|Any CPU.ActiveCfg = Release|Any CPU
{397AF9A1-5FBA-44C9-8AE6-D3B6D6B44771}.Release|Any CPU.Build.0 = Release|Any CPU
{02C5664F-3108-4A44-84E1-79D5397B0848}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02C5664F-3108-4A44-84E1-79D5397B0848}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02C5664F-3108-4A44-84E1-79D5397B0848}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02C5664F-3108-4A44-84E1-79D5397B0848}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572}
EndGlobalSection
EndGlobal