-
Notifications
You must be signed in to change notification settings - Fork 162
Expand file tree
/
Copy pathiTextSharp.LGPLv2.Core.FunctionalTests.csproj
More file actions
33 lines (33 loc) · 1.71 KB
/
iTextSharp.LGPLv2.Core.FunctionalTests.csproj
File metadata and controls
33 lines (33 loc) · 1.71 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
27
28
29
30
31
32
33
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<VersionPrefix>1.0.0.0</VersionPrefix>
<LangVersion>latest</LangVersion>
<TargetFramework>net10.0</TargetFramework>
<AssemblyName>iTextSharp.LGPLv2.Core.FunctionalTests</AssemblyName>
<PackageId>iTextSharp.LGPLv2.Core.FunctionalTests</PackageId>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\iTextSharp.LGPLv2.Core\iTextSharp.LGPLv2.Core.csproj"/>
<AdditionalFiles Include="$(MSBuildThisFileDirectory)BannedSymbols.txt" Link="Properties/BannedSymbols.txt"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="4.14.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0"/>
<PackageReference Include="MSTest.TestAdapter" Version="4.1.0"/>
<PackageReference Include="MSTest.TestFramework" Version="4.1.0"/>
<PackageReference Include="BitMiracle.LibTiff.NET" Version="2.4.660"/>
</ItemGroup>
<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}"/>
</ItemGroup>
</Project>