1
0

feat: update BMapSharp test

This commit is contained in:
2026-02-06 20:33:22 +08:00
parent c379c00a3f
commit f7074eb98f
9 changed files with 485 additions and 394 deletions

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\BMapSharp\BMapSharp.csproj" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>