I have .NET dll and I would like to know
- what platform was used to build. (x86, x64 or Any CPU)
- if it is debug or release version.
Is there a way how to find this information?
Thank you.
(I'm trying to play with TFS build server and would like to verify, that my dll are build as I want)