diff options
author | Paul Rouget <me@paulrouget.com> | 2019-07-17 11:40:43 +0200 |
---|---|---|
committer | Paul Rouget <me@paulrouget.com> | 2019-07-22 12:37:53 +0200 |
commit | 24d221378070d7d77b4c62fb20543c6b370dc489 (patch) | |
tree | 0233e04e953f12c90a9d25119a221deda848ddc9 /support/hololens/ServoApp/App.xaml | |
parent | 13872eb254b7f2dd22a14688e3f2fb25cebe691f (diff) | |
download | servo-24d221378070d7d77b4c62fb20543c6b370dc489.tar.gz servo-24d221378070d7d77b4c62fb20543c6b370dc489.zip |
Add new hololens code (winrt + D3D immersive mode example)
Diffstat (limited to 'support/hololens/ServoApp/App.xaml')
-rw-r--r-- | support/hololens/ServoApp/App.xaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/support/hololens/ServoApp/App.xaml b/support/hololens/ServoApp/App.xaml new file mode 100644 index 00000000000..015f637b3df --- /dev/null +++ b/support/hololens/ServoApp/App.xaml @@ -0,0 +1,7 @@ +<Application + x:Class="ServoApp.App" + xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:local="using:ServoApp"> + +</Application> |