-
Notifications
You must be signed in to change notification settings - Fork 43
/
BlazorDesktop.sln
79 lines (79 loc) · 4.93 KB
/
BlazorDesktop.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29319.158
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4820553E-1752-4499-BEAA-7E8839A68A18}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Components.Desktop", "src\Microsoft.AspNetCore.Components.Desktop\Microsoft.AspNetCore.Components.Desktop.csproj", "{8F61BF29-3276-4D63-AC0A-64EE55C19D57}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Components.Desktop.JS", "src\Microsoft.AspNetCore.Components.Desktop.JS\Microsoft.AspNetCore.Components.Desktop.JS.csproj", "{877B55C3-E737-4CAD-9E61-0D018240B36C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{E8B044A2-41A9-4972-9395-84D242CA6AEC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyDesktopApp", "samples\MyDesktopApp\MyDesktopApp.csproj", "{49913E4F-4473-46EC-A280-99D96A77178C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E6446CEF-305B-4CC3-9008-793574080658}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F61BF29-3276-4D63-AC0A-64EE55C19D57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F61BF29-3276-4D63-AC0A-64EE55C19D57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F61BF29-3276-4D63-AC0A-64EE55C19D57}.Debug|x64.ActiveCfg = Debug|Any CPU
{8F61BF29-3276-4D63-AC0A-64EE55C19D57}.Debug|x64.Build.0 = Debug|Any CPU
{8F61BF29-3276-4D63-AC0A-64EE55C19D57}.Debug|x86.ActiveCfg = Debug|Any CPU
{8F61BF29-3276-4D63-AC0A-64EE55C19D57}.Debug|x86.Build.0 = Debug|Any CPU
{8F61BF29-3276-4D63-AC0A-64EE55C19D57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F61BF29-3276-4D63-AC0A-64EE55C19D57}.Release|Any CPU.Build.0 = Release|Any CPU
{8F61BF29-3276-4D63-AC0A-64EE55C19D57}.Release|x64.ActiveCfg = Release|Any CPU
{8F61BF29-3276-4D63-AC0A-64EE55C19D57}.Release|x64.Build.0 = Release|Any CPU
{8F61BF29-3276-4D63-AC0A-64EE55C19D57}.Release|x86.ActiveCfg = Release|Any CPU
{8F61BF29-3276-4D63-AC0A-64EE55C19D57}.Release|x86.Build.0 = Release|Any CPU
{877B55C3-E737-4CAD-9E61-0D018240B36C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{877B55C3-E737-4CAD-9E61-0D018240B36C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{877B55C3-E737-4CAD-9E61-0D018240B36C}.Debug|x64.ActiveCfg = Debug|Any CPU
{877B55C3-E737-4CAD-9E61-0D018240B36C}.Debug|x64.Build.0 = Debug|Any CPU
{877B55C3-E737-4CAD-9E61-0D018240B36C}.Debug|x86.ActiveCfg = Debug|Any CPU
{877B55C3-E737-4CAD-9E61-0D018240B36C}.Debug|x86.Build.0 = Debug|Any CPU
{877B55C3-E737-4CAD-9E61-0D018240B36C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{877B55C3-E737-4CAD-9E61-0D018240B36C}.Release|Any CPU.Build.0 = Release|Any CPU
{877B55C3-E737-4CAD-9E61-0D018240B36C}.Release|x64.ActiveCfg = Release|Any CPU
{877B55C3-E737-4CAD-9E61-0D018240B36C}.Release|x64.Build.0 = Release|Any CPU
{877B55C3-E737-4CAD-9E61-0D018240B36C}.Release|x86.ActiveCfg = Release|Any CPU
{877B55C3-E737-4CAD-9E61-0D018240B36C}.Release|x86.Build.0 = Release|Any CPU
{49913E4F-4473-46EC-A280-99D96A77178C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49913E4F-4473-46EC-A280-99D96A77178C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49913E4F-4473-46EC-A280-99D96A77178C}.Debug|x64.ActiveCfg = Debug|Any CPU
{49913E4F-4473-46EC-A280-99D96A77178C}.Debug|x64.Build.0 = Debug|Any CPU
{49913E4F-4473-46EC-A280-99D96A77178C}.Debug|x86.ActiveCfg = Debug|Any CPU
{49913E4F-4473-46EC-A280-99D96A77178C}.Debug|x86.Build.0 = Debug|Any CPU
{49913E4F-4473-46EC-A280-99D96A77178C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49913E4F-4473-46EC-A280-99D96A77178C}.Release|Any CPU.Build.0 = Release|Any CPU
{49913E4F-4473-46EC-A280-99D96A77178C}.Release|x64.ActiveCfg = Release|Any CPU
{49913E4F-4473-46EC-A280-99D96A77178C}.Release|x64.Build.0 = Release|Any CPU
{49913E4F-4473-46EC-A280-99D96A77178C}.Release|x86.ActiveCfg = Release|Any CPU
{49913E4F-4473-46EC-A280-99D96A77178C}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8F61BF29-3276-4D63-AC0A-64EE55C19D57} = {4820553E-1752-4499-BEAA-7E8839A68A18}
{877B55C3-E737-4CAD-9E61-0D018240B36C} = {4820553E-1752-4499-BEAA-7E8839A68A18}
{49913E4F-4473-46EC-A280-99D96A77178C} = {E8B044A2-41A9-4972-9395-84D242CA6AEC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DAA00AC3-CE16-4EE4-A69B-571A6BC471D7}
EndGlobalSection
EndGlobal