From 9170ccbce08c46c7da4e073c934eb60efa41b23d Mon Sep 17 00:00:00 2001 From: dredgy <72254513+dredgy@users.noreply.github.com> Date: Tue, 9 Nov 2021 17:38:06 +1000 Subject: [PATCH] Delete Properties directory --- Properties/launchSettings.json | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 Properties/launchSettings.json diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json deleted file mode 100644 index 999fff1..0000000 --- a/Properties/launchSettings.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:55543", - "sslPort": 44383 - } - }, - "profiles": { - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "WebApplication": { - "commandName": "Project", - "dotnetRunMessages": "true", - "launchBrowser": true, - "applicationUrl": "http://localhost:55543;http://localhost:55543", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - } - } -}