CalTools/rider Editor Setting/settings/tools/External Tools.xml

9 lines
503 B
XML

<toolSet name="External Tools">
<tool name="Command line build" showInMainMenu="false" showInEditor="false" showInProject="false" showInSearchPopup="false" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
<exec>
<option name="COMMAND" value="E:\Stride\stride\build\compile.bat" />
<option name="PARAMETERS" />
<option name="WORKING_DIRECTORY" value="E:/Stride/stride/build" />
</exec>
</tool>
</toolSet>