Give app.config another name after build?

Posted by AndyC on Stack Overflow See other posts from Stack Overflow or by AndyC
Published on 2010-03-24T13:35:12Z Indexed on 2010/03/24 13:43 UTC
Read the original article Hit count: 226

Filed under:
|

As you all know, when you build a project with an app.config file it gets copied to the bin directory and renamed $(targetFileName).config.

Is it possible for it to be called something else?

For example if my executable is called myApplication.exe, can I have the config file called settings.config as opposed to myApplication.exe.config?

Cheers

© Stack Overflow or respective owner

Related posts about .NET

Related posts about app.config