Embed app.config into Assembly

.net, app-config, embedded-resource, fody-costura

Solution

Its not really config if you are not allowed to configure it. Why dont you set these things in code instead? That way only a dev can change them and there is no need for a config file?

Problem

Is there any existing solution to embed the app.config file into the resulting assembly? I know there's costura for embedding DLL's into the assembly (costura also provides a really nice VS plugin!) Some equalient project for the app.config?

Original source