launchSettings.json 185 B

123456789
  1. {
  2. "profiles": {
  3. "Share.Tool": {
  4. "commandName": "Project",
  5. "commandLineArgs": "--AppType=ExcelExporter --Console=1",
  6. "workingDirectory": "..\\..\\Bin"
  7. }
  8. }
  9. }