2021-07-07 16:52:31 +02: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>
2021-11-17 22:21:34 +01:00
<UseWinUI > true</UseWinUI>
2024-06-26 11:05:00 +02:00
<DefineConstants > WINUI</DefineConstants>
2021-11-18 16:30:45 +01:00
<RootNamespace > MapControl.Projections</RootNamespace>
2022-01-11 19:42:12 +01:00
<AssemblyTitle > XAML Map Control Projections Library for WinUI</AssemblyTitle>
2024-06-21 06:36:24 +02:00
<GeneratePackageOnBuild > $(GeneratePackage)</GeneratePackageOnBuild>
2024-09-11 17:33:54 +02:00
<PackageId > XAML.MapControl.MapProjections.WinUI</PackageId>
2024-06-26 11:05:00 +02:00
<Title > $(AssemblyTitle)</Title>
<Description > Map projections library for XAML Map Control, based on ProjNET4GeoAPI</Description>
2021-07-07 16:52:31 +02:00
</PropertyGroup>
<ItemGroup >
2021-11-17 23:46:48 +01:00
<Compile Include= "..\Shared\*.cs" />
2021-07-07 16:52:31 +02:00
</ItemGroup>
<ItemGroup >
2024-05-24 15:15:29 +02:00
<ProjectReference Include= "..\..\MapControl\WinUI\MapControl.WinUI.csproj" />
2021-07-07 16:52:31 +02: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" />
2024-05-24 15:15:29 +02:00
<PackageReference Include= "ProjNET4GeoAPI" Version= "1.4.1" />
2021-07-07 16:52:31 +02:00
</ItemGroup>
</Project>