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/Implementation/ReportGenerator/Properties/launchSettings.json
T
2024-01-08 16:45:35 +01:00

9 lines
204 B
JSON

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