pcl_wrapper_test/PclWrapperTest.csproj

30 lines
788 B
XML
Raw Permalink Normal View History

2025-04-12 00:43:02 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<None Include="bin\Debug\net8.0\image_0000.pcd" />
<None Update="pcl\libpclwrapper.dylib">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
2025-04-12 11:37:29 +08:00
<None Update="dataset\0.pcd">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
2025-04-12 00:43:02 +08:00
</ItemGroup>
<ItemGroup>
<Content Include="bin\Debug\net8.0\libpclwrapper.dylib" />
</ItemGroup>
<ItemGroup>
2025-04-12 11:37:29 +08:00
<Folder Include="dataset\" />
2025-04-12 00:43:02 +08:00
<Folder Include="pcl\" />
</ItemGroup>
</Project>