[MonoDevelop] $(Configuration) not supported?

Jeff Stedfast jeff at xamarin.com
Thu Aug 2 18:33:19 UTC 2012


Hi Barry,

If you enable "Experimental xbuild support" in the MonoDevelop preferences,
it *should* build correctly (you'll need to restart MD, though). However,
things that reference arbitrary MSBuild variables won't show correctly in
the Solution tree.

Unfortunately enabling this feature will break ASP.NET, MonoMac, MonoTouch,
etc (Mono 4 Android will be ok) project types, but normal .NET projects
should work.

Hope that helps,

Jeff

On Thu, Aug 2, 2012 at 1:49 PM, Bob Berry <bberry at uberent.com> wrote:

>
> I use $(Configuration) in some .csproj files I'm trying to port to Mono.
> Specifically in the path to an embedded resource, like this:
>
> <EmbeddedResource Include="..\foo\bin\$(Configuration)\foo.dll">
>
> Apparently this variable/macro doesn't exist in Mono. Anyone know of an
> alternative?
>
> Thanks,
> -Bob
>
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20120802/47af829c/attachment.html>


More information about the Monodevelop-list mailing list