views:

36

answers:

1

Hi,

Recently I got a project when after opening in visual studio 2005 in build mode drop down, only debug mode is shown but release mode not shown.Project builds successfully in debug mode is there a way to enable release mode.

Thanks

+2  A: 

You can right click on the solution file and select "Configuration Manager" there you can set the build for all projects, or project by project.

If the configuration manager you can also add different configurations, including a release version.

Dustin Laine
When i click and go to Configuration Manager and click new configuration under copy from configuration drop down release mode is not shown
DSharper
You can create it, it is just compiling all projects in release mode and not debug.
Dustin Laine