From 4563e7e04ae1497178c62b0229aa538bcf6b772d Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Wed, 13 Nov 2013 00:25:41 +0000 Subject: [PATCH] Get runprebuild.sh to generate a vs2010 for xbuild to work with .NET 4 rather than vs2008 At least since 2009, Monodevelop has been able to load vs2010 files as well --- runprebuild.sh | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/runprebuild.sh b/runprebuild.sh index d276edbee4..8c18db6867 100755 --- a/runprebuild.sh +++ b/runprebuild.sh @@ -22,21 +22,11 @@ case "$1" in ;; - - 'vs2008') - - mono bin/Prebuild.exe /target vs2008 - - ;; - - *) mono bin/Prebuild.exe /target nant - mono bin/Prebuild.exe /target vs2008 + mono bin/Prebuild.exe /target vs2010 ;; - esac -