From c9198dc1d457117b0ed64ec66b486491abf2ae0a Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Thu, 31 Aug 2017 13:42:58 +0100 Subject: .net4.5, take2; vs2010 does not do it, try to make mono5.x msbuild more happy --- runprebuild.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runprebuild.sh') diff --git a/runprebuild.sh b/runprebuild.sh index 8c18db6..011936e 100755 --- a/runprebuild.sh +++ b/runprebuild.sh @@ -18,14 +18,14 @@ case "$1" in 'vs2010') - mono bin/Prebuild.exe /target vs2010 + mono bin/Prebuild.exe /target vs2015 ;; *) mono bin/Prebuild.exe /target nant - mono bin/Prebuild.exe /target vs2010 + mono bin/Prebuild.exe /target vs2015 ;; -- cgit v1.1