You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -373,33 +373,37 @@ This repo contains game development samples written by the Microsoft Xbox Advanc
373
373
</tr>
374
374
</table>
375
375
376
-
# Requirements
376
+
##Requirements
377
377
378
-
## UWP apps
378
+
###UWP apps
379
379
* Windows 10 Anniversary Update (Version 1607) or later
380
380
* Visual Studio 2017 ([15.8](https://walbourn.github.io/vs-2017-15-8-update/) or [15.9](https://walbourn.github.io/vs-2017-15-9-update/) update) with the *Universal Windows Platform development* workload, the *C++ Universal Windows Platform tools* component, and *Windows 10 SDK ([10.0.17763.0](https://walbourn.github.io/windows-10-october-2018-update/))*.
381
381
382
-
## XDK apps
382
+
###XDK apps
383
383
* Xbox One Development Kit
384
384
* Xbox One XDK (specific version requirements covered in each sample's readme)
385
385
* Visual Studio 2015 or Visual Studio 2017 (_via upgrade in place_)
386
386
387
-
## PC apps
387
+
###PC apps
388
388
* Visual Studio 2015 Update 3 -or- Visual Studio 2017 (_via upgrade in place_) with the *Desktop development with C++* workload and *Windows 8.1 SDK* component.
389
389
*_DirectX 11:_ Windows 7 Service Pack 1 with the DirectX 11.1 Runtime via [KB2670838](http://support.microsoft.com/kb/2670838) or later.
390
390
*_DirectX 12:_ Windows 10; requires the Windows 10 Anniversary Update SDK (14393) or later to build.
391
391
*_DirectX Raytracing:_ Windows 10 October 2018 Update or later.
392
392
393
-
# Privacy Statement
393
+
##Privacy Statement
394
394
395
395
When compiling and running a sample, the file name of the sample executable will be sent to Microsoft to help track sample usage. To opt-out of this data collection, you can remove the block of code in ``Main.cpp`` labeled _Sample Usage Telemetry_.
396
396
397
397
For more information about Microsoft's privacy policies in general, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/privacystatement/).
398
398
399
-
# Code of Conduct
399
+
##Code of Conduct
400
400
401
401
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
402
402
403
-
# Other Samples
403
+
## Trademarks
404
+
405
+
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.
406
+
407
+
## Other Samples
404
408
405
409
For more ATG samples, see [DirectML-Samples](https://github.com/microsoft/DirectML-Samples), [PlayFab-Samples](https://github.com/PlayFab/PlayFab-Samples), and [Xbox-LIVE-Samples](https://github.com/microsoft/xbox-live-samples).
0 commit comments