Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/zxing-cpp/wrappers/dotnet/ZXingCpp.Tests/ZXingCpp.Tests.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 |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 <Project Sdk="Microsoft.NET.Sdk"> | |
| 2 | |
| 3 <PropertyGroup> | |
| 4 <TargetFramework>net8.0</TargetFramework> | |
| 5 <ImplicitUsings>enable</ImplicitUsings> | |
| 6 <Nullable>enable</Nullable> | |
| 7 | |
| 8 <IsPackable>false</IsPackable> | |
| 9 <IsTestProject>true</IsTestProject> | |
| 10 </PropertyGroup> | |
| 11 | |
| 12 <ItemGroup> | |
| 13 <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" /> | |
| 14 <PackageReference Include="xunit" Version="2.4.2" /> | |
| 15 <PackageReference Include="xunit.runner.visualstudio" Version="2.4.5"> | |
| 16 <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | |
| 17 <PrivateAssets>all</PrivateAssets> | |
| 18 </PackageReference> | |
| 19 <PackageReference Include="coverlet.collector" Version="6.0.0"> | |
| 20 <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | |
| 21 <PrivateAssets>all</PrivateAssets> | |
| 22 </PackageReference> | |
| 23 </ItemGroup> | |
| 24 | |
| 25 <ItemGroup> | |
| 26 <ProjectReference Include="..\ZXingCpp\ZXingCpp.csproj" /> | |
| 27 </ItemGroup> | |
| 28 | |
| 29 </Project> |
