How to expose a regular file folder (and its files) in VS 2008 Solution Explorer? Thx.
views:
19answers:
1
A:
Clicking the ShowAllFiles button at the top of Solution Explorer should do it.
Cynthia
2010-08-31 17:24:07
It shows foloders insider project folder, but I want to show a folder that is outside of any of the project folders, is there a way of doing that?
Shawn Tang
2010-08-31 17:50:27
No, you can't show a folder outside of the project. Why do you want to do that in VS? You could just look at it using Windows Explorer.
Cynthia
2010-08-31 20:24:56
It's a folder containing scripts that will be shared among projects.But I want to see the scripts in VS because I want to use VS integrated version control over the scripts, which WExplorer cannot provide.Thanks.
Shawn Tang
2010-09-01 00:49:11