OsmToDatabase/OsmToDatabase.Peaks/OsmToDatabase.Peaks.csproj

15 lines
359 B
XML
Raw Permalink Normal View History

2024-06-24 10:42:50 +02:00
<Project Sdk="Microsoft.NET.Sdk">
2024-06-24 11:17:13 +02:00
<ItemGroup>
<ProjectReference Include="..\OsmToDatabase.Common\OsmToDatabase.Common.csproj" />
</ItemGroup>
2024-06-24 10:42:50 +02:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>