« Return to Thread: Directory structure conventions

Re: Directory structure conventions

by brettporter :: Rate this Message:

Reply to Author | View in Thread


On 21/05/2008, at 1:02 PM, Wendy Smoak wrote:

> 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...)

ISTR that's what we agreed on, since it's pretty much the existing  
convention in .NET projects due to the way the IDE tends to generate  
things. Is that right?

- Brett

>
>
> Thoughts?
>
> --
> Wendy

--
Brett Porter
brett@...
http://blogs.exist.com/bporter/

 « Return to Thread: Directory structure conventions