+4  A: 

There are 4 schools of thought here:

  • edit it manually
  • live with it
  • change the class template (or export a second class template)
  • create the file outside the sub-directory, then drag it in

I tend to use the 4th; it is quicker than editing, and less hassle than changing the templates

Marc Gravell
Any hints on creating a new class template and how to achieve it with it?
Alex
Sure; File->Export Template->Item Template (then edit it); however, there is an arcane black art to the replacement tokens that you can use. I expect you could use the **root** template, but it would be hard to pick a namespace for "all the directories except the bottom-most"
Marc Gravell
See also: http://visualstudiomagazine.com/articles/2008/09/01/define-your-own-item-templates.aspx
Marc Gravell
And some of the replacement tokens are here: http://msdn.microsoft.com/en-us/library/eehb4faa(VS.80).aspx - to be honest, I'd still use the 4th option, though; less work...
Marc Gravell
Thanks.. I'll probably give it a 1 hr shot with the templates... if that doesn't yield any result I'll go with no. 4. Thanks marc.
Alex
+2  A: 

To change the default namespace:

Right click on the project, go to properties and under the 'Application' tab there is a 'Default namespace' field.

Note that this doesn't answer your exact question though, it depends on your folder. You basically you need to rename that folder to 'Model'.

Noon Silk