PowerToys/src/core/Microsoft.PowerToys.Settings.UI/App.xaml

10 lines
433 B
Plaintext
Raw Normal View History

<xaml:XamlApplication
2020-03-10 13:06:05 +08:00
x:Class="SettingsUI.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:xaml="using:Microsoft.Toolkit.Win32.UI.XamlHost"
2020-03-10 13:06:05 +08:00
xmlns:local="using:SettingsUI">
2020-03-10 14:55:08 +08:00
<Application.Resources>
<XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
</Application.Resources>
</xaml:XamlApplication>