问题描述
我最近刚从 Visual C++ 2010 Express 切换到 Visual Studio 2012 Express for Desktop.由于我经常使用它,我很快发现自己在 Build 菜单下寻找 Batch Build... 选项(或解决方案资源管理器 → 的右侧- 单击菜单).
I just recently switched from Visual C++ 2010 Express to Visual Studio 2012 Express for Desktop. Since I use it often, I soon found myself looking for the Batch Build... option under the Build menu (or Solution Explorer → <solution>'s right-click menu).
在工作中,我有 Visual Studio 2012 Professional,Batch Build... 选项是它在 Visual Studio 2010 中的位置.
At work, I have Visual Studio 2012 Professional and the Batch Build... option is where it was in Visual Studio 2010.
此功能是否已从 Express 版本中删除?
Has this feature been cut from the Express editions?
推荐答案
事实证明 Batch Build... 功能仍然存在于 Visual Studio 2012 的 Express 版本中;它只是出于某种原因被隐藏了.
It turns out the Batch Build... feature still exists in the Express edition of Visual Studio 2012; it's just been hidden for some reason.
要访问它,您可以通过菜单工具指定一个键盘快捷键→选项... →环境 →Keyboard 并找到 Build.BatchBuild,或者您可以通过工具 →自定义... →命令.Build 菜单位于名为 Build 的菜单栏下,而解决方案上下文菜单位于名为 Project 和 Solution Context Menus | 的上下文菜单下.解决方案.
To access it, you can either assign a keyboard shortcut via menu Tools → Options... → Environment → Keyboard and finding Build.BatchBuild, or you can add it to the Build menu and the Solution context menu, where it used to be, via Tools → Customize... → Commands. The Build menu is under the menu bars named Build and the Solution context menu is under the context menus named Project and Solution Context Menus | Solution.
这篇关于Visual Studio 2012 Express 中的 Batch Build 选项是否已删除?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!