about summary refs log tree commit diff
path: root/Jenny/Properties
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-06-03 20:19:21 +0200
committerRory& <root@rory.gay>2024-06-03 20:19:21 +0200
commit49eba40d2bc6a98553e57e6f9b8496ff649147a8 (patch)
treebf79603c455ef65b7cfa349cbce285cedd8bf53a /Jenny/Properties
downloadJenny-master.tar.xz
Initial commit HEAD github/master master
Diffstat (limited to 'Jenny/Properties')
-rw-r--r--Jenny/Properties/launchSettings.json26
1 files changed, 26 insertions, 0 deletions
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" + } + } + } +}