aboutsummaryrefslogtreecommitdiffstats
path: root/support/hololens/ServoApp/App.xaml
blob: 333b37f88b74b9a8caf75007e87fb9c719b24a4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<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.Resources>
        <XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
    </Application.Resources>

</Application>