How to hide unused files?

  • Thread starter Thread starter brett
  • Start date Start date
B

brett

Is there a way to hide files in VS.NET 2005 that are excluded from an
ASP.NET project? In a winforms project, you there is a an option in
the solution explorer to show/hide all files. Toggling it will show
excluded project files. I can't find this for website projects. I
always see the excluded files as whited out.

Thanks,
Brett
 
Hi,
Is there a way to hide files in VS.NET 2005 that are excluded from an
ASP.NET project? In a winforms project, you there is a an option in
the solution explorer to show/hide all files. Toggling it will show
excluded project files. I can't find this for website projects. I
always see the excluded files as whited out.

Thanks,
Brett

Try the Web Application Project add-on, described here:
http://webproject.scottgu.com/

It allows handling a Web Application very much like a WinForms
Application, and also to exclude files from a project, even though they
are still in the physical folder.

HTH,
Laurent
 
Back
Top