I assume that you have your environment set up and you have Visual Studio running. Let's start with our first program. Just follow along:
- Choose File | New | Project. In the templates, select Visual C# | Windows | Universal | Holographic | Holographic DirectX 11 App (Universal Windows):
New Project wizard in Visual Studio
- After this, you will get a version selector. The versions displayed depend on the SDKs you have installed on your machine. For now, you can just accept the defaults, as long as you make sure that the target version is at least build 10586.
SDK version selector
- Name the project and the solution ...