Advertisement
Goddard

Untitled

Mar 9th, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.90 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Deployment xmlns="http://schemas.microsoft.com/windowsphone/2012/deployment" AppPlatformVersion="8.0">
  3.   <DefaultLanguage xmlns="" code="" />
  4.   <App xmlns="" ProductID="{b174fb56-43f8-4e94-ab9b-26255dd04feb}" Title="PBS_Claims" RuntimeType="Silverlight" Version="1.0.0.0" Genre="apps.normal" Author="Max author" BitsPerPixel="32" Description="Apache Cordova for Windows Phone 7" Publisher="Max" PublisherID="{1c92970c-227b-42f6-9249-d6f27ccde908}">
  5.     <IconPath IsRelative="true" IsResource="false">ApplicationIcon.png</IconPath>
  6.     <Capabilities>
  7.       <Capability Name="ID_CAP_CAMERA" />
  8.       <Capability Name="ID_CAP_NETWORKING" />
  9.       <Capability Name="ID_CAP_ISV_CAMERA" />
  10.     </Capabilities>
  11.     <Tasks>
  12.       <DefaultTask Name="_default" NavigationPage="MainPage.xaml" />
  13.     </Tasks>
  14.     <Tokens>
  15.       <PrimaryToken TokenID="MaxToken" TaskName="_default">
  16.         <TemplateFlip>
  17.           <SmallImageURI IsRelative="true" IsResource="false">170.png</SmallImageURI>
  18.           <Count>0</Count>
  19.           <BackgroundImageURI IsRelative="true" IsResource="false">gnulinux2.png</BackgroundImageURI>
  20.           <Title>
  21.           </Title>
  22.           <BackContent>
  23.           </BackContent>
  24.           <BackBackgroundImageURI IsRelative="true" IsResource="false">
  25.           </BackBackgroundImageURI>
  26.           <BackTitle>
  27.           </BackTitle>
  28.           <DeviceLockImageURI IsRelative="true" IsResource="false">
  29.           </DeviceLockImageURI>
  30.           <HasLarge>False</HasLarge>
  31.         </TemplateFlip>
  32.       </PrimaryToken>
  33.     </Tokens>
  34.     <ScreenResolutions>
  35.       <ScreenResolution Name="ID_RESOLUTION_WVGA" />
  36.       <ScreenResolution Name="ID_RESOLUTION_WXGA" />
  37.       <ScreenResolution Name="ID_RESOLUTION_HD720P" />
  38.     </ScreenResolutions>
  39.     <Requirements>
  40.       <Requirement Name="ID_REQ_REARCAMERA" />
  41.     </Requirements>
  42.   </App>
  43. </Deployment>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement