comparison Resources/Orthanc/CMake/WindowsResources.rc @ 32:09f60b487512

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Jun 2024 10:50:52 +0200
parents 1be232fa8f33
children
comparison
equal deleted inserted replaced
31:7579255a14f8 32:09f60b487512
13 VALUE "Comments", "${RELEASE}" 13 VALUE "Comments", "${RELEASE}"
14 VALUE "CompanyName", "The Orthanc project" 14 VALUE "CompanyName", "The Orthanc project"
15 VALUE "FileDescription", "${DESCRIPTION}" 15 VALUE "FileDescription", "${DESCRIPTION}"
16 VALUE "FileVersion", "${VERSION_MAJOR}.${VERSION_MINOR}.0.${VERSION_PATCH}" 16 VALUE "FileVersion", "${VERSION_MAJOR}.${VERSION_MINOR}.0.${VERSION_PATCH}"
17 VALUE "InternalName", "${PRODUCT}" 17 VALUE "InternalName", "${PRODUCT}"
18 VALUE "LegalCopyright", "(c) 2012-${YEAR}, Sebastien Jodogne, University Hospital of Liege, Osimis S.A., and ICTEAM UCLouvain" 18 VALUE "LegalCopyright", "(c) 2012-${YEAR}, Sebastien Jodogne, University Hospital of Liege, Osimis S.A., Orthanc Team SRL, and ICTEAM UCLouvain"
19 VALUE "LegalTrademarks", "Licensing information is available at https://orthanc.uclouvain.be/book/faq/licensing.html" 19 VALUE "LegalTrademarks", "Licensing information is available at https://orthanc.uclouvain.be/book/faq/licensing.html"
20 VALUE "OriginalFilename", "${FILENAME}" 20 VALUE "OriginalFilename", "${FILENAME}"
21 VALUE "ProductName", "${PRODUCT}" 21 VALUE "ProductName", "${PRODUCT}"
22 VALUE "ProductVersion", "${VERSION_MAJOR}.${VERSION_MINOR}" 22 VALUE "ProductVersion", "${VERSION_MAJOR}.${VERSION_MINOR}"
23 END 23 END