naps2/NAPS2.Setup/NativeLibs.targets
2022-06-18 11:11:46 -07:00

36 lines
1.8 KiB
XML

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ContentWithTargetPath Include="..\NAPS2.Setup\lib\win64\pdfium.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Link>lib\win64\pdfium.dll</Link>
<TargetPath>_win64\pdfium.dll</TargetPath>
</ContentWithTargetPath>
<ContentWithTargetPath Include="..\NAPS2.Setup\lib\win32\pdfium.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Link>lib\win32\pdfium.dll</Link>
<TargetPath>_win32\pdfium.dll</TargetPath>
</ContentWithTargetPath>
<ContentWithTargetPath Include="..\NAPS2.Setup\lib\linux\libpdfium.so">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Link>lib\linux\libpdfium.so</Link>
<TargetPath>_linux\libpdfium.so</TargetPath>
</ContentWithTargetPath>
<ContentWithTargetPath Include="..\NAPS2.Setup\lib\osx\libpdfium.dylib">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Link>lib\osx\libpdfium.dylib</Link>
<TargetPath>_osx\libpdfium.dylib</TargetPath>
</ContentWithTargetPath>
<ContentWithTargetPath Include="..\NAPS2.Setup\lib\win64\tesseract.exe">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Link>lib\win64\tesseract.exe</Link>
<TargetPath>_win64\tesseract.exe</TargetPath>
</ContentWithTargetPath>
<ContentWithTargetPath Include="..\NAPS2.Setup\lib\win32\tesseract.exe">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Link>lib\win32\tesseract.exe</Link>
<TargetPath>_win32\tesseract.exe</TargetPath>
</ContentWithTargetPath>
</ItemGroup>
</Project>