Package.appxmanifest 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest">
  3. <Identity Name="c84165f3-7148-4381-affb-84265925b7e8" Publisher="CN=LouYihua" Version="2.0.0.0" />
  4. <Properties>
  5. <DisplayName>SDLPal</DisplayName>
  6. <PublisherDisplayName>SDLPal Team</PublisherDisplayName>
  7. <Logo>Assets\StoreLogo.png</Logo>
  8. </Properties>
  9. <Prerequisites>
  10. <OSMinVersion>6.3.0</OSMinVersion>
  11. <OSMaxVersionTested>6.3.0</OSMaxVersionTested>
  12. </Prerequisites>
  13. <Resources>
  14. <Resource Language="x-generate" />
  15. </Resources>
  16. <Applications>
  17. <Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="SDLPal.App">
  18. <m2:VisualElements DisplayName="SDLPal" Square150x150Logo="Assets\Logo.png" Square30x30Logo="Assets\SmallLogo.png" Description="SDL-based reimplementation of classic Chinese RPG &quot;Xian Jian Qi Xia Zhuan&quot;." ForegroundText="light" BackgroundColor="transparent">
  19. <m2:DefaultTile Square70x70Logo="Assets\Square70x70Logo.png" Wide310x150Logo="Assets\WideLogo.png" Square310x310Logo="Assets\Square310x310Logo.png">
  20. </m2:DefaultTile>
  21. <m2:SplashScreen Image="Assets\SplashScreen.png" BackgroundColor="black" />
  22. </m2:VisualElements>
  23. <Extensions>
  24. <Extension Category="windows.fileTypeAssociation">
  25. <FileTypeAssociation Name="pal">
  26. <SupportedFileTypes>
  27. <FileType>.mkf</FileType>
  28. <FileType>.dat</FileType>
  29. <FileType>.msg</FileType>
  30. <FileType>.cfg</FileType>
  31. <FileType>.asc</FileType>
  32. <FileType>.mp3</FileType>
  33. <FileType>.ogg</FileType>
  34. <FileType>.rpg</FileType>
  35. <FileType>.bmp</FileType>
  36. </SupportedFileTypes>
  37. </FileTypeAssociation>
  38. </Extension>
  39. </Extensions>
  40. </Application>
  41. </Applications>
  42. </Package>