用于生成 Office 文件的 .NET 组件。
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.

17 lines
584 B

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
6 years ago
<TargetFramework>netcoreapp2.1</TargetFramework>
<AssemblyName>Npoi.Samples.CreateNewSpreadsheet</AssemblyName>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
7 years ago
<ProjectReference Include="..\..\src\NPOI.OOXML\NPOI.OOXML.csproj" />
<ProjectReference Include="..\..\src\NPOI.OpenXml4Net\NPOI.OpenXml4Net.csproj" />
<ProjectReference Include="..\..\src\NPOI.OpenXmlFormats\NPOI.OpenXmlFormats.csproj" />
<ProjectReference Include="..\..\src\NPOI\NPOI.csproj" />
</ItemGroup>
</Project>