MicrosoftGame.config 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  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="testgamecontroller.exe"
  9. TargetDeviceFamily="XboxOne"
  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="testgamecontroller"
  21. PublisherDisplayName="SDL"
  22. Square480x480Logo="Logo480x480.png"
  23. Square150x150Logo="Logo150x150.png"
  24. Square44x44Logo="Logo44x44.png"
  25. SplashScreenImage="SplashScreenImage.png"
  26. Description="testgamecontroller"
  27. ForegroundText="light"
  28. BackgroundColor="#000000"
  29. StoreLogo="Logo100x100.png"/>
  30. </Game>