Display a folder in visual studio
Asked Answered
R

3

7

I have a folder with a group of 3rd dlls that I want to show up in Visual Studio. The reason being that I am using VisualSvn and I want to be able to see when these have been updated from within visual studio.

Realist answered 23/10, 2009 at 13:32 Comment(2)
Show All Files from the Project menu?Dierolf
The directory did not exist under a project. I found out that visualsvn auto checks in the folderRealist
S
13

If you enable the "Show All Files" option (by either choosing it from the Project menu or clicking the icon at the top of the Solution Explorer), files not in you project will be shown in the tree, but with a white icon.

This gives you a view of the project folder, including all of the files that are not part of your project. You should then be able to see the directory containing your 3rd party dlls and its contents.

Snaky answered 23/10, 2009 at 13:46 Comment(1)
How to I view the subfolders in a tree view?Rattly
B
7

In the solution explorer there is an icon at the top. (fourth from the left i think).

This will show all files in VS

Edit: Beaten to it.

Bitterweed answered 23/10, 2009 at 13:46 Comment(0)
P
0

For Mac: Go to View => Pads => Solution

Progress answered 2/8, 2019 at 19:18 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.