Update VS files (amended from laskoviymishka's commit 39f024)

This commit is contained in:
Andrei Tserakhau
2016-06-21 16:26:14 +01:00
committed by SteveSandersonMS
parent 6f8055b7bc
commit 7e51fc4480
4 changed files with 103 additions and 4 deletions

View File

@@ -0,0 +1,25 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:51463/",
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"dotnet cli": {
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}