pascalabcnet/_ReBuildRelease.bat
Бондарев Иван 235d11fd1d collapse all regions (fix #377)
migrate build scripts on VS2017
2017-04-11 21:53:44 +02:00

2 lines
191 B
Batchfile

"%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\msbuild.exe" /t:rebuild /verbosity:d /property:Configuration=Release PascalABCNET.sln
@IF %ERRORLEVEL% NEQ 0 PAUSE