WMAppManifest.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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="en-US" />
  4. <App xmlns="" ProductID="{f59b48bc-5646-4f8b-90b2-4b09a9d94c5c}" Title="SDLPal" RuntimeType="Modern Native" Version="2.0.0.0" Genre="apps.normal" Author="Wei Mingzhi" Description="SDL-based reimplementation of classic Chinese RPG &quot;Xian Jian Qi Xia Zhuan&quot;." Publisher="SDLPal" PublisherID="{f27682c8-453b-451e-8c75-76c006cdede4}">
  5. <IconPath IsRelative="true" IsResource="false">Assets\ApplicationIcon.png</IconPath>
  6. <Capabilities>
  7. <Capability Name="ID_CAP_REMOVABLE_STORAGE" />
  8. </Capabilities>
  9. <Tasks>
  10. <DefaultTask Name="_default" ImagePath="SDLPal.exe" ImageParams="" />
  11. </Tasks>
  12. <Tokens>
  13. <PrimaryToken TokenID="SDLPalToken" TaskName="_default">
  14. <TemplateFlip>
  15. <SmallImageURI IsRelative="true" IsResource="false">Assets\Tiles\FlipCycleTileSmall.png</SmallImageURI>
  16. <Count>0</Count>
  17. <BackgroundImageURI IsRelative="true" IsResource="false">Assets\Tiles\FlipCycleTileMedium.png</BackgroundImageURI>
  18. <Title>SDLPal</Title>
  19. <BackContent>
  20. </BackContent>
  21. <BackBackgroundImageURI>
  22. </BackBackgroundImageURI>
  23. <BackTitle>
  24. </BackTitle>
  25. <DeviceLockImageURI>
  26. </DeviceLockImageURI>
  27. <HasLarge>
  28. </HasLarge>
  29. </TemplateFlip>
  30. </PrimaryToken>
  31. </Tokens>
  32. <ScreenResolutions>
  33. <ScreenResolution Name="ID_RESOLUTION_WVGA" />
  34. <ScreenResolution Name="ID_RESOLUTION_WXGA" />
  35. <ScreenResolution Name="ID_RESOLUTION_HD720P" />
  36. </ScreenResolutions>
  37. </App>
  38. </Deployment>