Merging .net managed dlls

.net, dll

Solution

Using ILMerge: Merging .NET assemblies using ILMerge

Problem

I have a managed dll "Sample.dll" that I use to build my dll "myDLL.dll". But I want to distribute 1 dll ("myDLL.dll") file only. How do i merge them?

Original source