2014-01-24 06:47:51 +00:00
|
|
|
<?xml version=\"1.0\" encoding=\"utf-8\"?>
|
2014-05-16 13:24:22 +00:00
|
|
|
<Package xmlns=\"http://schemas.microsoft.com/appx/2010/manifest\" xmlns:m2=\"http://schemas.microsoft.com/appx/2013/manifest\">
|
2014-01-24 06:47:51 +00:00
|
|
|
<Identity
|
|
|
|
Name=\"$${WINRT_MANIFEST.identity}\"
|
|
|
|
ProcessorArchitecture=\"$${WINRT_MANIFEST.architecture}\"
|
|
|
|
Publisher=\"$${WINRT_MANIFEST.publisherid}\"
|
|
|
|
Version=\"$${WINRT_MANIFEST.version}\" />
|
|
|
|
<Properties>
|
|
|
|
<DisplayName>$${WINRT_MANIFEST.name}</DisplayName>
|
|
|
|
<PublisherDisplayName>$${WINRT_MANIFEST.publisher}</PublisherDisplayName>
|
|
|
|
<Logo>$${WINRT_MANIFEST.logo_store}</Logo>
|
|
|
|
</Properties>
|
|
|
|
<Prerequisites>
|
|
|
|
<OSMinVersion>6.3.0</OSMinVersion>
|
|
|
|
<OSMaxVersionTested>6.3.0</OSMaxVersionTested>
|
|
|
|
</Prerequisites>
|
|
|
|
<Resources>
|
|
|
|
<Resource Language=\"en\" />
|
|
|
|
</Resources>
|
|
|
|
<Applications>
|
|
|
|
<Application
|
|
|
|
Id=\"App\"
|
|
|
|
Executable=\"$${WINRT_MANIFEST.target}.exe\"
|
|
|
|
EntryPoint=\"$${WINRT_MANIFEST.target}.App\">
|
2014-05-16 13:24:22 +00:00
|
|
|
<m2:VisualElements
|
2014-01-24 06:47:51 +00:00
|
|
|
DisplayName=\"$${WINRT_MANIFEST.name}\"
|
|
|
|
Description=\"$${WINRT_MANIFEST.description}\"
|
|
|
|
BackgroundColor=\"$${WINRT_MANIFEST.background}\"
|
|
|
|
ForegroundText=\"$${WINRT_MANIFEST.foreground}\"
|
2015-01-09 14:48:50 +00:00
|
|
|
Square150x150Logo=\"$${WINRT_MANIFEST.logo_150x150}\"
|
|
|
|
Square30x30Logo=\"$${WINRT_MANIFEST.logo_30x30}\">
|
|
|
|
<m2:DefaultTile Square310x310Logo=\"$${WINRT_MANIFEST.logo_310x310}\"
|
|
|
|
Wide310x150Logo=\"$${WINRT_MANIFEST.logo_310x150}\"
|
|
|
|
Square70x70Logo=\"$${WINRT_MANIFEST.logo_70x70}\">
|
2014-05-16 13:24:22 +00:00
|
|
|
<m2:ShowNameOnTiles>
|
|
|
|
<m2:ShowOn Tile=\"square150x150Logo\" />
|
2015-01-09 14:48:50 +00:00
|
|
|
<m2:ShowOn Tile=\"wide310x150Logo\" />
|
|
|
|
<m2:ShowOn Tile=\"square310x310Logo\" />
|
2014-05-16 13:24:22 +00:00
|
|
|
</m2:ShowNameOnTiles>
|
|
|
|
</m2:DefaultTile>
|
2015-01-09 14:48:50 +00:00
|
|
|
<m2:SplashScreen Image=\"$${WINRT_MANIFEST.logo_620x300}\" />$${WINRT_MANIFEST.rotation_preference}
|
2014-05-16 13:24:22 +00:00
|
|
|
</m2:VisualElements>
|
2014-01-24 06:47:51 +00:00
|
|
|
</Application>
|
2015-07-08 11:31:20 +00:00
|
|
|
</Applications>$${WINRT_MANIFEST.capabilities}
|
2015-10-08 09:23:35 +00:00
|
|
|
$${WINRT_MANIFEST.dependencies}
|
2014-01-24 06:47:51 +00:00
|
|
|
</Package>
|
2014-02-14 11:25:42 +00:00
|
|
|
<!-- Generated by qmake using the $$[QMAKE_XSPEC] mkspec. -->
|