>From Maven, we have the src/main/java convention for Java projects... what convention is NMaven going to promote for .NET projects? (And how much deviation from that is going to be supported?)
What does a well-structured .NET project look like? I'm particularly interested in multi-module projects. One I saw today had a flat structure, with the "parent" directory (with the .sln file) at the same level as directories containing .csproj files and source code. This leaves nowhere to put the pom.xml files, unless you put them right beside the .csproj files and use <sourceDirectory>.</sourceDirectory> (and I'm not even sure that would work...) Thoughts? -- Wendy
