I\'ve seen a lot of different takes on this subject so I figured if there\'s a preferred way on this.
Is there any best practices on how to setup Visual Studio Projects
I blogged about this back in 2007. The advice still holds:
http://mikehadlow.blogspot.com/2007/07/how-to-structure-visual-studio.html
The bottom line is that I should be able to get your code out of source control, open it in Visual Studio, hit F5 and everything should work.