-
Notifications
You must be signed in to change notification settings - Fork 0
/
BlazorDeepDive.sln
37 lines (37 loc) · 2.12 KB
/
BlazorDeepDive.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35303.130
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerManagement", "ServerManagement\ServerManagement.csproj", "{45D8BC19-8338-461C-B905-F4078CD853A5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAssemblyDemo", "WebAssemblyDemo\WebAssemblyDemo\WebAssemblyDemo.csproj", "{6B7BCB90-3BB2-4C21-8DB0-5DCB7352449F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAssemblyDemo.Client", "WebAssemblyDemo\WebAssemblyDemo.Client\WebAssemblyDemo.Client.csproj", "{472CE37D-E5B7-4243-8BFE-C835CE784BD7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45D8BC19-8338-461C-B905-F4078CD853A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45D8BC19-8338-461C-B905-F4078CD853A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45D8BC19-8338-461C-B905-F4078CD853A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45D8BC19-8338-461C-B905-F4078CD853A5}.Release|Any CPU.Build.0 = Release|Any CPU
{6B7BCB90-3BB2-4C21-8DB0-5DCB7352449F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B7BCB90-3BB2-4C21-8DB0-5DCB7352449F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B7BCB90-3BB2-4C21-8DB0-5DCB7352449F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B7BCB90-3BB2-4C21-8DB0-5DCB7352449F}.Release|Any CPU.Build.0 = Release|Any CPU
{472CE37D-E5B7-4243-8BFE-C835CE784BD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{472CE37D-E5B7-4243-8BFE-C835CE784BD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{472CE37D-E5B7-4243-8BFE-C835CE784BD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{472CE37D-E5B7-4243-8BFE-C835CE784BD7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D81C401-9338-4ED3-B780-1E707305463C}
EndGlobalSection
EndGlobal