vote up 3 vote down star
1

So the issue is simple really, instead of creating folders in visual studio, i create a directory structure for my project on the file system. How to i include all the folders and files in a project, keeping the structure?

If i "Add Existing File" on a folder named Services and navigate to a file in the directory structure .. Services > AccountManagement > CreateAccount.cs it appears in visual studio like so : Services > CreateAccount.cs. I do not want this.

I have an entire directory structure worked out already, as I am mimicking our client developers using the same structure for organization. How do i add all the folders and files to the project in Visual Studio? Or do i have to do what most MS users do and "put up with it" and recreate each and every folder through visual studio?

flag

78% accept rate

3 Answers

vote up 8 vote down check

You need to put your directory structure in your project directory. And then click "Show All Files" icon in the top of Solution Explorer toolbox. After that, the added directory will be shown up. You will then need to select this directory, right click, and choose "Include in Project."

alt text

link|flag
Thanks - like Brian this has frustrated me for a long time. – Guy Dec 26 '08 at 17:15
vote up 4 vote down

You can also drag'n'drop the folder from windows explorer onto your visual studio solution window.

link|flag
vote up 0 vote down

http://www.devx.com/vb2themax/Tip/18856

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.