Package.appxmanifest 1.1 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
  3. <Identity Name="294cc5dd-7678-4c16-9e3b-dee59b28ba4d" Publisher="CN=donnam" Version="1.0.0.0" />
  4. <Properties>
  5. <DisplayName>WindowsStoreApp8_NuGet</DisplayName>
  6. <PublisherDisplayName>bartde</PublisherDisplayName>
  7. <Logo>Assets\StoreLogo.png</Logo>
  8. </Properties>
  9. <Prerequisites>
  10. <OSMinVersion>6.2.1</OSMinVersion>
  11. <OSMaxVersionTested>6.2.1</OSMaxVersionTested>
  12. </Prerequisites>
  13. <Resources>
  14. <Resource Language="x-generate" />
  15. </Resources>
  16. <Applications>
  17. <Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="WindowsStoreApp8_NuGet.App">
  18. <VisualElements DisplayName="WindowsStoreApp8_NuGet" Logo="Assets\Logo.png" SmallLogo="Assets\SmallLogo.png" Description="WindowsStoreApp8_NuGet" ForegroundText="light" BackgroundColor="#464646">
  19. <DefaultTile ShowName="allLogos" />
  20. <SplashScreen Image="Assets\SplashScreen.png" />
  21. </VisualElements>
  22. </Application>
  23. </Applications>
  24. <Capabilities>
  25. <Capability Name="internetClient" />
  26. </Capabilities>
  27. </Package>