Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 2.7 KB

README.md

File metadata and controls

58 lines (43 loc) · 2.7 KB
page_type languages products description
sample
cpp
xbox
This sample demonstrates a number of Xbox One APIs for querying system information and hardware capabilities.

SystemInfo

This is a copy of XDKSample project SystemInfo from the Xbox-ATG-Samples repository.

It has been modified to allow you to vary the output size and the number of included languages based on a configuration file. This is helpful for producing test content for uploading to Partner Center.

For more information about the original sample, see this Word document.

Requirements

  • Xbox One Development Kit
  • Xbox One XDK (specific version requirements covered in each sample's readme)
  • Visual Studio 2015 or Visual Studio 2017 (via upgrade in place)
    • Windows 10 SDK (10.0.17134.0)

Setup

  • Open the DiceWebSampleApps.sln in Visual Studio
  • Update the /XboxOne/SystemInfo/Package.appxmanifest file with the appropriate store settings.
    • /Package/Identity/@Name
    • /Package/Identity/@Publisher
    • /Package/Identity/@Version
    • /Package/Properties/DisplayName
    • /Package/Properties/PublisherDisplayName
    • /Package/Applications/Application[@Id='App']/VisualElements/@DisplayName
  • Configure /XboxOne/SystemInfo/DiceSettings.json
    • TargetPackageSizeInMB - Set to size in MB that you want the final package to be
    • Languages - Add all the languages to be included into the package into this array

License

MIT

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Privacy Statement

For more information about Microsoft's privacy policies in general, see the Microsoft Privacy Statement.