Enums for Build Flavor and Build Platform in .NET

Posted by Ben Hughes on Stack Overflow See other posts from Stack Overflow or by Ben Hughes
Published on 2010-05-24T02:27:55Z Indexed on 2010/05/24 2:30 UTC
Read the original article Hit count: 609

Filed under:
|

Are there enums available in the .NET framework that have values for build flavor (Debug, Release) and build platform (Any CPU, x86, x64 etc)? I haven't been able to find anything on MSDN or Google.

It seems unnecessarily cumbersome to create my own.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET