naps2/NAPS2.Sdk.Worker/NAPS2.Sdk.Worker.targets
2023-02-19 11:47:14 -08:00

12 lines
555 B
XML

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Content Include="$(MSBuildThisFileDirectory)\..\contentFiles\NAPS2.Worker.exe"
Condition="$(RuntimeIdentifier) == 'win-x86' or $(RuntimeIdentifier) == 'win-x64' or $(TargetFramework.StartsWith('net4')) or ($(RuntimeIdentifier) == '' and !$(TargetFramework.Contains('macos')))">
<Link>NAPS2.Worker.exe</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>