57 lines
1.8 KiB
XML
57 lines
1.8 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<Platforms>AnyCPU;x64</Platforms>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="OpenCvSharp4" Version="4.9.0.20240103" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="DeepLearning_Sharp">
|
|
<HintPath>Libraries\DeepLearning_Sharp.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Update="Libraries\DeepLearningLPR.dll">
|
|
<Link>DeepLearningLPR.dll</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Update="Libraries\DeepLearningLPR26.dll">
|
|
<Link>DeepLearningLPR26.dll</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Update="Libraries\DeepLearning_CPU3.dll">
|
|
<Link>DeepLearning_CPU3.dll</Link>
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|
</None>
|
|
<None Update="Libraries\DeepLearning_Model.dll">
|
|
<Link>DeepLearning_Model.dll</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Update="Libraries\DeepLearning_Sharp.dll">
|
|
<Link>DeepLearning_Sharp.dll</Link>
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|
</None>
|
|
<None Update="Libraries\opencv_world4120.dll">
|
|
<Link>opencv_world4120.dll</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Update="Libraries\opencv_world470.dll">
|
|
<Link>opencv_world470.dll</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Update="Libraries\tbb12.dll">
|
|
<Link>tbb12.dll</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
|
|
</Project>
|