[scripts] Bump xbuild script to 14.0
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 15 Dec 2015 18:44:43 +0000 (19:44 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 15 Dec 2015 19:37:46 +0000 (20:37 +0100)
This means we'll use xbuild 14.0 by default, which allows users to build projects with ToolsVersion=14.0

scripts/xbuild.in

index bbaac3d85d83fb77666c534ed51697a713a5f1f7..e615aef425d006ff1b3657a161234b3dd45638d2 100644 (file)
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec @bindir@/mono $MONO_OPTIONS @mono_instdir@/xbuild/12.0/bin/xbuild.exe "$@"
+exec @bindir@/mono $MONO_OPTIONS @mono_instdir@/xbuild/14.0/bin/xbuild.exe "$@"