Package.appxmanifest 1.5 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
  3. <Identity Name="40d891d0-d02f-4aae-ab7d-a48efa630a65" Publisher="CN=kenny" Version="1.0.0.0" />
  4. <mp:PhoneIdentity PhoneProductId="40d891d0-d02f-4aae-ab7d-a48efa630a65" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
  5. <Properties>
  6. <DisplayName>YJMPD-UWP</DisplayName>
  7. <PublisherDisplayName>kenny</PublisherDisplayName>
  8. <Logo>Assets\StoreLogo.png</Logo>
  9. </Properties>
  10. <Dependencies>
  11. <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
  12. </Dependencies>
  13. <Resources>
  14. <Resource Language="x-generate" />
  15. </Resources>
  16. <Applications>
  17. <Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="YJMPD_UWP.App">
  18. <uap:VisualElements DisplayName="YJMPD-UWP" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" Description="YJMPD-UWP" BackgroundColor="transparent">
  19. <uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png">
  20. </uap:DefaultTile>
  21. <uap:SplashScreen Image="Assets\SplashScreen.png" />
  22. </uap:VisualElements>
  23. </Application>
  24. </Applications>
  25. <Capabilities>
  26. <Capability Name="internetClient" />
  27. <DeviceCapability Name="location" />
  28. </Capabilities>
  29. </Package>