A stealth-based 2D platformer where you don't have to kill anyone unless you want to. https://www.semicolin.games
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.

33 lines
1.7 KiB

  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="SemiColinGames.SneakDemo" Publisher="CN=B0C5F3A2-84E0-4658-BEEE-53B8D6543FC4" Version="1.0.12.0" />
  4. <mp:PhoneIdentity PhoneProductId="1af20c63-1e24-43cd-85f0-ae08451bf3d5" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
  5. <Properties>
  6. <DisplayName>Sneak Demo</DisplayName>
  7. <PublisherDisplayName>SemiColin Games</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="Sneak.UWP.App">
  18. <uap:VisualElements DisplayName="Sneak Demo" Square44x44Logo="Assets\Square44x44Logo.png" Description="Sneak Demo" BackgroundColor="#464646" Square150x150Logo="Assets\Square150x150Logo.png">
  19. <uap:SplashScreen Image="Assets\SplashScreen.png" BackgroundColor="#000000"/>
  20. <uap:InitialRotationPreference>
  21. <uap:Rotation Preference="landscape" />
  22. </uap:InitialRotationPreference>
  23. <uap:DefaultTile>
  24. <uap:ShowNameOnTiles>
  25. <uap:ShowOn Tile="square150x150Logo"/>
  26. </uap:ShowNameOnTiles>
  27. </uap:DefaultTile>
  28. </uap:VisualElements>
  29. </Application>
  30. </Applications>
  31. <Capabilities>
  32. <Capability Name="internetClient"/></Capabilities>
  33. </Package>