
Working with Configuration Manager
You can create your own configurations using the Configuration Manager dialog box.
To open the Configuration Manager dialog box
In Solution Explorer, select the solution.
On the Build menu, choose Configuration Manager.
The Configuration Manager dialog box opens.
The Active Solution Configuration drop-down list displays the name of the current solution build configuration. The Active Solution Platform drop-down list displays the name of the current platform for which to build the solution. The Project Contexts pane lists the projects in the solution, the project configurations and platform specified, and check boxes that indicate whether a project will be included when you build or deploy the solution using this configuration.
Once you have configurations created, you can set different properties for your project based on those configurations.
To set properties based on configurations
In Solution Explorer, select a project.
On the View menu, choose Property Pages.
The Project Property Pages window opens.
You can set different properties based on your configurations. For example, you can create a Release configuration that optimizes code when building the solution, and a Debug configuration that includes the DEBUG conditional compilation symbol. For more information on property page settings, see Managing Project Properties with the Project Designer.