65 Star 136 Fork 57

kerryjiang / SuperWebSocket

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CopySuperSocketLibToBin.bat 766 Bytes
一键复制 编辑 原始数据 按行查看 历史
@echo off
SET Version=Net35
SET Config=Debug
CALL :COPYLIB
SET Config=Release
CALL :COPYLIB
SET Version=Net40
SET Config=Debug
CALL :COPYLIB
SET Config=Release
CALL :COPYLIB
SET Version=Net45
SET Config=Debug
CALL :COPYLIB
SET Config=Release
CALL :COPYLIB
pause
:COPYLIB
xcopy Reference\SuperSocket\%Version%\%Config%\SuperSocket.Facility.* bin\%Version%\%Config% /S /Y
xcopy Reference\SuperSocket\%Version%\%Config%\SuperSocket.SocketEngine.* bin\%Version%\%Config% /S /Y
xcopy Reference\SuperSocket\%Version%\%Config%\SuperSocket.SocketService.* bin\%Version%\%Config% /S /Y
xcopy Reference\SuperSocket\%Version%\%Config%\*.bat bin\%Version%\%Config% /S /Y
xcopy Reference\SuperSocket\%Version%\%Config%\Config bin\%Version%\%Config%\Config\ /S /Y
goto :eof
C#
1
https://gitee.com/kerryjiang/superwebsocket.git
git@gitee.com:kerryjiang/superwebsocket.git
kerryjiang
superwebsocket
SuperWebSocket
master

搜索帮助