LAS-Read/LASRead/LASRead.csproj

9 lines
216 B
XML
Raw Normal View History

2021-03-13 21:31:51 +13:00
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
</Project>