How do I build a Release Version?

  • Thread starter Thread starter OC
  • Start date Start date
O

OC

I go into the properties menu of my solution and changed Configuration from
Active(Debug) to Release. All projects were changed.

However, when I recompile the solution, I only get the debug version...
going back into solution properties I see it has been reset to
Debug(Active).

What's going on?
 
In the Standard toolbar there is a dropdown that let's you choose to build
in Debug, Release or your own custom configuration, that's what you need to
set.
 
Back
Top