ILMerge merges multiple DLL files and ilmerge merges dll files.
Preface
If your project needs to provide multiple dll files for use by others, you may wish to merge your dll files into one file to make others look concise and reference the files.
This article is relatively small, but it is more practical.
Download microsoft's auxiliary tool ILMerge
Imerge: https://www.microsoft.com/en-us/download/details.aspx? Id = 17630
The download is complete, just like the next step.
Merge multiple Dll files
Scenario: Drive C has two dll types: C: \ A. dll and C: \ B. dll.
Result: merged to C: \ C. dll.
Specific operations:
First, the path for installing ILMerge to disk C is: 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 is so simple. It's just a drop.
4. The/log: log.txtcommand writes logs generated in the process to the log.txt file. Out: merge. dll: the output file. AnalysisLibrary. dll USBClassLibrary. dll is the source file. Multiple source files are separated by spaces.
Interface-based management tools
1,: http://ilmergegui.codeplex.com/releases/view/617003
2. Download the installed Interface
3. The operation is very simple. Let's take a look.
Summary
I have been busy recently, but I still don't want to raise my salary. I don't feel steadfast if I don't write more blogs. No way. Just share your blog on the short point. I hope it will be useful to you. If you are developing or using it, you are welcome to join the two groups in the upper left corner.