🛠️🐜 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.

28 lines
827 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Game configVersion="1">
  3. <!-- Set these to the correct identifiers from Partner Center -->
  4. <Identity Name="SDL"
  5. Version="1.0.0.0"
  6. Publisher="CN=Publisher"/>
  7. <ExecutableList>
  8. <Executable Name="testgdk.exe"
  9. TargetDeviceFamily="Scarlett"
  10. Id="Game" />
  11. </ExecutableList>
  12. <!-- Set these to the correct values from Partner Center -->
  13. <MSAAppId>PleaseChangeMe</MSAAppId>
  14. <TitleId>FFFFFFFF</TitleId>
  15. <ShellVisuals DefaultDisplayName="testgdk"
  16. PublisherDisplayName="SDL"
  17. Square480x480Logo="Logo480x480.png"
  18. Square150x150Logo="Logo150x150.png"
  19. Square44x44Logo="Logo44x44.png"
  20. SplashScreenImage="SplashScreenImage.png"
  21. Description="testgdk"
  22. ForegroundText="light"
  23. BackgroundColor="#000000"
  24. StoreLogo="Logo100x100.png"/>
  25. </Game>