标签:
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)"
标签:
原文地址:http://www.cnblogs.com/changbaishan/p/4580184.html