Files
librubberband/dotnet/rubberband-sharp/rubberband-sharp.targets

13 lines
505 B
Plaintext
Raw Permalink Normal View History

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)rubberband-dll-Win32.dll">
<Link>rubberband-dll-Win32.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="$(MSBuildThisFileDirectory)rubberband-dll-x64.dll">
<Link>rubberband-dll-x64.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>