Mercurial > hg > orthanc
view Resources/WindowsResources.rc @ 4035:cc6ed76bba27
added contextual privateCreators dico to ParsedDicomFile -> this allows you not to have to define a DefaultPrivateCreator. This was tested only in the scope of C-Find requests but should not have impact on other parts since it is not used out of C-Find right now
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Wed, 10 Jun 2020 10:28:01 +0200 |
parents | 9cc3d40e389b |
children |
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", "Osimis SA, Belgium" 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, and Osimis SA, Belgium" 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