Is there a ILMerge equivalent tool for Mono?

tgi*_*hil 14 c# mono ilmerge assemblies

I'm looking for a open source tool to merge multiple .NET assemblies into a single assembly.

Glu*_*uck 20

检查ILRepack,它允许合并符号文件,xml文档,App.config等.它是开源的,基于塞西尔.在名为ILRepack-BuildTasks的项目中还有NAnt和MSBuild集成 .