生成事件命令

xcopy /r /y "$(SolutionDir)AlarmModule\bin\Debug\AlarmModule.dll" "$(TargetDir)"
xcopy /r /y "$(SolutionDir)NoticeModule\bin\Debug\NoticeModule.dll" "$(TargetDir)"
xcopy /r /y "$(SolutionDir)PoliceModule\bin\Debug\PoliceModule.dll" "$(TargetDir)"
xcopy /r /y "$(SolutionDir)UserOnlineModule\bin\Debug\UserOnlineModule.dll" "$(TargetDir)"
xcopy /r /y "$(SolutionDir)AroundResourceModule\bin\Debug\AroundResourceModule.dll" "$(TargetDir)"
xcopy /r /y "$(SolutionDir)BasicInformationModule\bin\Debug\BasicInformationModule.dll" "$(TargetDir)"
xcopy /r /y "$(SolutionDir)DutyModule\bin\Debug\DutyModule.dll" "$(TargetDir)"

posted @ 2015-06-16 10:55  长白山  阅读(256)  评论(0编辑  收藏  举报