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
link-sitting
Justin Clark-Casey (justincc) 2013-11-13 00:25:41 +00:00
parent fd24147afa
commit 4563e7e04a
1 changed files with 1 additions and 11 deletions

View File

@ -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