You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.4 KiB
42 lines
1.4 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net8.0</TargetFrameworks>
|
|
<AssemblyName>NPOI.OOXML</AssemblyName>
|
|
<RootNamespace>NPOI</RootNamespace>
|
|
<SignAssembly>true</SignAssembly>
|
|
<AssemblyOriginatorKeyFile>..\npoi.snk</AssemblyOriginatorKeyFile>
|
|
<OutputPath>..\solution\$(Configuration)\</OutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="POIFS\Crypt\Dsig\KeyInfoKeySelector.cs" />
|
|
<Compile Remove="POIFS\Crypt\Dsig\Services\RelationshipTransformService.cs" />
|
|
<Compile Remove="Properties\AssemblyInfoDotnet2.cs" />
|
|
<Compile Remove="XSSF\Extractor\XSSFEventBasedExcelExtractor.cs" />
|
|
<Compile Remove="XSSF\UserModel\Charts\XSSFNumberCache.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="XSSF\UserModel\presetTableStyles.xml" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Resources\presetTableStyles.xml" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="System.Security.Cryptography.Xml" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\main\NPOI.Core.csproj" />
|
|
<ProjectReference Include="..\openxml4Net\NPOI.OpenXml4Net.Core.csproj" />
|
|
<ProjectReference Include="..\OpenXmlFormats\NPOI.OpenXmlFormats.Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="..\main\Polyfills.cs" Link="Polyfills.cs" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|