XAML-Map-Control/MapsforgeTiles/WPF/MapsforgeTiles.WPF.csproj

15 lines
571 B
XML
Raw Normal View History

2026-02-11 22:22:39 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<DefineConstants>WPF</DefineConstants>
<RootNamespace>MapControl.MapsforgeTiles</RootNamespace>
<AssemblyTitle>XAML Map Control Mapsforge Library for WPF</AssemblyTitle>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\MapControl\WPF\MapControl.WPF.csproj" />
2026-02-12 18:57:19 +01:00
<ProjectReference Include="..\MapsforgeWrapper\MapsforgeWrapper.csproj" />
2026-02-11 22:22:39 +01:00
</ItemGroup>
</Project>