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.
 
 
 
 
 

23 lines
1004 B

<?xml version="1.0"?>
<package >
<metadata>
<id>${EMGU_CUDNN_CNN_INFER_NUGET_ID}</id>
<title>${EMGU_CUDNN_CNN_INFER_NUGET_TITLE}</title>
<version>${EMGU_CUDNN_VERSION}</version>
<authors>${NUGET_PACKAGE_VENDOR}</authors>
<owners>${NUGET_PACKAGE_VENDOR}</owners>
<license type="file">cuDNN_SLA.txt</license>
<projectUrl>${NUGET_EMGU_URL}</projectUrl>
<icon>icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>This package provides the native CNN inference component for CUDA DNN.</summary>
<description>This package provides the native CNN inference component for CUDA DNN.</description>
<releaseNotes>This DNN v${EMGU_CUDNN_VERSION} for CUDA v${EMGU_CUDA_VERSION}.</releaseNotes>
${EMGU_CUDNN_CNN_INFER_NUGET_DEPENDENCY}
<copyright>© ${CPACK_PACKAGE_VENDOR} ${CURRENT_YEAR}. All rights reserved.</copyright>
<tags>emgu cuda dnn</tags>
</metadata>
<files>
${EMGU_CUDNN_CNN_INFER_NUGET_FILE_LIST}
</files>
</package>