[MonoDevelop] [PATCH] - enable out-of-project files inside of a project

"Andrés G. Aragoneses [ knocte ] "Andrés G. Aragoneses [ knocte ]
Tue Sep 12 14:29:47 EDT 2006


Chris Morgan escribió:
> I do see what you mean.  In this case we have a handful of standalone
> programs that are small and used for testing.  The production use of
> this code will of course use dlls.

Well, in this case I suspect the ideal would be the other way around:
if, for production, you embed each program inside a unique assembly
(using linked source), I imagine you would reduce a little bit the
overhead of the (Mono/MS.NET) runtime for passing the program flow
through different assemblies.

However in my case it's different: we have a software that installs
three or four executable assemblies (.EXE) plus some other library
assemblies (.DLL), and these programs share some logic so not using
DLL's here would mean that the total size of all the assemblies would grow.

But if in your case your different programs ship separately you don't
have this disadvantage.

Regards,

	Andrés	[ knocte ]

-- 


More information about the Monodevelop-list mailing list