mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-03 17:47:54 +08:00
9 lines
341 B
XML
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>
|