From ddb5a61b0fd234b436c0406ab57e38d67429c6b8 Mon Sep 17 00:00:00 2001 From: Rory& Date: Tue, 13 May 2025 08:17:26 +0200 Subject: Initial commit --- MiniUtils/Properties/launchSettings.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 MiniUtils/Properties/launchSettings.json (limited to 'MiniUtils/Properties') diff --git a/MiniUtils/Properties/launchSettings.json b/MiniUtils/Properties/launchSettings.json new file mode 100644 index 0000000..a98ac4d --- /dev/null +++ b/MiniUtils/Properties/launchSettings.json @@ -0,0 +1,19 @@ +{ + "$schema": "https://json.schemastore.org/launchsettings.json", + "profiles": { +// "Development": { +// "commandName": "Project", +// "dotnetRunMessages": true, +// "environmentVariables": { +// "DOTNET_ENVIRONMENT": "Development" +// } +// }, + "Local": { + "commandName": "Project", + "dotnetRunMessages": true, + "environmentVariables": { + "DOTNET_ENVIRONMENT": "Local" + } + } + } +} -- cgit 1.5.1