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