DoubleLi

qq: 517712484 wx: ldbgliet

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

xcopy $(SolutionDir)/PreBuild/Share   $(SolutionDir)/Debug/ /s /e /c /y
xcopy $(SolutionDir)/PreBuild/Debug   $(SolutionDir)/Debug/ /s /e /c /y


xcopy $(SolutionDir)/PreBuild/Release   $(SolutionDir)/Release/  /s /e /c /y
xcopy $(SolutionDir)/PreBuild/Share   $(SolutionDir)/Release/ /s /e /c /y

 

 

if $(ConfigurationName) == Debug goto :debug
 :release
  xcopy $(SolutionDir)/PreBuild/Share   $(SolutionDir)/Release/ /s /e /c /y
  xcopy $(SolutionDir)/PreBuild/Release   $(SolutionDir)/Release/ /s /e /c /y
goto :exit

:debug
xcopy $(SolutionDir)/PreBuild/Share   $(SolutionDir)/Debug/ /s /e /c /y
 xcopy $(SolutionDir)/PreBuild/Debug   $(SolutionDir)/Debug/ /s /e /c /y
:exit

posted on 2012-06-28 19:45  DoubleLi  阅读(888)  评论(0编辑  收藏  举报