mirror of
https://github.com/xenia-project/dockpanelsuite.git
synced 2026-01-31 01:25:23 +01:00
3 lines
177 B
Batchfile
3 lines
177 B
Batchfile
set msBuildDir=%WINDIR%\Microsoft.NET\Framework\v4.0.30319
|
|
call %MSBuildDir%\msbuild WinFormsUI.Docking.vs2010.sln /t:build /p:Configuration="Debug"
|
|
@IF %ERRORLEVEL% NEQ 0 PAUSE |