Reputation: 3217
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
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