From 19c21100ec01850a32a72bbf2ec98dbef5d2895d Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Sat, 23 Apr 2016 14:39:56 +0200 Subject: [PATCH] Adapt for 14.0 builds --- BuildTools/Automated.proj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuildTools/Automated.proj b/BuildTools/Automated.proj index 3cce65247..28cd285c1 100644 --- a/BuildTools/Automated.proj +++ b/BuildTools/Automated.proj @@ -17,7 +17,7 @@ properties available for the projects inside the solution (but this works using the command line) --> - "$(MSBuildBinPath)\..\v4.0.30319\msbuild.exe" + "$(MSBuildBinPath)\msbuild.exe" /p:Configuration=Release "/p:Platform=Any CPU" $(BuildProperties) "/p:BranchName=$(BranchName)" $(BuildProperties) $(AdditionalBuildProperties)