.net - How to remove project external dependecy on project build -
to debug , analyze performance in our project use rhino entity profiler. requires add rhino profiler dll project reference.
as need feature in debug nice completly remove reference on publishing.
it great if there like:
#if debug <some dll reference /> #endif
is there relativly simple solution achive this?
if not use code, can safely remove dependency release build.
Comments
Post a Comment