Reputation: 43
I'm trying to make a C# dll that includes all its dependencies in itself. So that the dll, which is actaully a module for another C# program, can be only one file. So is there a way to put a dll inside a dll and then make add a reference to this dll?
Upvotes: 0
Views: 145