implement registration

try running simple wsl-command fails
add Ply-File export
change build-target to x64 (for wsl)
This commit is contained in:
Tim Wundenberg
2021-08-22 18:58:41 +02:00
parent 4c131c103b
commit acda8b9eac
13 changed files with 204 additions and 82 deletions

View File

@@ -5,6 +5,14 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />