Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2015-12-15 21:44:43 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2015-12-15 22:37:46 +0300
commitfb76fe4ed44d0ae2eaed23d151066e4c3ed6968e (patch)
tree7964dfb14a1be73ccc56f046fc313a3d92d57565 /scripts
parent51b91335bec27507e81fb218ed6695d71ba9535a (diff)
[scripts] Bump xbuild script to 14.0
This means we'll use xbuild 14.0 by default, which allows users to build projects with ToolsVersion=14.0
Diffstat (limited to 'scripts')
-rw-r--r--scripts/xbuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xbuild.in b/scripts/xbuild.in
index bbaac3d85d8..e615aef425d 100644
--- a/scripts/xbuild.in
+++ b/scripts/xbuild.in
@@ -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 "$@"