-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathSpawnDev.BlazorJS.sln
More file actions
42 lines (42 loc) · 2.33 KB
/
SpawnDev.BlazorJS.sln
File metadata and controls
42 lines (42 loc) · 2.33 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
38
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.1.11312.151
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpawnDev.BlazorJS", "SpawnDev.BlazorJS\SpawnDev.BlazorJS.csproj", "{085BD3B9-2F11-4BD0-9072-217D2A3C9150}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DB2825E7-258E-4091-9940-03859A3CD4B5}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpawnDev.BlazorJS.Demo", "SpawnDev.BlazorJS.Demo\SpawnDev.BlazorJS.Demo.csproj", "{CAC3D541-0F24-4B07-8527-BDED4B574518}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlaywrightTestRunner", "PlaywrightTestRunner\PlaywrightTestRunner.csproj", "{63EBD1A2-FEB1-49B4-8AD5-0D211D7C5DEF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{085BD3B9-2F11-4BD0-9072-217D2A3C9150}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{085BD3B9-2F11-4BD0-9072-217D2A3C9150}.Debug|Any CPU.Build.0 = Debug|Any CPU
{085BD3B9-2F11-4BD0-9072-217D2A3C9150}.Release|Any CPU.ActiveCfg = Release|Any CPU
{085BD3B9-2F11-4BD0-9072-217D2A3C9150}.Release|Any CPU.Build.0 = Release|Any CPU
{CAC3D541-0F24-4B07-8527-BDED4B574518}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAC3D541-0F24-4B07-8527-BDED4B574518}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAC3D541-0F24-4B07-8527-BDED4B574518}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAC3D541-0F24-4B07-8527-BDED4B574518}.Release|Any CPU.Build.0 = Release|Any CPU
{63EBD1A2-FEB1-49B4-8AD5-0D211D7C5DEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63EBD1A2-FEB1-49B4-8AD5-0D211D7C5DEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63EBD1A2-FEB1-49B4-8AD5-0D211D7C5DEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63EBD1A2-FEB1-49B4-8AD5-0D211D7C5DEF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {37550DB9-9318-4A5D-B04A-0F3C420142FD}
EndGlobalSection
EndGlobal