Code: Select all
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="uap rescap">
OptionalPkgMainApp
Daniele
Assets\StoreLogo.png
xmlns="http://schemas.microsoft.com/appx/manif ... /windows10"
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
xmlns:uap="http://schemas.microsoft.com/appx/manif ... /windows10"
xmlns:uap3="http://schemas.microsoft.com/appx/manif ... indows10/3"
xmlns:rescap="http://schemas.microsoft.com/appx/manif ... pabilities"
IgnorableNamespaces="uap uap3 rescap">
OptionalPkgApp
Daniele
Assets\StoreLogo.png
< /code>
Warum zeigt mir Visual Studio diesen Fehler? Und wie kann ich das Problem lösen?