When I compile the library, all the settings in Settings.Settings are integrated into the DLL.
how do I prevent this?
When I compile the library, all the settings in Settings.Settings are integrated into the
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
View the properties of the Settings.settings file and set the Build Action to Resource, Copy to Output Directory to Do Not Copy.
This should create you a dll.config file where you can edit the settings outside of building.