سؤال

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?

هل كانت مفيدة؟

المحلول

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?

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top