postbuildevent.bat

来自「c#源代码」· Batch 代码 · 共 11 行

BAT
11
字号
copy ..\AddIn\PInvoke.addin ..\..\..\..\..\AddIns\AddIns\Misc\PInvokeAddIn\PInvoke.addin
copy ..\AddIn\signatures.xml ..\..\..\..\..\AddIns\AddIns\Misc\PInvokeAddIn\signatures.xml

if errorlevel 1 goto ReportError
goto End
:ReportError
echo Project error: A tool returned an error code from the build event
REM exit 1
PAUSE
:End

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?