launchSettings.json 196 B

1234567891011
  1. {
  2. "profiles": {
  3. "PRSLicensing": {
  4. "commandName": "Project",
  5. "commandLineArgs": "/service=PRSLicensing_PRSLicensing"
  6. },
  7. "GUI": {
  8. "commandName": "Project"
  9. }
  10. }
  11. }