VS2010: how to remove/hide the “External Dependencies” folder in Solution Explorer

丶灬走出姿态 提交于 2019-12-02 16:55:30

Don't know if you figured this out yourself but looking at this page you can disable it in the Options dialog (from the Tools menu).

On the right side panel expand the Text Editor section, then expand C/C++ and then click on Advanced. Set the Disable External Dependencies Folder to True and restart Visual Studio.

As mentioned by Michael in the comments, apparently you don't need to restart Visual Studio but can just close and re-open the solution to see the effects.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!