facial_recognition_photobooth/CrestronOpenCvSharp/CrestronOpenCvSharp.csproj
2025-02-23 20:49:56 +01:00

37 lines
1.2 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Crestron.SimplSharp.SDK.Program" Version="2.21.90" />
<PackageReference Include="FaceAiSharp" Version="0.5.23" />
<PackageReference Include="FaceAiSharp.Bundle" Version="0.5.23" />
<PackageReference Include="Microsoft.ML.OnnxRuntime" Version="1.20.1" />
<PackageReference Include="RandomNameGeneratorLibrary" Version="1.2.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.6" />
</ItemGroup>
<ItemGroup>
<Content Include="bin\Debug\net8.0\runtimes\linux-x64\native\libOpenCvSharpExtern.so" />
</ItemGroup>
<ItemGroup>
<Folder Include="bin\Debug\net8.0\runtimes\linux-x64\native\" />
</ItemGroup>
<ItemGroup>
<None Remove="libOpenCvSharpExtern.so" />
</ItemGroup>
<ItemGroup>
<None Remove="libonnxruntime.so" />
<EmbeddedResource Include="libonnxruntime.so">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</EmbeddedResource>
</ItemGroup>
</Project>