You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
1 year ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
||
|
<Package
|
||
|
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:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
|
||
|
IgnorableNamespaces="uap mp uap3">
|
||
|
|
||
|
<Identity
|
||
|
Name="209db604-51f9-4ce5-a0fd-a82016a5b24f"
|
||
|
Publisher="CN=86158"
|
||
|
Version="1.0.0.0" />
|
||
|
|
||
|
<mp:PhoneIdentity PhoneProductId="209db604-51f9-4ce5-a0fd-a82016a5b24f" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
|
||
|
|
||
|
<Properties>
|
||
|
<DisplayName>OptionalPackage1</DisplayName>
|
||
|
<PublisherDisplayName>86158</PublisherDisplayName>
|
||
|
<Logo>Assets\StoreLogo.png</Logo>
|
||
|
</Properties>
|
||
|
|
||
|
<Resources>
|
||
|
<Resource Language="x-generate"/>
|
||
|
</Resources>
|
||
|
|
||
|
<Dependencies>
|
||
|
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
|
||
|
<uap3:MainPackageDependency Name="MainPackageIdentityName" />
|
||
|
</Dependencies>
|
||
|
|
||
|
</Package>
|