DSharper
DSharper

Reputation: 3217

In visual studio 2005 build mode drop down, release mode not shown

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

Upvotes: 2

Views: 935

Answers (1)

Dustin Laine
Dustin Laine

Reputation: 38503

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.

Upvotes: 2

Related Questions