Files
SLikeNet/Samples/WinPhone8/WMAppManifest.xml
2025-11-24 14:19:51 +05:30

35 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Deployment xmlns="http://schemas.microsoft.com/windowsphone/2012/deployment" AppPlatformVersion="8.0">
<DefaultLanguage xmlns="" code="en-US"/>
<App xmlns="" ProductID="{2f987ad3-af77-40d9-951d-ef5e233efb64}" Title="WinPhone8" RuntimeType="Modern Native" Version="1.0.0.0" Genre="apps.normal" Author="WinPhone8 author" Description="Simple Direct3D application" Publisher="WinPhone8" PublisherID="{17514cbf-adc9-40e7-a236-bf78bfd29f5e}">
<IconPath IsRelative="true" IsResource="false">Assets\ApplicationIcon.png</IconPath>
<Capabilities>
<Capability Name="ID_CAP_NETWORKING" />
<Capability Name="ID_CAP_MEDIALIB_AUDIO" />
<Capability Name="ID_CAP_MEDIALIB_PLAYBACK" />
</Capabilities>
<Tasks>
<DefaultTask Name="_default" ImagePath="WinPhone8.exe" ImageParams="" />
</Tasks>
<Tokens>
<PrimaryToken TokenID="WinPhone8Token" TaskName="_default">
<TemplateFlip>
<SmallImageURI IsRelative="true" IsResource="false">Assets\Tiles\FlipCycleTileSmall.png</SmallImageURI>
<Count>0</Count>
<BackgroundImageURI IsRelative="true" IsResource="false">Assets\Tiles\FlipCycleTileMedium.png</BackgroundImageURI>
<Title>WinPhone8</Title>
<BackContent></BackContent>
<BackBackgroundImageURI></BackBackgroundImageURI>
<BackTitle></BackTitle>
<DeviceLockImageURI></DeviceLockImageURI>
<HasLarge></HasLarge>
</TemplateFlip>
</PrimaryToken>
</Tokens>
<ScreenResolutions>
<ScreenResolution Name="ID_RESOLUTION_WVGA" />
<ScreenResolution Name="ID_RESOLUTION_WXGA" />
<ScreenResolution Name="ID_RESOLUTION_HD720P" />
</ScreenResolutions>
</App>
</Deployment>