mirror of
				https://github.com/UglyToad/PdfPig.git
				synced 2025-10-31 16:46:55 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			445 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			445 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project Sdk="Microsoft.NET.Sdk">
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <LangVersion>latest</LangVersion>
 | |
|     <OutputType>Exe</OutputType>
 | |
|     <TargetFramework>netcoreapp2.1</TargetFramework>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\src\UglyToad.PdfPig.DocumentLayoutAnalysis\UglyToad.PdfPig.DocumentLayoutAnalysis.csproj" />
 | |
|     <ProjectReference Include="..\src\UglyToad.PdfPig\UglyToad.PdfPig.csproj" />
 | |
|   </ItemGroup>
 | |
| </Project>
 | 
