mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
updated namespaces
This commit is contained in:
7
src/core/Microsoft.PowerToys.Settings.UI/App.xaml
Normal file
7
src/core/Microsoft.PowerToys.Settings.UI/App.xaml
Normal file
@@ -0,0 +1,7 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user