2022-01-11 19:42:12 +01:00
<Project Sdk= "Microsoft.NET.Sdk" >
<PropertyGroup >
2024-11-29 16:43:18 +01:00
<TargetFramework > net8.0-windows10.0.17763.0</TargetFramework>
<RuntimeIdentifiers > win-x86;win-x64;win-arm64</RuntimeIdentifiers>
2022-01-11 19:42:12 +01:00
<UseWinUI > true</UseWinUI>
2024-06-26 11:05:00 +02:00
<DefineConstants > WINUI</DefineConstants>
2022-01-11 19:42:12 +01:00
<RootNamespace > MapControl.UiTools</RootNamespace>
<AssemblyTitle > XAML Map Control UI Tools Library for WinUI</AssemblyTitle>
</PropertyGroup>
<ItemGroup >
<Compile Include= "..\Shared\*.cs" />
</ItemGroup>
<ItemGroup >
2024-05-24 15:15:29 +02:00
<ProjectReference Include= "..\..\MapControl\WinUI\MapControl.WinUI.csproj" />
2022-01-11 19:42:12 +01:00
</ItemGroup>
<ItemGroup >
2025-01-23 08:38:37 +01:00
<!-- Directly referencing "Microsoft.Web.WebView2 is a workaround for a bug in WindowsAppSDK, https://github.com/microsoft/WindowsAppSDK/issues/4807 -->
<PackageReference Include= "Microsoft.Web.WebView2" Version= "1.0.2957.106" />
2025-01-20 13:44:56 +01:00
<PackageReference Include= "Microsoft.WindowsAppSDK" Version= "1.6.250108002" />
2024-10-15 07:52:56 +02:00
<PackageReference Include= "Microsoft.Windows.SDK.BuildTools" Version= "10.0.26100.1742" />
2022-01-11 19:42:12 +01:00
</ItemGroup>
</Project>