I'm just trying ILMerge to combine my application and necessary libraries into one executable. I use the command line to do some testing. I took an example project:
ilmerge /out:ProgramMerged.exe Program.exe Lib1.dll Lib2.dll
It seems to work. But what if I had Program.exe.config? Is it still applicable?
Anyone how to achieve this?
source
share