Visual Studio: how does VS decide to build a release or debug exe

Posted by Snake on Stack Overflow See other posts from Stack Overflow or by Snake
Published on 2010-06-10T11:24:54Z Indexed on 2010/06/10 11:33 UTC
Read the original article Hit count: 171

Filed under:
|
|

Hi,

I just created a new project configuration.

I named it 'Blah' So no 'debug' in it.

Now how does Visual Studio know when to compile a debug file or a release file.

is this merely defined by the DEBUG constant?

Or am I wrong? :)

Thanks

© Stack Overflow or respective owner

Related posts about .NET

Related posts about visual-studio