2012-11-22 21:42:29 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-10-22 18:18:47 +02:00
|
|
|
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest">
|
2014-11-19 21:11:14 +01:00
|
|
|
<Identity Name="XamlMapControl.StoreApp" Publisher="CN=Clemens" Version="2.4.0.0" />
|
2012-11-22 21:42:29 +01:00
|
|
|
<Properties>
|
2014-11-19 21:11:14 +01:00
|
|
|
<DisplayName>XAML Map Control Store Application</DisplayName>
|
2012-11-22 21:42:29 +01:00
|
|
|
<PublisherDisplayName>Clemens</PublisherDisplayName>
|
|
|
|
|
<Logo>Assets\StoreLogo.png</Logo>
|
|
|
|
|
</Properties>
|
|
|
|
|
<Prerequisites>
|
2013-10-22 18:18:47 +02:00
|
|
|
<OSMinVersion>6.3.0</OSMinVersion>
|
|
|
|
|
<OSMaxVersionTested>6.3.0</OSMaxVersionTested>
|
2012-11-22 21:42:29 +01:00
|
|
|
</Prerequisites>
|
|
|
|
|
<Resources>
|
2013-10-22 18:18:47 +02:00
|
|
|
<Resource Language="x-generate" />
|
2012-11-22 21:42:29 +01:00
|
|
|
</Resources>
|
|
|
|
|
<Applications>
|
2013-10-22 18:18:47 +02:00
|
|
|
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="StoreApplication.App">
|
2014-11-19 21:11:14 +01:00
|
|
|
<m2:VisualElements DisplayName="XAML Map Control Test Application" Description="StoreApplication" BackgroundColor="#464646" ForegroundText="light" Square150x150Logo="Assets\Logo.png" Square30x30Logo="Assets\SmallLogo.png">
|
2013-10-22 18:18:47 +02:00
|
|
|
<m2:DefaultTile>
|
|
|
|
|
<m2:ShowNameOnTiles>
|
|
|
|
|
<m2:ShowOn Tile="square150x150Logo" />
|
|
|
|
|
</m2:ShowNameOnTiles>
|
|
|
|
|
</m2:DefaultTile>
|
|
|
|
|
<m2:SplashScreen Image="Assets\SplashScreen.png" />
|
|
|
|
|
</m2:VisualElements>
|
2012-11-22 21:42:29 +01:00
|
|
|
</Application>
|
|
|
|
|
</Applications>
|
|
|
|
|
<Capabilities>
|
|
|
|
|
<Capability Name="internetClient" />
|
|
|
|
|
</Capabilities>
|
|
|
|
|
</Package>
|