From 3e302198a24e6ce0de9eedb79ed2a94d4ec5af1f Mon Sep 17 00:00:00 2001 From: ChiaraBm Date: Mon, 19 Jan 2026 10:58:55 +0100 Subject: [PATCH] Removed unused `launchSettings.json` and unnecessary folder reference from project file to clean up configuration. --- Moonlight.Api/Moonlight.Api.csproj | 5 ----- Moonlight.Api/Properties/launchSettings.json | 14 -------------- 2 files changed, 19 deletions(-) delete mode 100644 Moonlight.Api/Properties/launchSettings.json diff --git a/Moonlight.Api/Moonlight.Api.csproj b/Moonlight.Api/Moonlight.Api.csproj index 67333982..dcf0ef3e 100644 --- a/Moonlight.Api/Moonlight.Api.csproj +++ b/Moonlight.Api/Moonlight.Api.csproj @@ -30,14 +30,9 @@ - - - - false - \ No newline at end of file diff --git a/Moonlight.Api/Properties/launchSettings.json b/Moonlight.Api/Properties/launchSettings.json deleted file mode 100644 index 97f83af3..00000000 --- a/Moonlight.Api/Properties/launchSettings.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "$schema": "https://json.schemastore.org/launchsettings.json", - "profiles": { - "http": { - "commandName": "Project", - "dotnetRunMessages": true, - "launchBrowser": false, - "applicationUrl": "http://localhost:5185", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - } - } -}