Add support for OpenXR hololens backend

This commit is contained in:
Manish Goregaokar 2019-08-09 19:06:37 -07:00
parent 9b4b02275e
commit acfe1ee0dd
9 changed files with 70 additions and 19 deletions

4
support/hololens/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
/Generated Files
ServoApp.vcxproj.user
bin
obj

View file

@ -173,6 +173,9 @@
<AppxManifest Include="Package.appxmanifest">
<SubType>Designer</SubType>
</AppxManifest>
<None Include="C:\Users\manis\dev\dlls\openxr_loader.dll">
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent>
</None>
<None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\libcrypto.dll">
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent>
</None>