PowerToys/src/core/Microsoft.PowerToys.Settings.UI.Runner/App.xaml
2020-04-07 14:19:33 -07:00

9 lines
341 B
XML

<Application x:Class="Microsoft.PowerToys.Settings.UI.Runner.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>