Blazor WASM Template

This commit is contained in:
Stone_Red
2024-11-05 16:14:06 +01:00
parent 0a4cfaa87e
commit 87891abafa
21 changed files with 586 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "my-blazor-project", "my-blazor-project\my-blazor-project.csproj", "{F3B534F1-3B51-49B4-A2E2-E4D3D3550CD8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F3B534F1-3B51-49B4-A2E2-E4D3D3550CD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3B534F1-3B51-49B4-A2E2-E4D3D3550CD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3B534F1-3B51-49B4-A2E2-E4D3D3550CD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3B534F1-3B51-49B4-A2E2-E4D3D3550CD8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3C9BDA8B-F674-4D74-BBD4-5E64692297DA}
EndGlobalSection
EndGlobal