C#, can we share some contents of App.config between projects?
- by 5YrsLaterDBA
I have two independent projects in my Visual Studio 2008 solution. Both has its own App.config. But in one project, I need one or two properties defined in another project's App.config. Is it possible to share part of the App.config contents from other project?