Mercurial > hgrepos > Python2 > PyMuPDF
view mupdf-source/thirdparty/zxing-cpp/wrappers/dotnet/ZXingCpp/ZXingCpp.csproj @ 46:7ee69f120f19 default tip
>>>>> tag v1.26.5+1 for changeset b74429b0f5c4
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 11 Oct 2025 17:17:30 +0200 |
| parents | b50eed0cc0ef |
| children |
line wrap: on
line source
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>netstandard2.0;net5.0</TargetFrameworks> <LangVersion>9</LangVersion> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <!-- required for netstandard2.0 fallback implementation of Marshal.PtrToStringUTF8() --> <!-- <ImplicitUsings>enable</ImplicitUsings> --> <Nullable>enable</Nullable> <PackageId>ZXingCpp</PackageId> <Version>0.4.0-alpha</Version> <Authors>Axel Waggershauser</Authors> <Company>zxing-cpp</Company> <Description> ZXingCpp is a .NET wrapper for the C++ library zxing-cpp. It is an open-source, multi-format linear/matrix barcode image processing library implemented in C++. It was originally ported from the Java ZXing library but has been developed further and now includes many improvements in terms of runtime and detection performance.</Description> <PackageProjectUrl>https://github.com/zxing-cpp/zxing-cpp</PackageProjectUrl> <PackageReadmeFile>README.md</PackageReadmeFile> <PackageTags>Barcode;QRCode</PackageTags> <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> </PropertyGroup> <ItemGroup> <None Include="README.md" Pack="true" PackagePath="README.md"/> <None Include="../runtimes/ZXing.dll" Pack="true" PackagePath="runtimes/win-x64/native/" /> <None Include="../runtimes/libZXing.so" Pack="true" PackagePath="runtimes/linux-x64/native/" /> <None Include="../runtimes/libZXing.dylib" Pack="true" PackagePath="runtimes/osx-x64/native/" /> </ItemGroup> </Project> <!-- .NET Standard 2. (netstandard), see https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-1-0#when-to-target-net80-vs-netstandard --> <!-- dotnet nuget push ZXingCpp/bin/Release/ZXingCpp.0.1.0-alpha.nupkg -s https://api.nuget.org/v3/index.json -k <api-key> -->
