From 49eba40d2bc6a98553e57e6f9b8496ff649147a8 Mon Sep 17 00:00:00 2001 From: Rory& Date: Mon, 3 Jun 2024 20:19:21 +0200 Subject: Initial commit --- Jenny/Properties/launchSettings.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Jenny/Properties/launchSettings.json (limited to 'Jenny/Properties') diff --git a/Jenny/Properties/launchSettings.json b/Jenny/Properties/launchSettings.json new file mode 100644 index 0000000..997e294 --- /dev/null +++ b/Jenny/Properties/launchSettings.json @@ -0,0 +1,26 @@ +{ + "$schema": "http://json.schemastore.org/launchsettings.json", + "profiles": { + "Default": { + "commandName": "Project", + "dotnetRunMessages": true, + "environmentVariables": { + + } + }, + "Development": { + "commandName": "Project", + "dotnetRunMessages": true, + "environmentVariables": { + "DOTNET_ENVIRONMENT": "Development" + } + }, + "Local config": { + "commandName": "Project", + "dotnetRunMessages": true, + "environmentVariables": { + "DOTNET_ENVIRONMENT": "Local" + } + } + } +} -- cgit 1.4.1