ZXingWinRT.nuspec 1.7 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0"?>
  2. <package>
  3. <metadata>
  4. <id>huycn.zxingcpp.winrt</id>
  5. <version>1.0.0</version>
  6. <title>ZXingWinRT</title>
  7. <authors>Nu-book Inc.</authors>
  8. <owners>Nu-book Inc.</owners>
  9. <licenseUrl>https://github.com/zxing-cpp/zxing-cpp/blob/master/LICENSE</licenseUrl>
  10. <projectUrl>https://github.com/zxing-cpp/zxing-cpp</projectUrl>
  11. <requireLicenseAcceptance>true</requireLicenseAcceptance>
  12. <description>C++ port of ZXing barcode scanner library</description>
  13. <releaseNotes>Bug fixes and improvements for many readers and decoders</releaseNotes>
  14. <copyright>Copyright 2019 Nu-book Inc.</copyright>
  15. <tags>zxing barcode scanner qrcode</tags>
  16. </metadata>
  17. <files>
  18. <file src="..\UAP\v0.8.0.0\ExtensionSDKs\ZXingWinRT\1.0.0.0\References\CommonConfiguration\Neutral\ZXing.winmd" target="lib\uap10.0"/>
  19. <file src="..\UAP\v0.8.0.0\ExtensionSDKs\ZXingWinRT\1.0.0.0\References\CommonConfiguration\Neutral\ZXing.pri" target="runtimes\win10-arm64\native"/>
  20. <file src="..\UAP\v0.8.0.0\ExtensionSDKs\ZXingWinRT\1.0.0.0\Redist\Retail\ARM64\ZXing.dll" target="runtimes\win10-arm64\native"/>
  21. <file src="..\UAP\v0.8.0.0\ExtensionSDKs\ZXingWinRT\1.0.0.0\References\CommonConfiguration\Neutral\ZXing.pri" target="runtimes\win10-x64\native"/>
  22. <file src="..\UAP\v0.8.0.0\ExtensionSDKs\ZXingWinRT\1.0.0.0\Redist\Retail\x64\ZXing.dll" target="runtimes\win10-x64\native"/>
  23. <file src="..\UAP\v0.8.0.0\ExtensionSDKs\ZXingWinRT\1.0.0.0\References\CommonConfiguration\Neutral\ZXing.pri" target="runtimes\win10-x86\native"/>
  24. <file src="..\UAP\v0.8.0.0\ExtensionSDKs\ZXingWinRT\1.0.0.0\Redist\Retail\x86\ZXing.dll" target="runtimes\win10-x86\native"/>
  25. <file src="ZXingWinRT.targets" target="build\native"/>
  26. </files>
  27. </package>