12 lines
		
	
	
		
			323 B
		
	
	
	
		
			XML
		
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			323 B
		
	
	
	
		
			XML
		
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
						|
 | 
						|
	<ItemGroup>
 | 
						|
		<Content Include="..\libs\**\*.*" >
 | 
						|
			<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
 | 
						|
			<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 | 
						|
		</Content>
 | 
						|
	</ItemGroup>
 | 
						|
 | 
						|
</Project>
 |