Package.appxmanifest 1.3 KB

12345678910111213141516171819202122232425
  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>SDL PAL</DisplayName>
  6. <PublisherDisplayName>ms-resource:Publisher</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="ms-resource:AppDescription" ForegroundText="light" BackgroundColor="blue">
  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. </Application>
  24. </Applications>
  25. </Package>