MicrosoftGame.config 958 B

12345678910111213141516171819202122232425262728293031323334
  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="41336MicrosoftATG.ATGSimpleLiveSample"
  5. Version="1.0.0.0"
  6. Publisher="CN=A4954634-DF4B-47C7-AB70-D3215D246AF1"/>
  7. <ExecutableList>
  8. <Executable Name="testgdk.exe"
  9. TargetDeviceFamily="PC"
  10. Id="Game" />
  11. </ExecutableList>
  12. <DesktopRegistration>
  13. <DependencyList>
  14. <KnownDependency Name="VC14"/>
  15. </DependencyList>
  16. </DesktopRegistration>
  17. <!-- Set these to the correct values from Partner Center -->
  18. <TitleId>7325F784</TitleId>
  19. <MSAAppId>0000000000000000</MSAAppId>
  20. <ShellVisuals DefaultDisplayName="testgdk"
  21. PublisherDisplayName="SDL"
  22. Square480x480Logo="Logo480x480.png"
  23. Square150x150Logo="Logo150x150.png"
  24. Square44x44Logo="Logo44x44.png"
  25. Description="testgdk"
  26. ForegroundText="light"
  27. BackgroundColor="#000000"
  28. StoreLogo="Logo100x100.png"/>
  29. </Game>