mirror of
https://github.com/chibicitiberiu/drumkit.git
synced 2024-02-24 10:53:32 +00:00
Retargetted to windows 8.1
This commit is contained in:
@ -1,30 +1,35 @@
|
||||
<?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>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest">
|
||||
<Identity Name="35555TiberiuChibici.DrumKit" Publisher="CN=B6F45FE5-D749-4D29-874C-8323B266F3C8" Version="2.3.0.27" />
|
||||
<Properties>
|
||||
<DisplayName>DrumKit</DisplayName>
|
||||
<PublisherDisplayName>Tiberiu Chibici</PublisherDisplayName>
|
||||
<Logo>Assets\Logos\StoreLogo.png</Logo>
|
||||
</Properties>
|
||||
<Prerequisites>
|
||||
<OSMinVersion>6.3.0</OSMinVersion>
|
||||
<OSMaxVersionTested>6.3.0</OSMaxVersionTested>
|
||||
</Prerequisites>
|
||||
<Resources>
|
||||
<Resource Language="x-generate" />
|
||||
</Resources>
|
||||
<Applications>
|
||||
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="DrumKit.App">
|
||||
<m2:VisualElements DisplayName="DrumKit" Description="DrumKit" BackgroundColor="#164646" ForegroundText="light" ToastCapable="false" Square150x150Logo="Assets\Logos\Logo.png" Square30x30Logo="Assets\Logos\SmallLogo.png">
|
||||
<m2:DefaultTile Wide310x150Logo="Assets\Logos\WideLogo.png">
|
||||
<m2:ShowNameOnTiles>
|
||||
<m2:ShowOn Tile="square150x150Logo" />
|
||||
<m2:ShowOn Tile="wide310x150Logo" />
|
||||
</m2:ShowNameOnTiles>
|
||||
</m2:DefaultTile>
|
||||
<m2:InitialRotationPreference>
|
||||
<m2:Rotation Preference="portrait" />
|
||||
<m2:Rotation Preference="landscape" />
|
||||
<m2:Rotation Preference="portraitFlipped" />
|
||||
<m2:Rotation Preference="landscapeFlipped" />
|
||||
</m2:InitialRotationPreference>
|
||||
<m2:SplashScreen Image="Assets\Logos\SplashScreen.png" />
|
||||
</m2:VisualElements>
|
||||
</Application>
|
||||
</Applications>
|
||||
</Package>
|
Reference in New Issue
Block a user