add command line tool for converting scans without server

This commit is contained in:
Tim Wundenberg
2021-07-30 22:40:33 +02:00
parent 828c039911
commit da69c39071
3 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\PointCloudWeb.Server\PointCloudWeb.Server.csproj" />
</ItemGroup>
</Project>