PowerToys/src/settingsui/App.xaml

7 lines
301 B
Plaintext
Raw Normal View History

<xaml:XamlApplication
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"
xmlns:local="using:settingsui">
</xaml:XamlApplication>