mirror of
https://github.com/chibicitiberiu/drumkit.git
synced 2024-02-24 10:53:32 +00:00
30 lines
1.4 KiB
XML
30 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
|
|
<Identity Name="35555TiberiuChibici.DrumKit" Publisher="CN=B6F45FE5-D749-4D29-874C-8323B266F3C8" Version="2.2.0.27" />
|
|
<Properties>
|
|
<DisplayName>DrumKit</DisplayName>
|
|
<PublisherDisplayName>Tiberiu Chibici</PublisherDisplayName>
|
|
<Logo>Assets\Logos\StoreLogo.png</Logo>
|
|
</Properties>
|
|
<Prerequisites>
|
|
<OSMinVersion>6.2.1</OSMinVersion>
|
|
<OSMaxVersionTested>6.2.1</OSMaxVersionTested>
|
|
</Prerequisites>
|
|
<Resources>
|
|
<Resource Language="x-generate" />
|
|
</Resources>
|
|
<Applications>
|
|
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="DrumKit.App">
|
|
<VisualElements DisplayName="DrumKit" Logo="Assets\Logos\Logo.png" SmallLogo="Assets\Logos\SmallLogo.png" Description="DrumKit" ForegroundText="light" BackgroundColor="#164646" ToastCapable="false">
|
|
<DefaultTile ShowName="allLogos" WideLogo="Assets\Logos\WideLogo.png" />
|
|
<SplashScreen Image="Assets\Logos\SplashScreen.png" />
|
|
<InitialRotationPreference>
|
|
<Rotation Preference="portrait" />
|
|
<Rotation Preference="landscape" />
|
|
<Rotation Preference="portraitFlipped" />
|
|
<Rotation Preference="landscapeFlipped" />
|
|
</InitialRotationPreference>
|
|
</VisualElements>
|
|
</Application>
|
|
</Applications>
|
|
</Package> |