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

9 lines
341 B
Plaintext
Raw Normal View History

2020-03-12 01:43:32 +08:00
<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>