You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 28, 2025. It is now read-only.
<ExecCommand="echo Killing task KSP2_x64.exe
taskkill /f /fi "pid gt 0" /im KSP2_x64.exe

echo Copying output .dll to "..Kerbal Space Program 2 0.1.3.0 DEV\BepInEx\plugins\micro_engineer\"
xcopy /y "$(TargetDir)$(ProjectName).dll""D:\Steam\steamapps\common\Kerbal Space Program 2 0.1.3.0 DEV\BepInEx\plugins\micro_engineer\"

echo Copying output .pdb to "..Kerbal Space Program 2 0.1.3.0 DEV\BepInEx\plugins\micro_engineer\"
xcopy /y "$(TargetDir)$(ProjectName).pdb""D:\Steam\steamapps\common\Kerbal Space Program 2 0.1.3.0 DEV\BepInEx\plugins\micro_engineer\"

echo Starting KSP2_x64.exe
powershell "start-process ""D:\Steam\steamapps\common\Kerbal Space Program 2 0.1.3.0 DEV\KSP2_x64.exe"""" />
0 commit comments