launchSettings.json 131 B

12345678
  1. {
  2. "profiles": {
  3. "CustomHostingDemo": {
  4. "commandName": "Project",
  5. "commandLineArgs": "hello --verbose"
  6. }
  7. }
  8. }