Update www.sln
All checks were successful
Deploy via SSH (rsync) / deploy (push) Successful in 17s

This commit is contained in:
2026-01-14 22:54:50 +07:00
parent 5946e85de5
commit efd82207dd
2 changed files with 20 additions and 6 deletions

View File

@@ -0,0 +1,12 @@
{
"profiles": {
"WWW": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:53001;http://localhost:53002"
}
}
}

14
WWW.sln
View File

@@ -1,9 +1,8 @@
Microsoft Visual Studio Solution File, Format Version 12.00 Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17 # Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59 VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WWW", "WWW.csproj", "{UNIQUE-GUID-HERE}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WWW", "WWW.csproj", "{8E7170FE-124D-40FA-9880-40487ADA012B}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -11,9 +10,12 @@ Global
Release|Any CPU = Release|Any CPU Release|Any CPU = Release|Any CPU
EndGlobalSection EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution GlobalSection(ProjectConfigurationPlatforms) = postSolution
{UNIQUE-GUID-HERE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {8E7170FE-124D-40FA-9880-40487ADA012B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{UNIQUE-GUID-HERE}.Debug|Any CPU.Build.0 = Debug|Any CPU {8E7170FE-124D-40FA-9880-40487ADA012B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{UNIQUE-GUID-HERE}.Release|Any CPU.ActiveCfg = Release|Any CPU {8E7170FE-124D-40FA-9880-40487ADA012B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{UNIQUE-GUID-HERE}.Release|Any CPU.Build.0 = Release|Any CPU {8E7170FE-124D-40FA-9880-40487ADA012B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection EndGlobalSection
EndGlobal EndGlobal