Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Get runprebuild.sh to generate a vs2010 for xbuild to work with .NET …
Browse files Browse the repository at this point in the history
…4 rather than vs2008

At least since 2009, Monodevelop has been able to load vs2010 files as well
  • Loading branch information
Justin Clark-Casey (justincc) committed Nov 13, 2013
1 parent fd24147 commit 4563e7e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions runprebuild.sh
Expand Up @@ -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

0 comments on commit 4563e7e

Please sign in to comment.