You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.8 KiB
51 lines
1.8 KiB
<?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" |
|
IgnorableNamespaces="uap mp"> |
|
|
|
<Identity |
|
Name="b6830ff4-1ef5-4907-9d9e-1ba808edf70f" |
|
Publisher="CN=devilutionX" |
|
Version="__PROJECT_VERSION__" /> |
|
|
|
<mp:PhoneIdentity PhoneProductId="b6830ff4-1ef5-4907-9d9e-1ba808edf70f" PhonePublisherId="00000000-0000-0000-0000-000000000000"/> |
|
|
|
<Properties> |
|
<DisplayName>devilutionX</DisplayName> |
|
<PublisherDisplayName>devilution Team</PublisherDisplayName> |
|
<Logo>Assets\StoreLogo.png</Logo> |
|
</Properties> |
|
|
|
<Dependencies> |
|
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10069.0" MaxVersionTested="10.0.10069.0" /> |
|
</Dependencies> |
|
|
|
<Resources> |
|
<Resource Language="x-generate"/> |
|
</Resources> |
|
|
|
<Applications> |
|
<Application Id="App" |
|
Executable="$targetnametoken$.exe" |
|
EntryPoint="devilutionX.App"> |
|
<uap:VisualElements |
|
DisplayName="DevilutionX" |
|
Square150x150Logo="Assets\Logo.png" |
|
Square44x44Logo="Assets\SmallLogo.png" |
|
Description="DevilutionX" |
|
BackgroundColor="#000000"> |
|
<uap:SplashScreen Image="Assets\SplashScreen.png" BackgroundColor="#000000"/> |
|
<uap:DefaultTile Square71x71Logo="Assets\SmallTile.png" Wide310x150Logo="Assets\WideTile.png" Square310x310Logo="Assets\LargeTile.png"/> |
|
<uap:LockScreen BadgeLogo="Assets\BadgeLogo.png" Notification="badgeAndTileText"/> |
|
</uap:VisualElements> |
|
</Application> |
|
</Applications> |
|
|
|
<Capabilities> |
|
<Capability Name="internetClient" /> |
|
<Capability Name="internetClientServer"/> |
|
</Capabilities> |
|
</Package>
|
|
|