Files
PowerToys/src/core/Microsoft.PowerToys.Settings.UI.Island/App.xaml
Lavius Motileng 5ade906a7b archive
2020-04-07 13:46:33 -07:00

10 lines
373 B
XML

<Application x:Class="SettingsRunner.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:SettingsRunner"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>