tags:

views:

49

answers:

0

Possible Duplicates:
How to idenfiy if the DLL is Debug or Release build (in .NET)
How can I know a dll is not a debug build

Can some one please let me how can i find in C# .NET if the dll is build on the "Release" or "Debug" ?

Of course consider situation where is have dll/exe with me :)