I developped a Universal App for Windows 8.1/Windows Phone 8.1.
This application must be proposed by default to the main customers, but other clients must be able to customize it by giving their own name, their own assets (icons, splashscreen, ...) and their own UI colors. I look for a solution allowing me to do this.
I thus thought to create multiple files "appxmanifest":
- the default one "Package.appxmanifest"
- and one per customer "Customer1.appxmanifest", "Customer2.appxmanifest", ...
=> But I don't know how to specify a different "appxmanifest" to use at compilation: is it possible?
In addition, the UI colors are defined in a xaml file, which is merged with the "App.xaml" file using "MergedDictionaries".
=> Is there a way to do this?