launchSettings.json 148 B

12345678
  1. {
  2. "profiles": {
  3. "GeneratorForExcelORM": {
  4. "commandName": "Project",
  5. "commandLineArgs": "testFiles/differentTypes.xlsx"
  6. }
  7. }
  8. }