im having third party dlls in my bin folder in addition to the dlls generated by nant script. Now i want to check whether the third party dlls are compiled in release mode or debug mode, so is there any way to find using nant tasks whether dll is in debug mode or release mode? if so can you provide an example?

link|improve this question

0% accept rate
Please clarify whether you are talking about managed code. – Martin v. Löwis Dec 17 '10 at 21:27
yes it is a managed code. – user543932 Dec 17 '10 at 21:48
Did any one get a chance to look into this???? – user543932 Dec 20 '10 at 19:46
feedback

1 Answer

How to tell if .net app was compiled in DEBUG or RELEASE mode?

Maybe this will help a little.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.