12 lines
323 B
Plaintext
12 lines
323 B
Plaintext
|
<?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>
|