Visual Studio "Any CPU" target

Posted by galets on Stack Overflow See other posts from Stack Overflow or by galets
Published on 2009-02-05T16:43:26Z Indexed on 2010/03/31 10:43 UTC
Read the original article Hit count: 388

Filed under:
|
|
|

I have some confusion related to the .NET platform build options in VS 2008

Does anyone have a clear understanding what does "Any CPU" compilation target is and what sort of files it generates? I examined the output executable of this "Any CPU" build and found that they are (who would not see that coming!) the x86 executables. So, is there any the difference between targeting executable to x86 vs "Any CPU"?

Another thing that I noticed, is that managed C++ projects do not have this platform as option. I'm wondering why is that. Does that mean that my suspicion about "Any CPU" executables being plain 32-bit ones is right?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about visual-studio-2008