ILMerge: How to configure the corresponding app.config
Posted
by rdoubleui
on Stack Overflow
See other posts from Stack Overflow
or by rdoubleui
Published on 2010-02-18T12:44:14Z
Indexed on
2010/04/01
2:53 UTC
Read the original article
Hit count: 775
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?
© Stack Overflow or respective owner