-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathOpenCvSharp4.official.runtime.linux-x64.slim.csproj
More file actions
26 lines (24 loc) · 1.4 KB
/
OpenCvSharp4.official.runtime.linux-x64.slim.csproj
File metadata and controls
26 lines (24 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0</TargetFrameworks>
<NoBuild>true</NoBuild>
<IncludeBuildOutput>false</IncludeBuildOutput>
<PackageId>OpenCvSharp4.official.runtime.linux-x64.slim</PackageId>
<Title>OpenCvSharp native bindings for Linux x64 (Slim)</Title>
<Authors>shimat</Authors>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/shimat/opencvsharp</PackageProjectUrl>
<PackageIcon>opencvsharp.png</PackageIcon>
<Description>Slim native bindings package for OpenCvSharp on Linux x64 (portable RID). Enabled modules: core,imgproc,imgcodecs,calib3d,features2d,flann,objdetect,photo. Disabled modules: contrib,dnn,ml,video,videoio,highgui,stitching,barcode.</Description>
<PackageTags>Image Processing OpenCV Wrapper FFI opencvsharp linux slim</PackageTags>
<Copyright>Copyright 2008-2026</Copyright>
<PackageReleaseNotes></PackageReleaseNotes>
<RepositoryUrl>https://github.com/shimat/opencvsharp.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<None Include="libOpenCvSharpExtern.so" Pack="true" PackagePath="runtimes/linux-x64/native/" />
<None Include="icon/opencvsharp.png" Pack="true" PackagePath="" />
</ItemGroup>
</Project>