2013-11-18 18:03:00 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
|
2013-11-18 18:11:53 +00:00
|
|
|
<Identity Name="35555TiberiuChibici.DrumKit" Publisher="CN=B6F45FE5-D749-4D29-874C-8323B266F3C8" Version="2.2.0.27" />
|
2013-11-18 18:03:00 +00:00
|
|
|
<Properties>
|
|
|
|
<DisplayName>DrumKit</DisplayName>
|
2013-11-18 18:06:17 +00:00
|
|
|
<PublisherDisplayName>Tiberiu Chibici</PublisherDisplayName>
|
|
|
|
<Logo>Assets\Logos\StoreLogo.png</Logo>
|
2013-11-18 18:03:00 +00:00
|
|
|
</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">
|
2013-11-18 18:06:17 +00:00
|
|
|
<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" />
|
2013-11-18 18:03:00 +00:00
|
|
|
<SplashScreen Image="Assets\Logos\SplashScreen.png" />
|
|
|
|
<InitialRotationPreference>
|
2013-11-18 18:11:53 +00:00
|
|
|
<Rotation Preference="portrait" />
|
2013-11-18 18:03:00 +00:00
|
|
|
<Rotation Preference="landscape" />
|
2013-11-18 18:11:53 +00:00
|
|
|
<Rotation Preference="portraitFlipped" />
|
2013-11-18 18:03:00 +00:00
|
|
|
<Rotation Preference="landscapeFlipped" />
|
|
|
|
</InitialRotationPreference>
|
|
|
|
</VisualElements>
|
|
|
|
</Application>
|
|
|
|
</Applications>
|
|
|
|
</Package>
|