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

来源:互联网 发布:网络教育本科文凭 编辑:程序博客网 时间:2024/06/04 18:06
  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: