生成事件命令

xcopy /r /y "$(SolutionDir)AlarmModuleinDebugAlarmModule.dll" "$(TargetDir)"
xcopy /r /y "$(SolutionDir)NoticeModuleinDebugNoticeModule.dll" "$(TargetDir)"
xcopy /r /y "$(SolutionDir)PoliceModuleinDebugPoliceModule.dll" "$(TargetDir)"
xcopy /r /y "$(SolutionDir)UserOnlineModuleinDebugUserOnlineModule.dll" "$(TargetDir)"
xcopy /r /y "$(SolutionDir)AroundResourceModuleinDebugAroundResourceModule.dll" "$(TargetDir)"
xcopy /r /y "$(SolutionDir)BasicInformationModuleinDebugBasicInformationModule.dll" "$(TargetDir)"
xcopy /r /y "$(SolutionDir)DutyModuleinDebugDutyModule.dll" "$(TargetDir)"

原文地址:https://www.cnblogs.com/changbaishan/p/4580184.html