65 Star 136 Fork 57

kerryjiang / SuperWebSocket

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Build.bat 930 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kerry Jiang 提交于 2012-08-03 11:20 . re-organize: commit master
@echo off
set fdir=%WINDIR%\Microsoft.NET\Framework64
if not exist %fdir% (
set fdir=%WINDIR%\Microsoft.NET\Framework
)
set msbuild=%fdir%\v4.0.30319\msbuild.exe
%msbuild% SuperWebSocket\SuperWebSocket.csproj /p:Configuration=Release /t:Rebuild /p:OutputPath=..\bin\Net40\Release
FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G"
%msbuild% SuperWebSocket\SuperWebSocket.NET35.csproj /p:Configuration=Release /t:Rebuild /p:OutputPath=..\bin\Net35\Release
FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G"
%msbuild% SuperWebSocket\SuperWebSocket.csproj /p:Configuration=Debug /t:Rebuild /p:OutputPath=..\bin\Net40\Debug
FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G"
%msbuild% SuperWebSocket\SuperWebSocket.NET35.csproj /p:Configuration=Debug /t:Rebuild /p:OutputPath=..\bin\Net35\Debug
FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G"
pause
C#
1
https://gitee.com/kerryjiang/superwebsocket.git
git@gitee.com:kerryjiang/superwebsocket.git
kerryjiang
superwebsocket
SuperWebSocket
master

搜索帮助