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?
feedback
|