mirror of https://github.com/axmolengine/axmol.git
37 lines
1.9 KiB
XML
37 lines
1.9 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="{83cc88fe-7e79-4e1e-a129-742987130b5c}" Title="PhoneDirect3DXamlAppInterop" RuntimeType="Silverlight" Version="1.0.0.0" Genre="apps.normal" Author="PhoneDirect3DXamlAppInterop author" Description="Sample description" Publisher="PhoneDirect3DXamlAppInterop" PublisherID="{ebf6c0e1-80a3-41f1-8553-4aaab70da912}">
|
|
<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"/>
|
|
<Capability Name="ID_CAP_SENSORS"/>
|
|
<Capability Name="ID_CAP_WEBBROWSERCOMPONENT"/>
|
|
</Capabilities>
|
|
<Tasks>
|
|
<DefaultTask Name="_default" NavigationPage="MainPage.xaml" />
|
|
</Tasks>
|
|
<Tokens>
|
|
<PrimaryToken TokenID="PhoneDirect3DXamlAppInteropToken" 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>PhoneDirect3DXamlAppInterop</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> |