Mercurial > hg > orthanc
comparison OrthancCppClient/SharedLibrary/AUTOGENERATED/Windows32.rc @ 575:6f01dd71b601 laaw
rename
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 30 Sep 2013 13:50:49 +0200 |
parents | OrthancCppClient/Package/AUTOGENERATED/Windows32.rc@ec2c2411d4db |
children | 11a195070841 |
comparison
equal
deleted
inserted
replaced
574:11b1eec09336 | 575:6f01dd71b601 |
---|---|
1 #include <winver.h> | |
2 | |
3 VS_VERSION_INFO VERSIONINFO | |
4 FILEVERSION 0,6,0,1 | |
5 PRODUCTVERSION 0,6,0,0 | |
6 FILEOS VOS_NT_WINDOWS32 | |
7 FILETYPE VFT_DLL | |
8 BEGIN | |
9 BLOCK "StringFileInfo" | |
10 BEGIN | |
11 BLOCK "040904E4" | |
12 BEGIN | |
13 VALUE "Comments", "Release 0.6.1" | |
14 VALUE "CompanyName", "CHU of Liege" | |
15 VALUE "FileDescription", "Native client to the REST API of Orthanc" | |
16 VALUE "FileVersion", "0.6.0.1" | |
17 VALUE "InternalName", "OrthancClient" | |
18 VALUE "LegalCopyright", "(c) 2012-2013, Sebastien Jodogne, CHU of Liege" | |
19 VALUE "LegalTrademarks", "Licensing information is available on https://code.google.com/p/orthanc/" | |
20 VALUE "OriginalFilename", "OrthancClient_Windows32.dll" | |
21 VALUE "ProductName", "OrthancClient" | |
22 VALUE "ProductVersion", "0.6" | |
23 END | |
24 END | |
25 | |
26 BLOCK "VarFileInfo" | |
27 BEGIN | |
28 VALUE "Translation", 0x409, 1252 // U.S. English | |
29 END | |
30 END |