Merge the assemblies prior to obfuscation. You can use something like ILMerge to merge the assemblies into a single DLL (which is what Eazfuscator uses behind the scenes i believe?). After that is complete you can proceed with your obfuscation. This can be automated in your csproj as a build target as well.