When I have one app.config in my main project I always have to duplicate it to its test project. How to avoid it?
Update I also asked a very similar, and slightly complicated question
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.
Add it as a link from a single place. Choose one of the projects as the one with the real app.config and link it to the other projects.
Add -> Existing Item -> Navigate to config file -> add as link (the down arrow in the Add button)