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

Miguel de Icaza miguel at novell.com
Mon Feb 14 07:56:17 EST 2011


> 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


More information about the Mono-devel-list mailing list