pack-uri

Avoiding Visual Studio designer errors when WPF resource is defined in separate project

百般思念 提交于 2019-11-27 01:35:08
问题 How can I avoid Visual Studio designer errors when a WPF resource is defined in separate project? I have three projects in a composite WPF application: the main application, an "infrastructure" library, and a "module" library. The main application references the other projects via their output DLLs (the projects are not located in a single solution together). I am defining a skin (some brushes and styles in a ResourceDictionary ) in the "infrastructure" library. I would like the main