microsoft / HoloJS

Provides a framework for creating holographic apps using JavaScript and WebGL.
MIT License
1.19k stars 114 forks source link

Visual Studio 2015 solution does not work #121

Closed Almost-Done closed 6 years ago

Almost-Done commented 6 years ago

Unfortunately, the VS2015 solution fails to build when targeting version 16299 of the SDK. The VS 2017 solution works just fine. Targeting 16299 is required to run on Mixed Reality headsets.

Please let me know if there's a strong reason to keep the VS 2015 solution around, otherwise we'll remove it.

Almost-Done commented 6 years ago

VS2015 will not target 16299 and uses a #define to avoid using newer APIs.