diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json new file mode 100644 index 0000000..8e46bfb --- /dev/null +++ b/Properties/launchSettings.json @@ -0,0 +1,12 @@ +{ + "profiles": { + "WWW": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "https://localhost:53001;http://localhost:53002" + } + } +} \ No newline at end of file diff --git a/WWW.sln b/WWW.sln index 427ec50..f36d8a9 100644 --- a/WWW.sln +++ b/WWW.sln @@ -1,9 +1,8 @@ - Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31903.59 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 Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -11,9 +10,12 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {UNIQUE-GUID-HERE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {UNIQUE-GUID-HERE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {UNIQUE-GUID-HERE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {UNIQUE-GUID-HERE}.Release|Any CPU.Build.0 = Release|Any CPU + {8E7170FE-124D-40FA-9880-40487ADA012B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8E7170FE-124D-40FA-9880-40487ADA012B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8E7170FE-124D-40FA-9880-40487ADA012B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8E7170FE-124D-40FA-9880-40487ADA012B}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE EndGlobalSection EndGlobal