mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-02-22 07:35:32 +01:00
15 lines
605 B
XML
15 lines
605 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<DefineConstants>AVALONIA</DefineConstants>
|
|
<RootNamespace>MapControl.MapsforgeTiles</RootNamespace>
|
|
<AssemblyTitle>XAML Map Control Mapsforge Library for Avalonia</AssemblyTitle>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\MapControl\Avalonia\MapControl.Avalonia.csproj" />
|
|
<ProjectReference Include="..\MapsforgeWrapper\MapsforgeWrapper.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|