-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWpfBlazorHybridTemplate.sln
49 lines (49 loc) · 2.78 KB
/
WpfBlazorHybridTemplate.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.2.32602.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WpfBlazorHybridTemplate", "src\WpfBlazorHybridTemplate\WpfBlazorHybridTemplate.csproj", "{ECBFD860-B6D0-4089-B296-E78BA26B7E74}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorTemplate.Components", "src\BlazorTemplate.Components\BlazorTemplate.Components.csproj", "{D4111423-C51F-4DFE-8F19-A6B864DA41C7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorTemplate.Shared", "src\BlazorTemplate.Shared\BlazorTemplate.Shared.csproj", "{3DD403FE-CC64-4EFE-87D4-21A5114A2E54}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{1D51C8BC-0975-40D8-B330-66B285C21756}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{05386A24-2A71-4C25-8327-8CFABECF5B0D}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ECBFD860-B6D0-4089-B296-E78BA26B7E74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECBFD860-B6D0-4089-B296-E78BA26B7E74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECBFD860-B6D0-4089-B296-E78BA26B7E74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECBFD860-B6D0-4089-B296-E78BA26B7E74}.Release|Any CPU.Build.0 = Release|Any CPU
{D4111423-C51F-4DFE-8F19-A6B864DA41C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4111423-C51F-4DFE-8F19-A6B864DA41C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4111423-C51F-4DFE-8F19-A6B864DA41C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4111423-C51F-4DFE-8F19-A6B864DA41C7}.Release|Any CPU.Build.0 = Release|Any CPU
{3DD403FE-CC64-4EFE-87D4-21A5114A2E54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DD403FE-CC64-4EFE-87D4-21A5114A2E54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DD403FE-CC64-4EFE-87D4-21A5114A2E54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DD403FE-CC64-4EFE-87D4-21A5114A2E54}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{ECBFD860-B6D0-4089-B296-E78BA26B7E74} = {1D51C8BC-0975-40D8-B330-66B285C21756}
{D4111423-C51F-4DFE-8F19-A6B864DA41C7} = {1D51C8BC-0975-40D8-B330-66B285C21756}
{3DD403FE-CC64-4EFE-87D4-21A5114A2E54} = {1D51C8BC-0975-40D8-B330-66B285C21756}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {728C6DCD-1E6C-456A-8537-CA4F1A1921D7}
EndGlobalSection
EndGlobal