mirror of
https://github.com/chibicitiberiu/drumkit.git
synced 2024-02-24 10:53:32 +00:00
35 lines
1.4 KiB
Plaintext
35 lines
1.4 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
|
||
|
<Identity Name="9e797bd6-ff19-4416-8ec8-f371d6d86244" Publisher="CN=Tiberiu" Version="1.0.0.0" />
|
||
|
<Properties>
|
||
|
<DisplayName>DrumKit</DisplayName>
|
||
|
<PublisherDisplayName>Tiberiu</PublisherDisplayName>
|
||
|
<Logo>Assets\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="#464646">
|
||
|
<DefaultTile ShowName="allLogos" />
|
||
|
<SplashScreen Image="Assets\Logos\SplashScreen.png" />
|
||
|
<InitialRotationPreference>
|
||
|
<Rotation Preference="landscape" />
|
||
|
<Rotation Preference="landscapeFlipped" />
|
||
|
</InitialRotationPreference>
|
||
|
</VisualElements>
|
||
|
<Extensions>
|
||
|
<Extension Category="windows.backgroundTasks" EntryPoint="DrumKit">
|
||
|
<BackgroundTasks>
|
||
|
<Task Type="audio" />
|
||
|
</BackgroundTasks>
|
||
|
</Extension>
|
||
|
</Extensions>
|
||
|
</Application>
|
||
|
</Applications>
|
||
|
</Package>
|