Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 621
user1205577 Avatar asked Aug 17 '12 15:08

user1205577


People also ask

How do I show the project folder in Visual Studio?

Open your project in Visual Studio > click the Show All Files button > expand the bin , Debug > select and right-click the parent folder > choose Include in Project option.

How do I open the project folder in Visual Studio 2010?

There are two ways to open a folder in Visual Studio. In the Windows Explorer context menu on any folder, you can click “Open in Visual Studio”. Or on the File menu, click Open, and then click Folder. Recent folders will be persisted to the MRU.


1 Answers

Try with this shortcut:

CTRL + ALT + L

You can also access View and select Solution Explorer

like image 138
Aghilas Yakoub Avatar answered Oct 04 '22 20:10

Aghilas Yakoub