Stephan Steiner
unread,Feb 22, 2012, 1:25:58 AM2/22/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to .Net Reactor Support
Hi
I'm a bit disappointed that the documentation contains nothing
whatsoever on Visual Studio integration - after all I'd suspect this
is what makes adding obfuscation not interrupt your usual workflow.
Browsing through this forum I found examples using IntelliLock using
the VS postbuild event and a batch script. However, it seems that if
you're dealing with an MSI project, it takes binaries from the obj
folder rather the bin folder. However, the obj folder only contains
the actual assembly built for the project, not assemblies that come
from dependencies. So, how would you perform an assembly merge in that
scenario? Where do the referenced assemblies end up prior to MSI
generation so that I can link those to my .net reactor project?
Regards
Stephan