200字
C# 多文件合并
2012-12-20
2026-01-26
Dev
1、合并file1.dll、file2.dll到destination.dll ILmerge /ndebug /target:dll /out:C:\destination.dll /log C:\file1.dll C:\file2.dll 2、合并file1.dll、file2.dll以及myApp.exe到newApp.exe ILmerge /ndebug /target:winexe /out:C:\newApp.exe /log C:\myapp.exe C:\file1.dll C:\file2.dll 注意:合并为exe时,myapp.exe必须写在file1.dll、file2.dll前面
C# 多文件合并
作者
Chuck
发表于
2012-12-20
License
CC BY-NC-SA 4.0

评论