.net - Visual Studio: common and customized part in configuration file -
i have 2 projects 'a', 'b' , third project 'common'.
project , b similar, not same. instance, have few parameters same, , few others different.
is possible put configuration file sections same in 'common' project, , load configuration file in both project , b. after loading common configuration file, want add customized parts configuration file.
let's have folder structure:
solution
- project1
- project2
create app.config file in solution level folder. in each project in solution explorer, right click , select add existing file. locate file, , select add link drop down box next add button.
Comments
Post a Comment