diff --git a/Bonsai.StarterPack/Properties/launchSettings.json b/Bonsai.StarterPack/Properties/launchSettings.json new file mode 100644 index 000000000..4af4f4685 --- /dev/null +++ b/Bonsai.StarterPack/Properties/launchSettings.json @@ -0,0 +1,10 @@ +{ + "profiles": { + "Bonsai": { + "commandName": "Executable", + "executablePath": "$(BonsaiExecutablePath)", + "commandLineArgs": "--lib:\"$(TargetDir).\"", + "nativeDebugging": true + } + } +} \ No newline at end of file