launchSettings.json 158 B

12345678
  1. {
  2. "profiles": {
  3. "Console": {
  4. "commandName": "Project",
  5. "commandLineArgs": "mime_add -in:\"c:\\Temp\\BO\\mimes.json\" -dump -lst"
  6. }
  7. }
  8. }