Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Current »

This section describes how to customize IncrediBuild integration with Visual Studio IDE.


Note: For handling IncrediBuild Extension/Add-in issues in Visual Studio, see also the information in the Visual Studio Add-in section of the Agent Settings dialog box.

Displaying IncrediBuild Menu in the Menu Bar of Visual Studio IDE

In most Visual Studio versions, after you install IncrediBuild Extension, IncrediBuild menu is added to the menu bar of Visual Studio IDE. However, in Visual Studio 2019, IncrediBuild menu appears as a sub-menu under the Extensions menu, and there may be other cases where IncrediBuild menu was removed from the menu bar. In such cases, you can change the location of IncrediBuild main menu, and display it in Visual Studio menu bar.

> To display IncrediBuild Menu in the menu bar of Visual Studio IDE:

  1. On Visual Studio IDE, open the Tools menu > Customize option.
  2. On the Customize dialog box – Extensions Menu tab, select the IncrediBuild check box to display IncrediBuild menu in the IDE menu bar:
  3. Click the Save and Restart button to apply your new setting.
    After Visual Studio is restarted, IncrediBuild menu appears in the menu bar:

Adding IncrediBuild Toolbar to Visual Studio IDE

IncrediBuild provides you with a toolbar, which you can add to Visual Studio IDE. You can customize this toolbar, and add to it all the commands that appear in IncrediBuild main menu.

> To add IncrediBuild toolbar to Visual Studio IDE and customizing it:

  1. On Visual Studio IDE, open the Tools menu > Customize.
  2. On the Customize dialog box – Toolbars tab, select the IncrediBuild check box to add IncrediBuild toolbar to the IDE:
  3. To customize IncrediBuild toolbar, move to the Commands tab.
  4. On the Commands tab, select the Toolbar radio button, and select IncrediBuild from the drop-down list:
  5. To add commands to IncrediBuild toolbar, click the Add Command… button.
  6. On the Add Command dialog box, select IncrediBuild from the Categories list. Then, select the command you want to add to the toolbar, and click OK:

    You return to the Commands tab.
  7. Repeat the above procedure for each command you want to add to the toolbar.
  8. Once you added and organized the new commands in IncrediBuild toolbar, click the Close button on the Commands tab to add the toolbar to the IDE:


    IncrediBuild toolbar now appears in Visual Studio IDE with your selected commands:

Adding Keyboard Shortcuts to IncrediBuild Commands

> To add keyboard shortcuts to IncrediBuild commands:

  1. From the Tools menu, select Options.
  2. Select Environment > Keyboard.
  3. In the Show commands containing: box, enter:
    - For VC7 - buildAddInVC7.  
    - For VS 2005/2008/2010/2012/2013/2015/2017/2019 - IncrediBuild.

    The list of available IncrediBuild commands is displayed.
  4. From IncrediBuild command list, choose the relevant command, enter the required keyboard shortcut in the Press shortcut keys box, and then click Assign.

Note: MSVC's standard keyboard shortcuts may be overridden this way (for example, by setting F7 to start an IncrediBuild build, or CTRL-F7 to compile the currently edited file).




  • No labels