Hi,
I want put all configuration data from WPF projects to one file for whole solution. E.g. service references, etc.
How can I read this data in every single project instead default app.config file?
Thanks for any help. Kamilos
Hi,
I want put all configuration data from WPF projects to one file for whole solution. E.g. service references, etc.
How can I read this data in every single project instead default app.config file?
Thanks for any help. Kamilos
I do this with my AssemblyInfo.cs
files: