> Personally I've set my projects up so that NAnt compiles every *.cs > file in a specific directory at once, so I only need to maintain the > VS.Net solution files.
That is what I do too, I just forgot to mention that. I am not sure if you can have Mono and .NET installed at the same time, but IF you can and do- You could compile with VS2005, and then fire a post build event to run your NAnt build script and compile with Mono. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
