I am wokring on a C# Win-Forms application. I have my own ClassLibrary (dll) file. I use another Third party dll for components. I use both of the above dll’s in my C# application. When I provide the files I got to provide both the dll’s seperately. Is it possible to add third party dll in my class library OR add both in a third dll and add only 1 dll in the project.
Also let me know how it is possible, as I am unaware with it. I use Visual Studio C#. Any help is highly appreciated.
Thanks
Try looking up ILMerge; it’s intended to build composite libraries.