Browse Source
- added Profiler back to setup git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4997 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61shortcuts
6 changed files with 11 additions and 8 deletions
@ -1,4 +1,2 @@
@@ -1,4 +1,2 @@
|
||||
%windir%\microsoft.net\framework\v4.0.20506\msbuild /m /t:clean SharpDevelop.sln "/p:FSharpBuildTasksPath=%CD%\src\AddIns\BackendBindings\FSharp\RequiredLibraries" "/p:Platform=Any CPU" |
||||
@IF %ERRORLEVEL% NEQ 0 PAUSE |
||||
REM %windir%\microsoft.net\framework\v4.0.20506\msbuild /m /t:clean src\AddIns\Misc\Profiler\AutomatedBuild.proj |
||||
@IF %ERRORLEVEL% NEQ 0 PAUSE |
@ -1,7 +1,5 @@
@@ -1,7 +1,5 @@
|
||||
%windir%\microsoft.net\framework\v4.0.20506\msbuild /m /property:Configuration=Release SharpDevelop.sln "/p:FSharpBuildTasksPath=%CD%\src\AddIns\BackendBindings\FSharp\RequiredLibraries" "/p:Platform=Any CPU" |
||||
@IF %ERRORLEVEL% NEQ 0 GOTO err |
||||
rem %windir%\microsoft.net\framework\v4.0.20506\msbuild /m src\AddIns\Misc\Profiler\AutomatedBuild.proj /p:Configuration=Debug |
||||
@IF %ERRORLEVEL% NEQ 0 GOTO err |
||||
@exit /B 0 |
||||
:err |
||||
@PAUSE |
||||
|
Loading…
Reference in new issue