Add project files.

This commit is contained in:
2024-07-26 18:49:07 +03:30
parent 6e7520e2c4
commit 9073475fb0
102 changed files with 86794 additions and 0 deletions

25
WebApplication1.sln Normal file
View File

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApplication1", "WebApplication1.csproj", "{28811DD5-1AA2-4DAF-8DD2-1987CA3ED8D7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{28811DD5-1AA2-4DAF-8DD2-1987CA3ED8D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28811DD5-1AA2-4DAF-8DD2-1987CA3ED8D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28811DD5-1AA2-4DAF-8DD2-1987CA3ED8D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28811DD5-1AA2-4DAF-8DD2-1987CA3ED8D7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {51706C7E-FFC4-4C4C-87B3-986DB161972C}
EndGlobalSection
EndGlobal