Mercurial > hgrepos > Python2 > PyMuPDF
diff mupdf-source/thirdparty/zxing-cpp/wrappers/dotnet/ZXingCpp/ZXingCpp.csproj @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mupdf-source/thirdparty/zxing-cpp/wrappers/dotnet/ZXingCpp/ZXingCpp.csproj Mon Sep 15 11:43:07 2025 +0200 @@ -0,0 +1,34 @@ +<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> -->
