microsoft / HoloJS

Provides a framework for creating holographic apps using JavaScript and WebGL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual Studio 2015 solution does not work

Almost-Done opened this issue · comments

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.

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