I tend to agree. This could result in build outputs that differ significantly between what nant builds and what VS.net builds. If you want to tweak lots of compiler settings from the build file then use the <csc> task. If you want to build a .csproj just as vs.net does then use solution.Personally I think it's a bad idea to have extensions like this because they change semantics of <solution> task from something very simple (do it like VS.NET does) to something quite difficult to follow.
Ian
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
