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:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2013-12-20 04:10:32 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2014-01-08 03:39:27 +0400
commit425fdc03fa38b2ee29c1cf88617ddb1580fde78f (patch)
tree0f09a6e0272a7ab76daa069376019c514b8bb992 /runtime
parentc8a343cf30d9e31964ac6e21ed5a277a06e62ac6 (diff)
[xbuild] Build & install MSBuild 12.0 assemblies
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 809ee028d46..c7ec45b3978 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -41,7 +41,7 @@ al_profile = net_4_0
endif
if INSTALL_4_5
-build_profiles += net_4_5
+build_profiles += net_4_5 xbuild_12
al_profile = net_4_5
endif