about summary refs log tree commit diff
path: root/BugMine.CLI/Properties/launchSettings.json
blob: 43460c680ba42b1240e92396134c391cfdf9ff30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "$schema": "http://json.schemastore.org/launchsettings.json",
  "profiles": {
    "BugMine.DevTools.CLI": {
      "commandName": "Project",
      "dotnetRunMessages": true,
      "environmentVariables": {
        "DOTNET_ENVIRONMENT": "Development"
      }
    }
  }
}