You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
999 B

  1. <?xml version="1.0"?>
  2. <package >
  3. <metadata>
  4. <id>${EMGU_CUDA_BLAS_LT_NUGET_ID}</id>
  5. <title>${EMGU_CUDA_BLAS_LT_NUGET_TITLE}</title>
  6. <version>${EMGU_CUDA_BLAS_VERSION}</version>
  7. <authors>${CPACK_PACKAGE_VENDOR}</authors>
  8. <owners>${CPACK_PACKAGE_VENDOR}</owners>
  9. <license type="file">CUDA_EULA.txt</license>
  10. <projectUrl>${NUGET_EMGU_URL}</projectUrl>
  11. <icon>icon.png</icon>
  12. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  13. <summary>This package provides the native BLAS LT component for CUDA.</summary>
  14. <description>This package provides the native BLAS LT component for CUDA.</description>
  15. <releaseNotes>This is the ${EMGU_CUDA_VERSION} release of CUDA. </releaseNotes>
  16. <dependencies>
  17. ${EMGU_CUDA_BLAS_LT_NUGET_DEPENDENCY}
  18. </dependencies>
  19. <copyright>© ${CPACK_PACKAGE_VENDOR} ${CURRENT_YEAR}. All rights reserved.</copyright>
  20. <tags>emgu cuda</tags>
  21. </metadata>
  22. <files>
  23. ${EMGU_CUDA_BLAS_LT_NUGET_FILE_LIST}
  24. </files>
  25. </package>