AStar/astar/astar.csproj

15 lines
388 B
XML
Raw Normal View History

2022-05-05 01:33:56 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2022-05-05 02:00:55 +02:00
<ItemGroup>
<ProjectReference Include="..\Logging\Logging.csproj" />
<ProjectReference Include="..\OpenStreetMap Importer\OpenStreetMap Importer.csproj" />
2022-05-05 02:00:55 +02:00
</ItemGroup>
2022-05-05 01:33:56 +02:00
</Project>