生成事件

'检查Output文件夹是否存在
if dir("$(SolutionDir)Output") == "" then
  md "$(SolutionDir)Output"
end if

'复制主程序
copy "$(TargetPath)" "$(SolutionDir)Output"


'模块DLL
copy "$(SolutionDir)EmuModule$(OutDir)EmuModule.dll" "$(SolutionDir)Output"

'赋值文件夹下所有文件
copy /V "$(SolutionDir)PlatformImageEut*.*" "$(SolutionDir)OutputImageEut"

代做毕业设计和论文 私活, 需要.net,asp.net ,mvc ef cs 客户端,bs 网站项目开发的请私信我,
原文地址:https://www.cnblogs.com/duguzhenglong/p/3394805.html