-
Notifications
You must be signed in to change notification settings - Fork 160
/
Masa.Blazor.Playground.sln
36 lines (36 loc) · 1.97 KB
/
Masa.Blazor.Playground.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1 - Component", "1 - Component", "{C7091EA2-9E40-4A5E-9F47-91C2811D3FB0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Masa.Blazor", "src\Masa.Blazor\Masa.Blazor.csproj", "{26E4F2D5-4683-4A7C-9C80-DE6201F07994}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "2 - Development", "2 - Development", "{D9B55518-AB1D-4532-B675-E78075F03D64}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Masa.Blazor.Playground", "src\Masa.Blazor.Playground\Masa.Blazor.Playground.csproj", "{000296ED-5767-4E1B-B61C-1F8B24694629}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26E4F2D5-4683-4A7C-9C80-DE6201F07994}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26E4F2D5-4683-4A7C-9C80-DE6201F07994}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26E4F2D5-4683-4A7C-9C80-DE6201F07994}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26E4F2D5-4683-4A7C-9C80-DE6201F07994}.Release|Any CPU.Build.0 = Release|Any CPU
{000296ED-5767-4E1B-B61C-1F8B24694629}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{000296ED-5767-4E1B-B61C-1F8B24694629}.Debug|Any CPU.Build.0 = Debug|Any CPU
{000296ED-5767-4E1B-B61C-1F8B24694629}.Release|Any CPU.ActiveCfg = Release|Any CPU
{000296ED-5767-4E1B-B61C-1F8B24694629}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{26E4F2D5-4683-4A7C-9C80-DE6201F07994} = {C7091EA2-9E40-4A5E-9F47-91C2811D3FB0}
{000296ED-5767-4E1B-B61C-1F8B24694629} = {D9B55518-AB1D-4532-B675-E78075F03D64}
EndGlobalSection
EndGlobal