Replace Core.UWP namespace with Core.WinUI

This commit is contained in:
Burak Kaan Köse
2025-09-29 11:23:44 +02:00
parent e67b893ae4
commit 734a3d75db
118 changed files with 156 additions and 156 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
xmlns:xaml="using:Microsoft.UI.Xaml">
<x:String x:Key="ThemeName">Snowflake</x:String>
<x:String x:Key="ThemeBackgroundImage">ms-appx:///Wino.Core.UWP/BackgroundImages/Snowflake.jpg</x:String>
<x:String x:Key="ThemeBackgroundImage">ms-appx:///Wino.Core.WinUI/BackgroundImages/Snowflake.jpg</x:String>
<x:Boolean x:Key="UseMica">False</x:Boolean>
<ImageBrush x:Key="WinoApplicationBackgroundColor" ImageSource="{StaticResource ThemeBackgroundImage}" />