Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to share a app.config between two projects?

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.

like image 538
Night Walker Avatar asked Jun 30 '11 08:06

Night Walker


1 Answers

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'.

like image 198
Teoman Soygul Avatar answered Oct 16 '22 07:10

Teoman Soygul