[MonoDevelop] Where do I set the project build order?

Michael Hutchinson m.j.hutchinson at gmail.com
Sat Jun 12 14:28:33 EDT 2010


On Thu, Jun 10, 2010 at 11:34 PM, Thiago Padilha <tpadilha84 at gmail.com> wrote:
>  I have some c# projects and a generic project, the generic project
> has some C/C++ files and a Makefile. I need to make sure the generic
> project will always be built last since it will copy the assemblies
> built by the c# project. Can I do that without writing a custom
> makefile?

For projects without explicit dependencies (i.e. references) I believe
this order is set in the sln file, but unlike VS, MD doesn't provide a
GUI for editing it in Solution Options. Could you file an enhancement
bug?

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list