views:

24

answers:

0

I've looked for this in SO and Google but to date have not found the answer.

Scenario:
In vs2008, open a solution such as the ASP.NET MVC 2 RTM source code:
http://aspnet.codeplex.com/releases/view/41742

It contains 10 projects. For any project, to see
the hidden files, the programmer must in Visual Studio
Solution Explorer click each project name,
example, System.Web.Mvc and next click the
Show All Files button (second from the left)
on the Solution Explorer toolbar.

Note: enabling via Tools, Options, Environment, Documents:
"Show Miscellaneous files in Solution Explorer" does not
resolve this issue.

QUESTION: is it possible in vs2008 to set "Show All Files" enabled as the vs2008 Solution Explorer default?

--
Thank you.

Regards,
Gerry (Lowry)

Reference: http://msdn.microsoft.com/en-us/library/26k97dbc(VS.90).aspx
Visual Studio: Solution Explorer