I've got a solution with two projects. A first "master" project which is a winform project, a second library project. The first project has a reference on the second one (References->Add Reference->Projects...) and the second project has a reference to an existing dll. When I build the solution, I have three files into the bin folder, namely : Application.exe / library1.dll / library2.dll
How do I embed the two dll into the executable file ??