mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-23 16:37:58 +08:00
59a2415a0d
* base WPF Project * Added tests * Update build configuration .sln file * removed unnessesary asset files
7 lines
301 B
XML
7 lines
301 B
XML
<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> |