I have a two projects under one solution, and I need to share a app.config file between them .
mostly they use the same parameters from the configuration.
Is there some way to share the config file ?
I am using VS2010.
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.
Yes, just add the file from the other project ‘as a link’: Right click on the project >> select ‘Add existing file’ >> navigate to the app.config file >> click the dropdown next to the ‘add’ button and select ‘add as a link’.