I have a C# class library that compiles to a DLL. My class library also references another class library DLL.
I need to add the dependency DLL as an embedded resource so I only have 1 DLL file. This file is a plugin for software I have no control over and the software will not resolve the dependency DLL properly.
I have found example of adding class libraries to Windows Forms projects but cannot find how to add a class library as an embedded resource in a class library project.