🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.2 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
  3. <Identity Name="1702c480-cf09-431e-a5e4-b21b283ec818"
  4. Publisher="CN=David"
  5. Version="1.0.0.0" />
  6. <Properties>
  7. <DisplayName>loopwave_VS2012_WinRT</DisplayName>
  8. <PublisherDisplayName>David</PublisherDisplayName>
  9. <Logo>Assets\StoreLogo.png</Logo>
  10. </Properties>
  11. <Prerequisites>
  12. <OSMinVersion>6.2.1</OSMinVersion>
  13. <OSMaxVersionTested>6.2.1</OSMaxVersionTested>
  14. </Prerequisites>
  15. <Resources>
  16. <Resource Language="x-generate"/>
  17. </Resources>
  18. <Applications>
  19. <Application Id="App"
  20. Executable="$targetnametoken$.exe"
  21. EntryPoint="loopwave_VS2012_WinRT.App">
  22. <VisualElements
  23. DisplayName="loopwave_VS2012_WinRT"
  24. Logo="Assets\Logo.png"
  25. SmallLogo="Assets\SmallLogo.png"
  26. Description="loopwave_VS2012_WinRT"
  27. ForegroundText="light"
  28. BackgroundColor="#464646">
  29. <DefaultTile ShowName="allLogos" />
  30. <SplashScreen Image="Assets\SplashScreen.png" />
  31. </VisualElements>
  32. </Application>
  33. </Applications>
  34. <Capabilities>
  35. <Capability Name="internetClient" />
  36. </Capabilities>
  37. </Package>