launchSettings.json 180 B

12345678910
  1. {
  2. "profiles": {
  3. "XYY.WindowsService.MQ": {
  4. "commandName": "Project",
  5. "environmentVariables": {
  6. "DOTNET_ENVIRONMENT": "Development"
  7. }
  8. }
  9. }
  10. }