0

Possible Duplicate:
Possible to merge a DLL into a .NET EXE?

I have a C# program that uses 2 managed DLLs.
I wish that on the client computer I will not have to include both DLLs - but they will be inside the assembly itself.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Mark Segal
  • 5,427
  • 4
  • 31
  • 69

1 Answers1

0

Try using ILMerge.

Jacob
  • 77,566
  • 24
  • 149
  • 228