Files
archived-dockpanelsuite/debug.bat
2013-11-27 08:19:47 -06:00

3 lines
170 B
Batchfile

set msBuildDir=%WINDIR%\Microsoft.NET\Framework\v4.0.30319
call %MSBuildDir%\msbuild WinFormsUI.Docking.sln /t:build /p:Configuration="Debug"
@IF %ERRORLEVEL% NEQ 0 PAUSE