about summary refs log tree commit diff
path: root/Properties
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-09-15 09:50:45 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-09-15 09:50:45 +0200
commitc2e8f573f5ee5803bf18e6068d801dfe5bb71a79 (patch)
treec201f76a2f82c16538a4e4fc1edc203b1ca6c901 /Properties
downloadPluralContactBotPoC-c2e8f573f5ee5803bf18e6068d801dfe5bb71a79.tar.xz
Some refactoring
Diffstat (limited to 'Properties')
-rw-r--r--Properties/launchSettings.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json
new file mode 100644

index 0000000..997e294 --- /dev/null +++ b/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" + } + } + } +}