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.
24 lines
1.1 KiB
24 lines
1.1 KiB
<?xml version="1.0"?>
|
|
<package >
|
|
<metadata>
|
|
<id>${EMGU_WINDOWS_MSVCRT_ARM64_NUGET_ID}</id>
|
|
<title>${EMGU_WINDOWS_MSVCRT_ARM64_NUGET_TITLE}</title>
|
|
<version>${EMGU_WINDOWS_MSVCRT_VERSION}</version>
|
|
<authors>${CPACK_PACKAGE_VENDOR}</authors>
|
|
<owners>${CPACK_PACKAGE_VENDOR}</owners>
|
|
<license type="file">${EMGUCV_LICENSE_FILE}</license>
|
|
<projectUrl>${NUGET_EMGU_URL}</projectUrl>
|
|
<repository type="git" url="https://github.com/emgucv/emgucv" />
|
|
<icon>icon.png</icon>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<summary>MSVC ARM64 runtime package for Windows</summary>
|
|
<description>This package contains the native arm64 MSVC runtime for Windows</description>
|
|
<releaseNotes>This is the arm64 MSVC runtime v${MSVC_TOOLSET_VERSION} built by ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH} release of Emgu CV.
|
|
</releaseNotes>
|
|
<copyright>© ${CPACK_PACKAGE_VENDOR} ${CURRENT_YEAR}. All rights reserved.</copyright>
|
|
<tags>native emgu msvc</tags>
|
|
</metadata>
|
|
<files>
|
|
${EMGU_WINDOWS_MSVCRT_ARM64_NUGET_FILE_LIST}
|
|
</files>
|
|
</package>
|