Hololens port

This commit is contained in:
Paul Rouget 2019-06-22 00:05:35 +02:00
parent 5beac079f6
commit acde7e04cb
27 changed files with 1501 additions and 0 deletions

39
.gitignore vendored
View file

@ -44,3 +44,42 @@ capture_webrender/
/unminified-js
# Hololens artifacts
support/hololens/x64/
support/hololens/ARM/
support/hololens/Generated\ Files
# Ignore thumbnails created by Windows
support/hololens/Thumbs.db
# Ignore files built by Visual Studio
support/hololens/*.obj
support/hololens/*.exe
support/hololens/*.pdb
support/hololens/*.user
support/hololens/*.aps
support/hololens/*.pch
support/hololens/*.vspscc
support/hololens/*_i.c
support/hololens/*_p.c
support/hololens/*.ncb
support/hololens/*.suo
support/hololens/*.tlb
support/hololens/*.tlh
support/hololens/*.bak
support/hololens/*.cache
support/hololens/*.ilk
support/hololens/*.log
support/hololens/[Bb]in
support/hololens/[Dd]ebug*/
support/hololens/*.lib
support/hololens/*.sbr
support/hololens/obj/
support/hololens/[Rr]elease*/
support/hololens/_ReSharper*/
support/hololens/[Tt]est[Rr]esult*
support/hololens/.vs/
# Nuget packages folder
support/hololens/packages/