C# 类库 嵌入其他Dll

参考:https://www.cnblogs.com/janet/p/3247536.html

将自己的dll和依赖的dll打包到一个新的dll

语法:ILMerge 自己.dll 依赖.dll /ndebug /out:新.dll

https://files.cnblogs.com/files/loge/ILMerge.rar

原文地址:https://www.cnblogs.com/loge/p/14866865.html