diff --git a/.gitignore b/.gitignore index 9491a2f..a662b69 100644 --- a/.gitignore +++ b/.gitignore @@ -184,7 +184,7 @@ publish/ *.azurePubxml # Note: Comment the next line if you want to checkin your web deploy settings, # but database connection strings (with potential passwords) will be unencrypted -*.pubxml +#*.pubxml *.publishproj # Microsoft Azure Web App publish settings. Comment the next line if you want to diff --git a/DesktopWindowDemo/DesktopWindowDemo.csproj b/DesktopWindowDemo/DesktopWindowDemo.csproj index d69809a..03bfc1b 100644 --- a/DesktopWindowDemo/DesktopWindowDemo.csproj +++ b/DesktopWindowDemo/DesktopWindowDemo.csproj @@ -1,15 +1,19 @@ - + WinExe - net6.0-windows10.0.19041.0 + net8.0-windows10.0.19041.0 10.0.17763.0 + 10.0.19041.38 DesktopWindowDemo app.manifest x86;x64;arm64 - win10-x86;win10-x64;win10-arm64 - win10-$(Platform).pubxml + win-x86;win-x64;win-arm64 + Properties\PublishProfiles\win-$(Platform).pubxml true true + true + + @@ -26,8 +30,6 @@ - - diff --git a/DesktopWindowDemo/MainWindow.xaml b/DesktopWindowDemo/MainWindow.xaml index 0a47107..e706e3d 100644 --- a/DesktopWindowDemo/MainWindow.xaml +++ b/DesktopWindowDemo/MainWindow.xaml @@ -5,46 +5,46 @@ xmlns:local="using:DesktopWindowDemo" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - xmlns:WinUI="using:WinUIExtensions.Desktop" + xmlns:WinUI="using:WinUIExtensions.Desktop" mc:Ignorable="d"> - - - - - - + - - - - -