当前位置: 首页 > 工具软件 > iSpy > 使用案例 >

ispy 编译笔记

沈巴英
2023-12-01
xcopy "$(ProjectDir)dlls\$(PlatformName)\*.*" "$(ProjectDir)$(OutDir)" /Y
if NOT %ComputerName% == DEVPC GOTO:end
REM signing certificate is not part of the solution
if $(PlatformName) == "x86" (
call "D:\projects\ispy\signing\iSpy.bat"
)
 if "$(PlatformName)" == "x64" (
call "D:\projects\ispy\signing\iSpy64.bat"
)
end if
:end


if "$(ConfigurationName)"=="Release" (
 del "$(ProjectDir)$(OutDir)*.pdb"
 del "$(ProjectDir)$(OutDir)*.vshost.exe"
)

del "$(ProjectDir)$(OutDir)*.xml"

 

转载于:https://www.cnblogs.com/endv/p/6833552.html

 类似资料: