55 lines
2.4 KiB
XML
55 lines
2.4 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>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="..\..\..\Documents\Crestron\Crestron Construct\Solutions\PhotoBooth\PhotoBooth\output\contract\programming\SIMPLSharp\ContractSupport\ComponentMediator.g.cs">
|
|
<Link>UI\ComponentMediator.g.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\Documents\Crestron\Crestron Construct\Solutions\PhotoBooth\PhotoBooth\output\contract\programming\SIMPLSharp\ContractSupport\Contract.g.cs">
|
|
<Link>UI\Contract.g.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\Documents\Crestron\Crestron Construct\Solutions\PhotoBooth\PhotoBooth\output\contract\programming\SIMPLSharp\ContractSupport\IndexedEventArgs.g.cs">
|
|
<Link>UI\IndexedEventArgs.g.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\Documents\Crestron\Crestron Construct\Solutions\PhotoBooth\PhotoBooth\output\contract\programming\SIMPLSharp\ContractSupport\Main.g.cs">
|
|
<Link>UI\Main.g.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\..\Documents\Crestron\Crestron Construct\Solutions\PhotoBooth\PhotoBooth\output\contract\programming\SIMPLSharp\ContractSupport\UIEventArgs.g.cs">
|
|
<Link>UI\UIEventArgs.g.cs</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
|
|
</Project>
|