1

I use a DLL for certain designs in my .NET Application. How can I embed this DLL into my .NET executable to make my application standalone. I'd like to be able to do it in Visual Studio, without any complicated 3rd party Applications

EDIT: I decided to use ILMerge to merge my dll & executable because its usage is quite easy.

2zoo
  • 47
  • 5
  • Possible duplicate of [Embedding DLLs in a compiled executable](https://stackoverflow.com/questions/189549/embedding-dlls-in-a-compiled-executable) – Jens Feb 16 '19 at 21:44

0 Answers0