WMAppManifest.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. <Languages xmlns="">
  5. <Language code="zh-TW" />
  6. <Language code="zh-CN" />
  7. <Language code="en-US" />
  8. </Languages>
  9. <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}">
  10. <IconPath IsRelative="true" IsResource="false">Assets\ApplicationIcon.png</IconPath>
  11. <Capabilities>
  12. </Capabilities>
  13. <Tasks>
  14. <DefaultTask Name="_default" ImagePath="SDLPal.exe" ImageParams="" />
  15. </Tasks>
  16. <Tokens>
  17. <PrimaryToken TokenID="SDLPalToken" TaskName="_default">
  18. <TemplateFlip>
  19. <SmallImageURI IsRelative="true" IsResource="false">Assets\Tiles\FlipCycleTileSmall.png</SmallImageURI>
  20. <Count>0</Count>
  21. <BackgroundImageURI IsRelative="true" IsResource="false">Assets\Tiles\FlipCycleTileMedium.png</BackgroundImageURI>
  22. <Title>SDLPal</Title>
  23. <BackContent>
  24. </BackContent>
  25. <BackBackgroundImageURI>
  26. </BackBackgroundImageURI>
  27. <BackTitle>
  28. </BackTitle>
  29. <DeviceLockImageURI>
  30. </DeviceLockImageURI>
  31. <HasLarge>
  32. </HasLarge>
  33. </TemplateFlip>
  34. </PrimaryToken>
  35. </Tokens>
  36. <ScreenResolutions>
  37. <ScreenResolution Name="ID_RESOLUTION_WVGA" />
  38. <ScreenResolution Name="ID_RESOLUTION_WXGA" />
  39. <ScreenResolution Name="ID_RESOLUTION_HD720P" />
  40. </ScreenResolutions>
  41. </App>
  42. </Deployment>