I build a project in C#.
From another project I have 5 DLLs.
Is It possible to include the DLL in the exe, that I only give 1 File to people and not x files?
I tried ILMerge, but the output file ever opened a Command prompt with the application – useless.
You can merge the exe and the dlls with the ILMerge.exe tool