Update MapControl.WinUI.csproj

This commit is contained in:
ClemensFischer 2025-01-16 16:38:38 +01:00
parent c4d7de641b
commit 169854461f

View file

@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>net8.0-windows10.0.17763.0</TargetFramework>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<UseWinUI>true</UseWinUI>
<DefineConstants>WINUI</DefineConstants>
<RootNamespace>MapControl</RootNamespace>