Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Has the Batch Build option been removed in Visual Studio 2012 Express?

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).

At work, I have Visual Studio 2012 Professional and the Batch Build... option is where it was in Visual Studio 2010.

Has this feature been cut from the Express editions?

like image 726
Yelmond Avatar asked Nov 20 '12 15:11

Yelmond


1 Answers

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.

To access it, you can either assign a keyboard shortcut via menu ToolsOptions...EnvironmentKeyboard and finding Build.BatchBuild, or you can add it to the Build menu and the Solution context menu, where it used to be, via ToolsCustomize...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.

like image 88
Yelmond Avatar answered Nov 20 '22 05:11

Yelmond