Mercurial > hg > orthanc
view OrthancFramework/Resources/WindowsResources.rc @ 5169:8b74aa4f3515
enforce the existence of the patient/study/instance while creating its archive
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 24 Feb 2023 18:07:35 +0100 |
parents | c76eb3cedcf0 |
children | 38403e13c1ca |
line wrap: on
line source
#include <winver.h> VS_VERSION_INFO VERSIONINFO FILEVERSION ${VERSION_MAJOR},${VERSION_MINOR},0,${VERSION_PATCH} PRODUCTVERSION ${VERSION_MAJOR},${VERSION_MINOR},0,0 FILEOS VOS_NT_WINDOWS32 FILETYPE ${TYPE} BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "${BLOCK}" BEGIN VALUE "Comments", "${RELEASE}" VALUE "CompanyName", "The Orthanc project" VALUE "FileDescription", "${DESCRIPTION}" VALUE "FileVersion", "${VERSION_MAJOR}.${VERSION_MINOR}.0.${VERSION_PATCH}" VALUE "InternalName", "${PRODUCT}" VALUE "LegalCopyright", "(c) 2012-${YEAR}, Sebastien Jodogne, University Hospital of Liege, Osimis S.A., and ICTEAM UCLouvain" VALUE "LegalTrademarks", "Licensing information is available at http://www.orthanc-server.com/" VALUE "OriginalFilename", "${FILENAME}" VALUE "ProductName", "${PRODUCT}" VALUE "ProductVersion", "${VERSION_MAJOR}.${VERSION_MINOR}" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x409, 1252 // U.S. English END END