VS2008编译命令

IF EXIST $(SolutionDir)References\ xcopy $(SolutionDir)References\*.* $(TargetDir)\RefFiles\ /Y /V /C /R /E /I
xcopy $(TargetName).exe $(SolutionDir)References\ /Y /V /C /R /E /I
原文地址:https://www.cnblogs.com/citygs/p/2094947.html