mirror of
https://github.com/chibicitiberiu/drumkit.git
synced 2024-02-24 10:53:32 +00:00
46 lines
2.4 KiB
XML
46 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:build="http://schemas.microsoft.com/developer/appx/2012/build" IgnorableNamespaces="build">
|
|
<!--
|
|
THIS PACKAGE MANIFEST FILE IS GENERATED BY THE BUILD PROCESS.
|
|
|
|
Changes to this file will be lost when it is regenerated. To correct errors in this file, edit the source .appxmanifest file.
|
|
|
|
For more information on package manifest files, see http://go.microsoft.com/fwlink/?LinkID=241727
|
|
-->
|
|
<Identity Name="35555TiberiuChibici.DrumKit" Publisher="CN=B6F45FE5-D749-4D29-874C-8323B266F3C8" Version="2.1.0.26" ProcessorArchitecture="neutral" />
|
|
<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="EN-US" />
|
|
</Resources>
|
|
<Applications>
|
|
<Application Id="App" Executable="DrumKit.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>
|
|
<build:Metadata>
|
|
<build:Item Name="TargetFrameworkMoniker" Value=".NETCore,Version=v4.5" />
|
|
<build:Item Name="VisualStudio" Version="11.0" />
|
|
<build:Item Name="VisualStudioEdition" Value="Microsoft Visual Studio Premium 2012" />
|
|
<build:Item Name="OperatingSystem" Version="6.2.9200.16384 (win8_rtm.120725-1247)" />
|
|
<build:Item Name="Microsoft.Build.AppxPackage.dll" Version="11.0.60610.1" />
|
|
<build:Item Name="Microsoft.Windows.UI.Xaml.Build.Tasks.dll" Version="11.0.60315.1" />
|
|
<build:Item Name="MakePri.exe" Version="6.2.9200.16384 (win8_rtm.120725-1247)" />
|
|
</build:Metadata>
|
|
</Package> |