ConfuserEx
ConfuserEx copied to clipboard
OutputDir Is not working properly for absoute input path
I have prepare below configuration. It has two dll one is temp.dll which is related path and AbsolutePath.dll which is absolute path. ConfuserEx process both dll successfully but it copy only temp.dll to provided output directory D:\output and copy AbsolutePath.dll to where we below configuration file exist, AbsolutePath.dll should be copy to D:\output directory. Can you provide solution for this issue ?
<project outputDir="D:\output" baseDir="D:\Input" xmlns="http://confuser.codeplex.com">