Reputation: 21260
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.
Upvotes: 8
Views: 5724
Reputation: 25742
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'.
Upvotes: 14