Package.appxmanifest 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Package
  3. xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
  4. xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
  5. xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
  6. xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
  7. IgnorableNamespaces="uap rescap">
  8. <Identity
  9. Name="f7f6d44b-277b-4a91-b636-c1fdfa007d9f"
  10. Publisher="CN=CaptB"
  11. Version="1.0.0.0" />
  12. <mp:PhoneIdentity PhoneProductId="f7f6d44b-277b-4a91-b636-c1fdfa007d9f" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
  13. <Properties>
  14. <DisplayName>ArchivesCenter4 (Package)</DisplayName>
  15. <PublisherDisplayName>CaptB</PublisherDisplayName>
  16. <Logo>Images\StoreLogo.png</Logo>
  17. </Properties>
  18. <Dependencies>
  19. <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19041.0" />
  20. <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19041.0" />
  21. </Dependencies>
  22. <Resources>
  23. <Resource Language="x-generate"/>
  24. </Resources>
  25. <Applications>
  26. <Application Id="App"
  27. Executable="$targetnametoken$.exe"
  28. EntryPoint="$targetentrypoint$">
  29. <uap:VisualElements
  30. DisplayName="ArchivesCenter4 (Package)"
  31. Description="ArchivesCenter4 (Package)"
  32. BackgroundColor="transparent"
  33. Square150x150Logo="Images\Square150x150Logo.png"
  34. Square44x44Logo="Images\Square44x44Logo.png">
  35. <uap:DefaultTile Wide310x150Logo="Images\Wide310x150Logo.png" />
  36. <uap:SplashScreen Image="Images\SplashScreen.png" />
  37. </uap:VisualElements>
  38. </Application>
  39. </Applications>
  40. <Capabilities>
  41. <rescap:Capability Name="runFullTrust" />
  42. </Capabilities>
  43. </Package>