ATS项目更新(2) 命令行编译Studio解决方案

  1: rem "D:\Microsoft Visual Studio 8\SDK\v2.0\Bin\sdkvars.bat" 
  2: D: 
  3: cd ..\..\..\..\..\..\..\..\..\..\..\..\ 
  4: cd "D:\Microsoft Visual Studio 8\SDK\v2.0\Bin" 
  5:  
  6: @Set Path=D:\Microsoft Visual Studio 8\SDK\v2.0\Bin;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;D:\Microsoft Visual Studio 8\VC\bin;D:\Microsoft Visual Studio 8\Common7\IDE;D:\Microsoft Visual Studio 8\VC\vcpackages;%PATH% 
  7: @Set LIB=D:\Microsoft Visual Studio 8\VC\lib;D:\Microsoft Visual Studio 8\SDK\v2.0\Lib;%LIB% 
  8: @Set INCLUDE=D:\Microsoft Visual Studio 8\VC\include;%INCLUDE% 
  9: @Set NetSamplePath=D:\Microsoft Visual Studio 8\SDK\v2.0 
 10: @Set VCBUILD_DEFAULT_CFG=Debug^|Win32 
 11: @Set VCBUILD_DEFAULT_OPTIONS=/useenv 
 12: @echo Setting environment to use Microsoft .NET Framework v2.0 SDK tools. 
 13: @echo For a list of SDK tools, see the 'StartTools.htm' file in the bin folder. 
 14:  
 15: MSBuild G:\SQA_ATE_DEV\Src\TestManager.sln /t:Rebuild /p:Configuration=Release 
 16:  
 17:  
 18: rmdir /S /Q "C:\Bin" 
 19: rmdir /S /Q "C:\Official Release" 
 20: rmdir /S /Q "D:\Bin" 
 21: rmdir /S /Q "D:\Official Release" 
 22: rmdir /S /Q "E:\Bin" 
 23: rmdir /S /Q "E:\Official Release" 
 24: rmdir /S /Q "F:\Bin" 
 25: rmdir /S /Q "F:\Official Release" 
 26: rmdir /S /Q "G:\Bin" 
 27: rmdir /S /Q "G:\Official Release" 
 28:  
 29:  
 30: pause 
 31: 
服务项目 技术咨询 微信图书 微信视频 微信代码 定制开发 其他福利
服务入口 QQ群有问必答
查看详情
一本书解决90%问题
查看详情
微信开发视频
小程序开发视频
免费代码
¥1888阿里云代金券
查看详情
营销工具
微信特异功能
原文地址:https://www.cnblogs.com/txw1958/p/2210107.html