I have built a project and generated DLLs. Corflags O/P is given below
PE=PE32 & 32BIT = 0 build as "Any CPU" in "Release Mode"
O/P of CorFlags utility is as expected; it should be like this when built as "Release".
PE=PE32+ & 32BIT=0 build as "Any CPU" in "Debug Mode"
But this one is for x64 not "Any CPU" config build method. What's the deal with Debug?
All the dependent/reference DLLs are compiled as "Any CPU".