Files
netch/scripts/BUILD.BAT
Connection Refused b2ea730984 done
2019-12-02 19:51:12 +08:00

6 lines
221 B
Batchfile

@ECHO OFF
RD /S /Q ..\Netch\bin > NUL 2>&1
RD /S /Q ..\Netch\obj > NUL 2>&1
MSBuild /t:Rebuild /p:Configuration=Release;Platform=x64 ..\Netch.sln
MSBuild /t:Rebuild /p:Configuration=Release;Platform=x86 ..\Netch.sln
PAUSE