.NET Assembly Dependencies
问题 Perhaps I am missing something obvious here but... I have built a reusable generic C# class library project say (A.dll) which references 3 other assemblies say (B.dll, C.dll and D.dll) However if I want to reuse my component A.dll in another project I still have to include the references to B.dll, C.dll and D.dll. Is there any way you can configure A.dll to build all its dependencies into the A.dll so I don't have to include the other 3 assemblies? Cheers 回答1: It's possible to merge