diff --git a/RbfxTemplate/Properties/launchSettings.json b/RbfxTemplate/Properties/launchSettings.json new file mode 100644 index 0000000..9b82346 --- /dev/null +++ b/RbfxTemplate/Properties/launchSettings.json @@ -0,0 +1,10 @@ +{ + "profiles": { + "RBFX Editor": { + "commandName": "Executable", + "executablePath": "dotnet", + "commandLineArgs": "tool run rbfx $(MSBuildProjectDirectory)/../Content/Common --single-process --plugin $(TargetDir)$(TargetFileName)", + "nativeDebugging": true + } + } +} \ No newline at end of file