LAS-Read/PrintLasData/LasInteractor.csproj

13 lines
261 B
XML
Raw Permalink Normal View History

2021-03-13 21:31:51 +13:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\LASRead\LASRead.csproj" />
</ItemGroup>
</Project>