PdfPig/src/UglyToad.PdfPig/UglyToad.PdfPig.csproj

41 lines
1.5 KiB
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>PdfPig</PackageId>
2018-01-07 20:09:23 +08:00
<DebugType>full</DebugType>
<Authors>UglyToad</Authors>
<Title>PdfPig</Title>
2018-01-07 20:09:23 +08:00
<Description>Reads text content from PDF documents.</Description>
2018-01-11 04:31:38 +08:00
<PackageLicenseUrl>https://raw.githubusercontent.com/UglyToad/PdfPig/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/UglyToad/PdfPig</PackageProjectUrl>
<PackageTags>PDF;Reader;Document;Adobe;PDFBox;PdfPig</PackageTags>
2018-01-11 04:31:38 +08:00
<RepositoryUrl>https://github.com/UglyToad/PdfPig</RepositoryUrl>
2018-01-07 20:09:23 +08:00
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2018-04-13 07:18:38 +08:00
<Version>0.0.5</Version>
2018-02-27 05:30:30 +08:00
<AssemblyVersion>0.0.1.3</AssemblyVersion>
<FileVersion>0.0.1.3</FileVersion>
2018-01-11 04:31:38 +08:00
<PackageIconUrl>https://raw.githubusercontent.com/UglyToad/PdfPig/master/documentation/pdfpig.png</PackageIconUrl>
<Product>PdfPig</Product>
</PropertyGroup>
<ItemGroup>
2018-04-13 07:18:38 +08:00
<None Remove="Resources\AdobeFontMetrics\*" />
<None Remove="Resources\CMap\*" />
<None Remove="Resources\GlyphList\*" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\AdobeFontMetrics\MustRead.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
2018-04-13 07:18:38 +08:00
<EmbeddedResource Include="Resources\AdobeFontMetrics\*" />
<EmbeddedResource Include="Resources\CMap\*" />
<EmbeddedResource Include="Resources\GlyphList\*" />
</ItemGroup>
2017-12-06 05:26:07 +08:00
</Project>