From 9ef405127acda82f7ba7ed0e9a1d2240fff98afd Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Tue, 20 Oct 2009 14:12:04 +0000 Subject: [PATCH] Adjust .bat files for .NET 4.0 Beta 2. git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5082 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 --- buildSetupAndRunTests.bat | 2 +- clean.bat | 2 +- debugbuild.bat | 2 +- releasebuild.bat | 2 +- src/Automated.proj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/buildSetupAndRunTests.bat b/buildSetupAndRunTests.bat index 9d804633a4..fe13d7deeb 100644 --- a/buildSetupAndRunTests.bat +++ b/buildSetupAndRunTests.bat @@ -1,6 +1,6 @@ @echo This script simulates what the build server is doing @rem /p:AdditionalBuildProperties="/v:d /p:MSBuildTargetsVerbose=true" -%windir%\microsoft.net\framework\v4.0.20506\msbuild src\Automated.proj /p:ArtefactsOutputDir="%CD%\build" /p:TestReportsDir="%CD%\build" +%windir%\microsoft.net\framework\v4.0.21006\msbuild src\Automated.proj /p:ArtefactsOutputDir="%CD%\build" /p:TestReportsDir="%CD%\build" @IF %ERRORLEVEL% NEQ 0 GOTO err @exit /B 0 :err diff --git a/clean.bat b/clean.bat index 3269a82239..54cb80f764 100755 --- a/clean.bat +++ b/clean.bat @@ -1,2 +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" +%windir%\microsoft.net\framework\v4.0.21006\msbuild /m /t:clean SharpDevelop.sln "/p:FSharpBuildTasksPath=%CD%\src\AddIns\BackendBindings\FSharp\RequiredLibraries" "/p:Platform=Any CPU" @IF %ERRORLEVEL% NEQ 0 PAUSE \ No newline at end of file diff --git a/debugbuild.bat b/debugbuild.bat index 7396279552..14d064863e 100755 --- a/debugbuild.bat +++ b/debugbuild.bat @@ -1,4 +1,4 @@ -%windir%\microsoft.net\framework\v4.0.20506\msbuild /m SharpDevelop.sln /p:Configuration=Debug "/p:FSharpBuildTasksPath=%CD%\src\AddIns\BackendBindings\FSharp\RequiredLibraries" "/p:Platform=Any CPU" +%windir%\microsoft.net\framework\v4.0.21006\msbuild /m SharpDevelop.sln /p:Configuration=Debug "/p:FSharpBuildTasksPath=%CD%\src\AddIns\BackendBindings\FSharp\RequiredLibraries" "/p:Platform=Any CPU" @IF %ERRORLEVEL% NEQ 0 GOTO err @exit /B 0 :err diff --git a/releasebuild.bat b/releasebuild.bat index 68740870ee..d9bdeddeb7 100755 --- a/releasebuild.bat +++ b/releasebuild.bat @@ -1,4 +1,4 @@ -%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" +%windir%\microsoft.net\framework\v4.0.21006\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 @exit /B 0 :err diff --git a/src/Automated.proj b/src/Automated.proj index d0e813dce2..1edc9cda14 100644 --- a/src/Automated.proj +++ b/src/Automated.proj @@ -22,7 +22,7 @@ (but this works using the command line) --> - "$(MSBuildBinPath)\..\v4.0.20506\msbuild.exe" + "$(MSBuildBinPath)\..\v4.0.21006\msbuild.exe" /p:Configuration=Release $(BuildProperties) "/p:SharpDevelopBinPath=$(SharpDevelopBin)" $(BuildProperties) "/p:BooBinPath=$(SharpDevelopSrc)\AddIns\BackendBindings\Boo\RequiredLibraries"