VS2010 - How to Change What Solution Manager Displays

I use Visual Studio 2010, and sometimes in some of my projects for reasons unknown to me, the "folders" shown in the Solution Explorer and I can never change them unless I create a new project and copy the files.

I want the Solution Explorer to display Header Files, Source Files, and Resource Files instead of Debug.

Here is an image of what I want it to display, for example when I create a new project:

http://www.jumbala.net/VS2010_SE_HeaderSource.png

Here it is sometimes displayed:

http://www.jumbala.net/VS2010_SE_Debug.png

I looked in the menu and I couldn't find anything to change it.

Edit: Someone posted that I had "Show all files" in the second image, but they deleted their post. So yeah why it didn't work. I feel like an idiot not noticing, but I thought the button and the one on the left (which is "Properties") were mutually exclusive, so I tried to click on "properties" but not "show all files".

Thanks who posted the answer and deleted it.

+3


source to share


1 answer


To fix this, simply uncheck the "show all files" checkbox that appears in the second image.



+1


source







All Articles