OSMServer/Pathfinding/Pathfinding.csproj

15 lines
406 B
XML
Raw Normal View History

2023-02-03 23:35:22 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\OSMDatastructure\OSMDatastructure.csproj" />
<ProjectReference Include="..\RenderPath\RenderPath.csproj" />
2023-02-03 23:35:22 +01:00
</ItemGroup>
</Project>