forked from fernandreu/blazor-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBlazorPages.sln
44 lines (44 loc) · 2.16 KB
/
BlazorPages.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28902.138
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9E43E183-F292-43D7-94E3-E50F1C2169D1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shared", "src\Shared\Shared.csproj", "{E0F0102A-5092-4D61-B308-96D8D8B44ED2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Client", "src\Client\Client.csproj", "{2D5DC408-823A-4144-B1C4-D15AC85FE40E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D36BF0D4-44EA-436A-A0D1-5F0826DB145D}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
LICENSE = LICENSE
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
{2D5DC408-823A-4144-B1C4-D15AC85FE40E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D5DC408-823A-4144-B1C4-D15AC85FE40E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D5DC408-823A-4144-B1C4-D15AC85FE40E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D5DC408-823A-4144-B1C4-D15AC85FE40E}.Release|Any CPU.Build.0 = Release|Any CPU
{E0F0102A-5092-4D61-B308-96D8D8B44ED2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0F0102A-5092-4D61-B308-96D8D8B44ED2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0F0102A-5092-4D61-B308-96D8D8B44ED2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0F0102A-5092-4D61-B308-96D8D8B44ED2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2D5DC408-823A-4144-B1C4-D15AC85FE40E} = {9E43E183-F292-43D7-94E3-E50F1C2169D1}
{E0F0102A-5092-4D61-B308-96D8D8B44ED2} = {9E43E183-F292-43D7-94E3-E50F1C2169D1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {49C7DA16-56FD-444A-B6BA-BAB13F749E0C}
EndGlobalSection
EndGlobal