pascalabcnet/_ReBuildRelease.bat

2 lines
153 B
Batchfile
Raw Permalink Normal View History

2015-05-14 22:35:07 +03:00
%windir%\microsoft.net\framework\v4.0.30319\msbuild /t:rebuild /verbosity:d /property:Configuration=Release PascalABCNET.sln
@IF %ERRORLEVEL% NEQ 0 PAUSE