mirror of https://github.com/emgucv/emgucv.git
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.
22 lines
990 B
22 lines
990 B
<?xml version="1.0"?>
|
|
<package >
|
|
<metadata>
|
|
<id>${EMGU_CUFFT_NUGET_ID}</id>
|
|
<title>${EMGU_CUFFT_NUGET_TITLE}</title>
|
|
<version>${EMGU_CUFFT_VERSION}</version>
|
|
<authors>${NUGET_PACKAGE_VENDOR}</authors>
|
|
<owners>${NUGET_PACKAGE_VENDOR}</owners>
|
|
<license type="file">CUDA_EULA.txt</license>
|
|
<projectUrl>http://www.emgu.com/wiki/index.php</projectUrl>
|
|
<iconUrl>http://www.emgu.com/wiki/files/EmguCVLogo.gif</iconUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<summary>This package provides the native CUDA FFT dependencies for EMGU software libraries</summary>
|
|
<description>This package provides the native CUDA FFT dependencies for EMGU software libraries</description>
|
|
<releaseNotes>This is the CUFFT component of CUDA ${EMGU_CUFFT_VERSION}. </releaseNotes>
|
|
<copyright>${NUGET_PACKAGE_VENDOR}, All Rights Reserved.</copyright>
|
|
<tags>emgu cufft</tags>
|
|
</metadata>
|
|
<files>
|
|
${EMGU_CUFFT_NUGET_FILE_LIST}
|
|
</files>
|
|
</package>
|