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

前端 未结 1 1416
醉酒成梦
醉酒成梦 2021-01-31 01:30

In VS2010 they added to all projects a virtual directory called \"External Dependencies\":

alt text http://koper.wowpanda.net/externaldeps.PNG

It really bothers

相关标签:
1条回答
  • 2021-01-31 01:53

    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.

    0 讨论(0)
提交回复
热议问题