Add launch settings.
[master-thesis.git] / Parasitemia / ParasitemiaUI / Properties / launchSettings.json
1 {
2   "profiles": {
3     "UI": {
4       "commandName": "Project",
5       "commandLineArgs": "--output \"../../../Images/output\" --debug"
6     },
7     "ProcessImages": {
8       "commandName": "Project",
9       "commandLineArgs": "--folder \"../../../Images/input\" --output \"../../../Images/output\" --debug"
10     }
11   }
12 }