-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMyBlazorApp.sln
More file actions
37 lines (37 loc) · 2.05 KB
/
Copy pathMyBlazorApp.sln
File metadata and controls
37 lines (37 loc) · 2.05 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32002.261
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyBlazorApp.Server", "Server\MyBlazorApp.Server.csproj", "{5ED6342B-10EE-4AC5-B3FB-DF34572B5B76}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyBlazorApp.Client", "Client\MyBlazorApp.Client.csproj", "{B26F84CC-6990-4EB8-8068-566BD1CB3681}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyBlazorApp.Shared", "Shared\MyBlazorApp.Shared.csproj", "{A1B90864-99C4-4A31-B959-CABB62730662}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5ED6342B-10EE-4AC5-B3FB-DF34572B5B76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5ED6342B-10EE-4AC5-B3FB-DF34572B5B76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5ED6342B-10EE-4AC5-B3FB-DF34572B5B76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5ED6342B-10EE-4AC5-B3FB-DF34572B5B76}.Release|Any CPU.Build.0 = Release|Any CPU
{B26F84CC-6990-4EB8-8068-566BD1CB3681}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B26F84CC-6990-4EB8-8068-566BD1CB3681}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B26F84CC-6990-4EB8-8068-566BD1CB3681}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B26F84CC-6990-4EB8-8068-566BD1CB3681}.Release|Any CPU.Build.0 = Release|Any CPU
{A1B90864-99C4-4A31-B959-CABB62730662}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1B90864-99C4-4A31-B959-CABB62730662}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1B90864-99C4-4A31-B959-CABB62730662}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1B90864-99C4-4A31-B959-CABB62730662}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DA29A3A3-D1B6-4C24-985F-567A53827D06}
EndGlobalSection
EndGlobal