[Mono-dev] csproj files for Mono's class libraries.

Rafael Teixeira monoman at gmail.com
Mon Feb 14 08:01:23 EST 2011


AFAIR, VS2010 introduced multi-profile support, in the same project
file. So it may be possible to get rid of .sources and support
building for multiple profiles from .csprojs at the same time.

Rafael "Monoman" Teixeira
---------------------------------------
"We live in a world operated by science and technology. We have also
arranged things so that almost no one understands science and
technology. This is a prescription for disaster. We might get away
with it for a while, but sooner or later this combustible mixture of
ignorance and power is going to blow up in our faces."
-Carl Sagan



On Mon, Feb 14, 2011 at 10:56 AM, Miguel de Icaza <miguel at novell.com> wrote:
>> We could create a simple Task which does .sources to <Compile Include=""
>> /> on the fly or drop .sources completely and use .csproj only
>
> How would we use this Task?
>
> The only problem with dropping sources and going the .csproj route is
> that currently we have at least 2 csproj files per directory (one 2_0,
> one 4_0 and when we feel "ready" we can add the mobile and silverlight
> profiles).   It would be trivial for those csproj files to get out of
> sync.
>
> If we went with a Custom task, would that not break Visual Studio
> which expects to find a list of source files there?
>
> Miguel
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>


More information about the Mono-devel-list mailing list