visual-studio Visual Studio:缺少配置管理器
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1460459/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Visual Studio: Configuration Manager missing
提问by Timwi
I'm using Microsoft Visual Studio Team System 2008 Team Suite.
我正在使用 Microsoft Visual Studio Team System 2008 Team Suite。
The "Configuration Manager" menu item is missing for me. I've assigned a keyboard shortcut to the Configuration Manager, but it doesn't have any effect (actually, it produces a "ding" sound).
我缺少“配置管理器”菜单项。我已经为配置管理器分配了一个键盘快捷键,但它没有任何效果(实际上,它会产生“叮”的声音)。
How do I get the Configuration Manager to work for all projects?
如何让配置管理器适用于所有项目?
回答by Timwi
The answer is: Make sure the following option is checked:
答案是:确保选中以下选项:
Tools ? Options ? Projects and Solutions ? General ? "Show advanced build configurations".
工具 ?选项 ?项目和解决方案 ? 一般的 ?“显示高级构建配置”。
回答by DaveL
Visual Studio 2008 will only show the Configuration Manager if the solution node is visible in Solution Explorer. If you only have a single project, the solution will not show hence you can't see the Configuration Manager.
如果解决方案节点在解决方案资源管理器中可见,Visual Studio 2008 将仅显示配置管理器。如果您只有一个项目,则不会显示解决方案,因此您看不到配置管理器。
To solve this, make sure the following option is checked (in addition to Timwi's answer): menu Tools-> Options-> Projects and Solutions-> General-> Always Show Solution
要解决此问题,请确保选中以下选项(除了 Timwi 的答案):菜单工具->选项->项目和解决方案->常规->始终显示解决方案

