[MonoDevelop] Adding new .NET runtimes to MonoDevelop

Michael Hutchinson m.j.hutchinson at gmail.com
Fri Dec 3 14:36:12 EST 2010


On Fri, Dec 3, 2010 at 12:10 AM, Eric Hosick <erichosick at gmail.com> wrote:
> Hi Michael,
> Thank you for the reply. A new runtime (as I am altering the object class).
> I am really hoping that I will not need to re-build everything. I've been
> getting ready to do that and there are a lot of dependencies.

If it's fundamentally a Mono runtime with a few modifications, the
easiest way is to use Preferences->.NET Runtimes to add your runtime,
then you can set the default runtime IDE-wide, or change it
per-project (as a per-user setting) using the Project->Target Runtime
menu.

If you wish to make it a framework setting that gets persisted into
the project, things will get much more complicated, not just
implementation with w.r.t. compatibility with VS, existing projects,
etc.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list