2014-08-28 17:53:24 +04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
|
|
|
|
<Identity Name="@PACKAGE_GUID@" Publisher="CN=mgong" Version="1.0.0.0" />
|
|
|
|
<Properties>
|
|
|
|
<DisplayName>@SHORT_NAME@</DisplayName>
|
|
|
|
<PublisherDisplayName>mgong</PublisherDisplayName>
|
2014-12-03 00:32:45 +03:00
|
|
|
<Logo>Assets/StoreLogo.png</Logo>
|
2014-08-28 17:53:24 +04: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="@SHORT_NAME@.App">
|
2014-12-03 00:32:45 +03:00
|
|
|
<VisualElements DisplayName="@SHORT_NAME@" Description="@SHORT_NAME@" BackgroundColor="#336699" ForegroundText="light" Logo="Assets/Logo.png" SmallLogo="Assets/SmallLogo.png">
|
2014-08-28 17:53:24 +04:00
|
|
|
<DefaultTile ShowName="allLogos" ShortName="@SHORT_NAME@" />
|
2014-12-03 00:32:45 +03:00
|
|
|
<SplashScreen Image="Assets/SplashScreen.png" />
|
2014-08-28 17:53:24 +04:00
|
|
|
</VisualElements>
|
|
|
|
</Application>
|
|
|
|
</Applications>
|
|
|
|
</Package>
|