up vote 9 down vote favorite
share [g+] share [fb]

I have a Visual Studio Solution. Currently, it is an empty solution (=no projects) and I have added a few solution folders.

Solution Folders only seem to be "virtual folders", because they are not really created in the Filesystem and files inside solution folders are just sitting in the same folder as the .sln file.

Is there a setting that i've overlooked that tells Visual Studio to treat Solution Folders as "real" folders, that is to create them in the file system and move files into it when I move them inside the solution into one of those folders?

Edit: Thanks. Going to make a suggestion for VS2010 then :)

link|improve this question

4  
This is one of the most annoying Visual Studio quirks – Andy White Dec 9 '09 at 16:21
feedback

4 Answers

up vote 9 down vote accepted

No special setting. I don't think it's supported.

You can create real folders in a "project" within the solution, but not in the solution itself.

link|improve this answer
feedback

No, it's not supported. As you suspected, solution folders are simply virtual subentries in the .sln file, nothing to do with the file system.

link|improve this answer
feedback

The folder created underneath the solution will be virtual as said. Maybe this might be called a workaround but you can physically create the folder on disk either before or when you add new item/project and Robert should be a sibling of your dad.

ps- on closer look maybe i should explain "bob's your uncle" means your fine/sorted.

link|improve this answer
feedback

I think we need to show some support for this feature on the connect site

http://connect.microsoft.com/VisualStudio/feedback/details/642861/solution-folders-automatically-mapped-into-physical-folders

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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