I created a project in C# in Visual Studio. Now I want to upload a store logo in many different sizes. So, the first thing I saw was, that you have to upload so many scales of an image size(Scale 400, 200, 100, 150, 125). Thank God, there is a helpful App in the Windows Store (Universal Asset Creator). So I only need to upload one store logo there an I will get the images in different sizes and scales. If I upload these images in to my appxmanifest, I'll get this message:
A mixture of Images with and without the "scale" or "targetsize" qualifiers exists in this project for the logical name "Assets\VisualAssets\71x71Logo.scale-200_white.png". When a mixture exists, files without the qulifier will be ignored. For predictable runtime behavior, explicitly specify the scale for each image asset.
This is only happening for the Scale 200 image of every size.
What do I have to do?
Thank you for helping,
Chris