How to: Manage Build Configurations with Visual Basic Developer Settings Applied

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

By default, all advanced build configuration options are hidden with Visual Basic Developer settings applied. This topic explains how to manually enable these settings.

Enabling advanced build configurations

By default, the Visual Basic Developer settings hide the option to open the Configuration Manager dialog box and the Configuration and Platform lists in the Project Designer.

To enable advanced build configurations

  1. On the Tools menu, click Options.

  2. Expand Projects and Solutions, and click General.

    Note

    The General node is visible even if the Show all settings option is unchecked. If you want to see every option available, click Show all settings.

  3. Click Show advanced build configurations.

  4. Click OK.

    On the Build menu, Configuration Manager is now available, and the Configuration and Platform lists are visible in the Project Designer.

See Also

Understanding Build Configurations Compiling and Building