about summary refs log tree commit diff
path: root/BugMine.DevTools.CLI/Properties
diff options
context:
space:
mode:
Diffstat (limited to 'BugMine.DevTools.CLI/Properties')
-rw-r--r--BugMine.DevTools.CLI/Properties/launchSettings.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/BugMine.DevTools.CLI/Properties/launchSettings.json b/BugMine.DevTools.CLI/Properties/launchSettings.json
new file mode 100644

index 0000000..43460c6 --- /dev/null +++ b/BugMine.DevTools.CLI/Properties/launchSettings.json
@@ -0,0 +1,12 @@ +{ + "$schema": "http://json.schemastore.org/launchsettings.json", + "profiles": { + "BugMine.DevTools.CLI": { + "commandName": "Project", + "dotnetRunMessages": true, + "environmentVariables": { + "DOTNET_ENVIRONMENT": "Development" + } + } + } +}