2020-04-19 01:46:26 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2023-03-26 03:15:01 +08:00
|
|
|
<LangVersion>latest</LangVersion>
|
2020-04-19 01:46:26 +08:00
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-04-20 00:06:34 +08:00
|
|
|
<ProjectReference Include="..\src\UglyToad.PdfPig.DocumentLayoutAnalysis\UglyToad.PdfPig.DocumentLayoutAnalysis.csproj" />
|
2020-04-19 01:46:26 +08:00
|
|
|
<ProjectReference Include="..\src\UglyToad.PdfPig\UglyToad.PdfPig.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|