Add launch settings.
[master-thesis.git] / Parasitemia / ParasitemiaUI / Properties / launchSettings.json
diff --git a/Parasitemia/ParasitemiaUI/Properties/launchSettings.json b/Parasitemia/ParasitemiaUI/Properties/launchSettings.json
new file mode 100644 (file)
index 0000000..19b0025
--- /dev/null
@@ -0,0 +1,12 @@
+{
+  "profiles": {
+    "UI": {
+      "commandName": "Project",
+      "commandLineArgs": "--output \"../../../Images/output\" --debug"
+    },
+    "ProcessImages": {
+      "commandName": "Project",
+      "commandLineArgs": "--folder \"../../../Images/input\" --output \"../../../Images/output\" --debug"
+    }
+  }
+}
\ No newline at end of file