문제

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