This repository has been archived on 2024-06-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
thesis-src/Examples/ReportGenerator/Properties/launchSettings.json
T
2023-11-22 06:51:08 +01:00

9 lines
194 B
JSON

{
"profiles": {
"ReportGenerator": {
"commandName": "Project",
"commandLineArgs": "\"img\" \"results\"",
"workingDirectory": "D:\\git\\BA\\Examples\\testdata"
}
}
}