在 Visual Studio 中显示文件夹
我有一个包含一组第三个 dll 的文件夹,我想将其显示在 Visual Studio 中。原因是我正在使用 VisualSvn,我希望能够看到这些内容何时从 Visual Studio 中更新。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果启用“显示所有文件”选项(通过从“项目”菜单中选择它或单击解决方案资源管理器顶部的图标),不在项目中的文件将显示在树中,但带有白色图标。
这将为您提供项目文件夹的视图,包括不属于项目的所有文件。然后您应该能够看到包含第 3 方 dll 及其内容的目录。
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.
在解决方案资源管理器中,顶部有一个图标。 (我认为是左起第四个)。
这将显示 VS 中的所有文件
编辑:击败它。
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.
对于 Mac:转到查看 =>垫=>解决方案
For Mac: Go to View => Pads => Solution