Hi,
I'm trying to setup a project folder structure in vs.net 2003 as follows :
<project root>
src
doc
test
bin
The only glitch I'm hitting is that the "New Class" wizard will append
".src" as part of the namespace to classes I add is src. Is there any way to
either
1. tell vs.net that the 'src' folder is the root for c# files ?
or 2. tell it to create c# files there by default rather than in the
project root
or 3. any other way to work around this ?