forked from icsharpcode/SharpDevelop
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclean.bat
More file actions
Latest commit
executable file
·6 lines (6 loc) · 381 Bytes
/
Copy pathclean.bat
File metadata and controls
executable file
·6 lines (6 loc) · 381 Bytes
1
2
3
4
5
6
@setPROGFILES=%PROGRAMFILES%
@if exist "%PROGRAMFILES(x86)%"setPROGFILES=%PROGRAMFILES(x86)%
"%PROGFILES%\MSBuild\12.0\Bin\msbuild" /m SharpDevelop.sln /t:clean "/p:Platform=Any CPU" /p:Configuration=Debug
@IF %ERRORLEVEL%NEQ0PAUSE
"%PROGFILES%\MSBuild\12.0\Bin\msbuild" /m SharpDevelop.sln /t:clean "/p:Platform=Any CPU" /p:Configuration=Release
@IF %ERRORLEVEL%NEQ0PAUSE