This commit is contained in:
12
Properties/launchSettings.json
Normal file
12
Properties/launchSettings.json
Normal 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
14
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
|
||||
|
||||
Reference in New Issue
Block a user