How to hide unused files?

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
 
L

Laurent Bugnion

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top