ILMerge: How to configure the corresponding app.config
- by rdoubleui
I'm just trying ILMerge to merge my application and the needed libraries into one executable. I'm using the command line just to do some testing. I took a sample project:
ilmerge /out:ProgramMerged.exe Program.exe Lib1.dll Lib2.dll
This seems to work as intended. But what if I had a Program.exe.config? Is it still applicable?
Does anybody how to achieve this?