[MonoDevelop] mdtool and build configurations

Jay Miller jnmiller at cryptofreak.org
Wed Oct 17 18:30:24 EDT 2007


This is an old thread, but I thought I'd post the workaround I settled
on just in case anyone else runs in to this problem.

On 9/17/07, Jay Miller <jnmiller at cryptofreak.org> wrote:
> Hello.  I seem to be too dumb to figure out how to make mdtool build
> the Release configuration of my VS2005 projects!

In VS2005 project files, the Debug property group is listed first by
default.  By switching the Release and Debug property groups (a
one-time change), mdtool chooses the Release config instead.

Explicitly, I switched the block that begins:

   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' ==
'Debug|AnyCPU' ">

with the one that contains 'Release'.

-- 
Jay Miller
PGP Fingerprint | 5f7adbbe bfc60727 96dca94c 616d5080 09e3e846


More information about the Monodevelop-list mailing list