简体   繁体   English

Visual Studio 2010解决方案资源管理器设置

[英]Visual studio 2010 solution explorer settings

I got a fairly large (C++) project in Visual studio 2010. Somehow I managed to click "Show all files" in the solution explorer and now a bug in visual studio 2010 is preventing me from uncheck the option. 我在Visual Studio 2010中获得了一个相当大的(C ++)项目。不知怎的,我设法在解决方案资源管理器中单击“显示所有文件”,现在Visual Studio 2010中的一个错误阻止我取消选中该选项。

http://connect.microsoft.com/VisualStudio/feedback/details/614417/visual-studio-crashes-when-switching-solution-explorers-view http://connect.microsoft.com/VisualStudio/feedback/details/614417/visual-studio-crashes-when-switching-solution-explorers-view

Do anyone here know where the this setting is stored? 这里有人知道这个设置存储在哪里吗? I've searched the solution file, project files, filter files without finding anything. 我搜索了解决方案文件,项目文件,过滤文件而没有找到任何东西。

For C#, similar user-specific data is stored in SolutionName.suo (hidden) and ProjectName.csproj.user files. 对于C#,类似的特定于用户的数据存储在SolutionName.suo(hidden)和ProjectName.csproj.user文件中。 See if you have what might be the equivalent files for C++. 看看你是否有可能是C ++的等效文件。 You can freely delete these files to reset user-specific settings, which should restore solution explorer to its default view. 您可以自由删除这些文件以重置特定于用户的设置,这应该将解决方案资源管理器还原到其默认视图。

In addition to those programming in C++, for VS 2010 C++ these files are: 除了那些用C ++编程之外,对于VS 2010 C ++,这些文件是:

ProjectName.suo ProjectName.vcxproj.user ProjectName.suo ProjectName.vcxproj.user

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM