diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json new file mode 100644 index 0000000..33fdfb1 --- /dev/null +++ b/Properties/launchSettings.json @@ -0,0 +1,8 @@ +{ + "profiles": { + "ProjectZ": { + "commandName": "Project", + "commandLineArgs": "editor" + } + } +} \ No newline at end of file