ConfuserEx icon indicating copy to clipboard operation
ConfuserEx copied to clipboard

OutputDir Is not working properly for absoute input path

Open jsanavada opened this issue 7 years ago • 0 comments

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">

jsanavada avatar Dec 11 '18 06:12 jsanavada