-
Notifications
You must be signed in to change notification settings - Fork 2
/
BlazorDemo.sln
43 lines (43 loc) · 2.51 KB
/
BlazorDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29021.104
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RoslynWeb", "RoslynWeb\RoslynWeb.csproj", "{453A286F-2BD5-404D-92B6-77E6CD890EF8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Maker", "..\..\Pattern Maker\Source\Maker\Maker.csproj", "{980DE998-50B3-4C6F-B900-D865C73632B4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorDemo", "BlazorDemo\BlazorDemo.csproj", "{35889B10-71C4-4F52-9D18-10ECF728D10E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorDemoServer", "BlazorDemoServer\BlazorDemoServer.csproj", "{32327198-56DD-4034-8950-81C06279DC07}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{453A286F-2BD5-404D-92B6-77E6CD890EF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{453A286F-2BD5-404D-92B6-77E6CD890EF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{453A286F-2BD5-404D-92B6-77E6CD890EF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{453A286F-2BD5-404D-92B6-77E6CD890EF8}.Release|Any CPU.Build.0 = Release|Any CPU
{980DE998-50B3-4C6F-B900-D865C73632B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{980DE998-50B3-4C6F-B900-D865C73632B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{980DE998-50B3-4C6F-B900-D865C73632B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{980DE998-50B3-4C6F-B900-D865C73632B4}.Release|Any CPU.Build.0 = Release|Any CPU
{35889B10-71C4-4F52-9D18-10ECF728D10E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35889B10-71C4-4F52-9D18-10ECF728D10E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35889B10-71C4-4F52-9D18-10ECF728D10E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35889B10-71C4-4F52-9D18-10ECF728D10E}.Release|Any CPU.Build.0 = Release|Any CPU
{32327198-56DD-4034-8950-81C06279DC07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32327198-56DD-4034-8950-81C06279DC07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32327198-56DD-4034-8950-81C06279DC07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32327198-56DD-4034-8950-81C06279DC07}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9A07AB35-18BC-41FE-B57B-486D0DF6A117}
EndGlobalSection
EndGlobal