OSMServer/Server/Server.csproj

15 lines
364 B
XML
Raw Normal View History

2023-02-02 19:03:00 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2023-02-02 22:30:43 +01:00
<ItemGroup>
<ProjectReference Include="..\OSMSplitter\OSMSplitter.csproj" />
2023-02-02 22:30:43 +01:00
</ItemGroup>
2023-02-02 19:03:00 +01:00
</Project>