-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNaratteu.GoldenLayoutBlazor.sln
31 lines (31 loc) · 1.61 KB
/
Naratteu.GoldenLayoutBlazor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34518.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Naratteu.GoldenLayoutBlazor", "Naratteu.GoldenLayoutBlazor\Naratteu.GoldenLayoutBlazor.csproj", "{2587A2B2-0B5B-4480-97E3-07B6D78F1AAF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example.Wasm", "Example.Wasm\Example.Wasm.csproj", "{BCDB2264-CD2E-4688-B78E-79A0121F1F94}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2587A2B2-0B5B-4480-97E3-07B6D78F1AAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2587A2B2-0B5B-4480-97E3-07B6D78F1AAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2587A2B2-0B5B-4480-97E3-07B6D78F1AAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2587A2B2-0B5B-4480-97E3-07B6D78F1AAF}.Release|Any CPU.Build.0 = Release|Any CPU
{BCDB2264-CD2E-4688-B78E-79A0121F1F94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCDB2264-CD2E-4688-B78E-79A0121F1F94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCDB2264-CD2E-4688-B78E-79A0121F1F94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCDB2264-CD2E-4688-B78E-79A0121F1F94}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C0B8EF9F-1A05-4186-B907-19B1D87AEC49}
EndGlobalSection
EndGlobal