Possible Duplicate:
Embedding DLLs in a compiled executable
I want to compile my C# application to a single exe file. The problem is that my project depends on many other projects resulting in many dlls in the Release
folder when I compile it. Is there any way to just make an exe with these dlls included?
Note: It does not need to be independent from the .NET framework. I assume that anyone using this exe will have that installed.