34 lines
1.7 KiB
Plaintext
34 lines
1.7 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
|
||
|
<Identity Name="SemiColinGames.SneakDemo" Publisher="CN=B0C5F3A2-84E0-4658-BEEE-53B8D6543FC4" Version="1.0.12.0" />
|
||
|
<mp:PhoneIdentity PhoneProductId="1af20c63-1e24-43cd-85f0-ae08451bf3d5" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
|
||
|
<Properties>
|
||
|
<DisplayName>Sneak Demo</DisplayName>
|
||
|
<PublisherDisplayName>SemiColin Games</PublisherDisplayName>
|
||
|
<Logo>Assets\StoreLogo.png</Logo>
|
||
|
</Properties>
|
||
|
<Dependencies>
|
||
|
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
|
||
|
</Dependencies>
|
||
|
<Resources>
|
||
|
<Resource Language="x-generate" />
|
||
|
</Resources>
|
||
|
<Applications>
|
||
|
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="Sneak.UWP.App">
|
||
|
<uap:VisualElements DisplayName="Sneak Demo" Square44x44Logo="Assets\Square44x44Logo.png" Description="Sneak Demo" BackgroundColor="#464646" Square150x150Logo="Assets\Square150x150Logo.png">
|
||
|
<uap:SplashScreen Image="Assets\SplashScreen.png" BackgroundColor="#000000"/>
|
||
|
<uap:InitialRotationPreference>
|
||
|
<uap:Rotation Preference="landscape" />
|
||
|
</uap:InitialRotationPreference>
|
||
|
<uap:DefaultTile>
|
||
|
<uap:ShowNameOnTiles>
|
||
|
<uap:ShowOn Tile="square150x150Logo"/>
|
||
|
</uap:ShowNameOnTiles>
|
||
|
</uap:DefaultTile>
|
||
|
</uap:VisualElements>
|
||
|
</Application>
|
||
|
</Applications>
|
||
|
<Capabilities>
|
||
|
|
||
|
<Capability Name="internetClient"/></Capabilities>
|
||
|
</Package>
|