I have 3 Console Applications projects using C#, say;
ConApp1.exe
ConApp2.exe
ConApp3.exe
Respectively their config files when compiled;
ConApp1.exe.config
ConApp2.exe.config
ConApp3.exe.config
All projects use identical configurations in config files but need separate application file each. I there a way, only single configuration file for all applications.