mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-02-20 22:54:59 +01:00
15 lines
595 B
XML
15 lines
595 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0-windows10.0.17763.0</TargetFramework>
|
|
<UseWinUI>true</UseWinUI>
|
|
<DefineConstants>WINUI</DefineConstants>
|
|
<RootNamespace>MapControl.MapsforgeTiles</RootNamespace>
|
|
<AssemblyTitle>XAML Map Control Mapsforge Library for WinUI</AssemblyTitle>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\MapControl\WinUI\MapControl.WinUI.csproj" />
|
|
<ProjectReference Include="..\MapsforgeWrapper\MapsforgeWrapper.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|