Ilmerge is a assembly tool that incorporates. NET, the latest version of the Ilmerge download that supports. NET 4.0:
http://www.microsoft.com/downloads/details.aspx?FamilyID=22914587-b4ad-4eae-87cf-b14ae6a939b0&displaylang=en
or Baidu Cloud download
Http://pan.baidu.com/s/1i5548Ah
Ilmerge usage examples are as follows:
Ilmerge.exe/target:library/targetplatform:v4/out: "D:\ I am the output file. dll" "D:\ new Folder \*.dll"/wildcards/log: "D:\ I am the log."
Parameter description:
/target:library = "indicates that the build target is dll or winexe =" Output is exe
/TARGETPLATFORM:V4 = "compiler platform for. net4.0" = Can not fill in
/out: "E:\Projects\ILMergeTest\A\Ref\AandB4.dll" = "Output file path after merging"
"E:\projects\ilmergetest\a\a\bin\debug\*.dll"/wildcards = "merged DLL, because wildcard characters are used here, so it is required." Wildcards
/log: "E:\Projects\ILMergeTest\A\Ref\AandB4.log" = "Output merge Log"
Ilmerge Simple Application