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

Marek Safar marek.safar at gmail.com
Mon Feb 14 07:53:05 EST 2011


Hello,
>> The newer system should be as convenient as dll.sources model. Without as
>> easy step as to add just one line for new Foo.cs in Bar.dll.sources (or more
>> importantly for contribution, FooTest.cs in Bar_test.dll.sources), I'm not
>> likely enthusiastic to contribute new code.
> If all you change is the .sources file, re-creating the project is a
> matter of running the tool.
>
> Updating it from the makefile is easy, updating it from the csproj
> itself does not sound trivial though, I am open to suggestions how how
> we can handle this.
We could create a simple Task which does .sources to <Compile Include="" 
/> on the fly or drop .sources completely and use .csproj only

Marek


More information about the Mono-devel-list mailing list