microsoft / DirectXTK12

The DirectX Tool Kit (aka DirectXTK12) is a collection of helper classes for writing DirectX 12 code in C++
https://walbourn.github.io/directx-tool-kit-for-directx-12/
MIT License
1.45k stars 369 forks source link

Retire legacy Xbox One XDK support #161

Closed walbourn closed 1 year ago

walbourn commented 1 year ago

The legacy Xbox One XDK was last shipped on July 2018, and has been replaced by the Microsoft GDK with Xbox Extensions. This was the only scenario where VS 2017 support was still being kept.

This PR removes the project files for legacy Xbox One XDK. It also includes some minor CMake updates.

Note that the code paths for this scenario are still present to simplify some end-of-life maintenance in other contexts. It will be removed at some future point.