Possible Duplicate:
Determine framework (CLR) version of assembly
I have a library/DLL file which is compiled in the .NET Framework.
Now (without any coding) I would like to check the .NET Framework version which was used to compile this library. I need to know was it 2.0, 3.5, or 4.0. Is there any tool that help me to achieve this? (I know that it should be compiled under version 4.0 of the Framework, but I need to be 100% sure that version 4.0 of the Framework was used).