Preface
If your project is to provide multiple DLLs for others to use, then you may want to make your DLL into one, so that others look concise, reference is not too cumbersome.
This article is relatively small, but it is more practical.
download Microsoft's Assistive tools Ilmerge
imerge:https://www.microsoft.com/en-us/download/details.aspx?id=17630
Download finished, fool-style next.
merging multiple DLLs
Scenario: C disk has 2 DLLs, respectively: C:\A.dll, C:\B.dll
Result: Merged into C:\C.dll
Specific operation:
First of all, my ilmerge installed to the C drive path: C:\Program Files (x86) \microsoft\ilmerge
1. CD C:\Program Files (x86) \microsoft\ilmerge
2, ilmerge/ndebug/target:dll/out c:\c.dll/log C:\A.dll C:\B.dll
3, my day, so simple good, is drip, so simple.
Summary
Recently more busy, not to pay up wages, do not write blog always feel the heart is not practical. No way, the whole short blog for everyone to share the next. Want to be useful to you, if you are in the development, use, encounter problems Welcome to the upper left corner of the two groups, we together.
Ilmerge merging multiple DLLs