ZXingWinRT.targets 724 B

12345678910111213
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <ZXingCpp-Platform Condition="'$(Platform)' == 'Win32'">x86</ZXingCpp-Platform>
  5. <ZXingCpp-Platform Condition="'$(Platform)' != 'Win32'">$(Platform)</ZXingCpp-Platform>
  6. </PropertyGroup>
  7. <ItemGroup Condition="'$(TargetPlatformIdentifier)' == 'UAP'">
  8. <Reference Include="$(MSBuildThisFileDirectory)..\..\lib\uap10.0\ZXing.winmd">
  9. <Implementation>ZXing.dll</Implementation>
  10. </Reference>
  11. <ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)..\..\runtimes\win10-$(ZXingCpp-Platform)\native\ZXing.dll" />
  12. </ItemGroup>
  13. </Project>