feat: initialize Blazor web project and update application configuration

This commit is contained in:
Dmitrii
2026-04-16 18:47:35 +03:00
parent 6ef1091a3a
commit 1faec68785
83 changed files with 61324 additions and 7 deletions
+16
View File
@@ -0,0 +1,16 @@
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "web.PixelTalk", "web.PixelTalk\web.PixelTalk.csproj", "{DD48A3C3-8690-442D-9D44-ED1E9271A313}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DD48A3C3-8690-442D-9D44-ED1E9271A313}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD48A3C3-8690-442D-9D44-ED1E9271A313}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD48A3C3-8690-442D-9D44-ED1E9271A313}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD48A3C3-8690-442D-9D44-ED1E9271A313}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal