-
Notifications
You must be signed in to change notification settings - Fork 4
/
BlazorPrettyCode.sln
43 lines (43 loc) · 2.55 KB
/
BlazorPrettyCode.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.28917.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorPrettyCode", "src\BlazorPrettyCode\BlazorPrettyCode.csproj", "{9278DC09-C837-46B3-BF45-DE0133988991}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClientSideSample", "src\Sample\ClientSideSample.csproj", "{474B654D-7BCA-49AC-9423-BE77BA9F0F57}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerSideSample", "src\ServerSideSample\ServerSideSample.csproj", "{2948E206-4EE8-4FE8-9A97-5D0A59E22661}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SamplePages", "src\SamplePages\SamplePages.csproj", "{36CE32DC-CBEA-4394-AB73-BADB5D7F821F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9278DC09-C837-46B3-BF45-DE0133988991}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9278DC09-C837-46B3-BF45-DE0133988991}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9278DC09-C837-46B3-BF45-DE0133988991}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9278DC09-C837-46B3-BF45-DE0133988991}.Release|Any CPU.Build.0 = Release|Any CPU
{474B654D-7BCA-49AC-9423-BE77BA9F0F57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{474B654D-7BCA-49AC-9423-BE77BA9F0F57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{474B654D-7BCA-49AC-9423-BE77BA9F0F57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{474B654D-7BCA-49AC-9423-BE77BA9F0F57}.Release|Any CPU.Build.0 = Release|Any CPU
{2948E206-4EE8-4FE8-9A97-5D0A59E22661}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2948E206-4EE8-4FE8-9A97-5D0A59E22661}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2948E206-4EE8-4FE8-9A97-5D0A59E22661}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2948E206-4EE8-4FE8-9A97-5D0A59E22661}.Release|Any CPU.Build.0 = Release|Any CPU
{36CE32DC-CBEA-4394-AB73-BADB5D7F821F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36CE32DC-CBEA-4394-AB73-BADB5D7F821F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36CE32DC-CBEA-4394-AB73-BADB5D7F821F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36CE32DC-CBEA-4394-AB73-BADB5D7F821F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9340296F-034B-44B1-B846-64815156C36E}
EndGlobalSection
EndGlobal