It was easier to implement with the csproj file in the same directory as the source files, as this is the typical VS configuration. One problem that I encountered when I bumped the cproj file up to a higher level than the source files was that newly created files had the incorrect namespace ( src.main.csharp....). Of course, there are other problems. Technically, from VS perspective, the test and main are different projects, if their project file were in the same directory, they would end up each generating properties/files over each other.
Shane On Dec 10, 2007 7:41 AM, Franz Allan Valencia See <[EMAIL PROTECTED]> wrote: > Good day > > Why does it placed the csproj files in src/[main|test]/csharp? Since these > are project descriptors, wouldn't it make more sense if they're in the > basedir? > > Thanks, > Franz >
