user1205577
user1205577

Reputation: 2450

Visual Studio 2010: Solution Explorer not showing project directory structure

I'm using a new install of MS Visual Studio 2010 and cannot seem to get the Solution Explorer to show the project directory structure (instead of a just list of all files in the project for each project in the solution). There is no "show all files" button.

Any ideas on where I might find the option?

Upvotes: 8

Views: 31218

Answers (4)

Rajamohan Rajendran
Rajamohan Rajendran

Reputation: 369

Please refer the following ULR and perform action based on the setps.

Refere Here and its working for me

Upvotes: 0

MSH
MSH

Reputation: 193

You must add a project to your solution , in your visual studio first go to:

File --> New Project --> Choose your Project type

and in the bottom of new project window there is a solution option, change it from "Create new solution" to "Add to solution".

After that your solution explorer expanded and solution node will be added to solution explorer.

Upvotes: 2

user1205577
user1205577

Reputation: 2450

Here is how I resolved it:

There is no way to do this for the entire solution. You have to select each individual project in the Solution Explorer and click the Show All Files icon for each one, and then the folder structure shown will be that of your directory structure.

Upvotes: 12

Aghilas Yakoub
Aghilas Yakoub

Reputation: 28970

Try with this shortcut:

CTRL + ALT + L

You can also access View and select Solution Explorer

Upvotes: 15

Related Questions