File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ #define RC_VERSION 1,0,0,0
2
+
3
+ 1 VERSIONINFO
4
+ FILEVERSION RC_VERSION
5
+ PRODUCTVERSION RC_VERSION
6
+ BEGIN
7
+ BLOCK "VarFileInfo"
8
+ BEGIN
9
+ // English language (0x409) and the Windows Unicode codepage (1200)
10
+ VALUE "Translation", 0x409, 1200
11
+ END
12
+ BLOCK "StringFileInfo"
13
+ BEGIN
14
+ BLOCK "040904b0"
15
+ BEGIN
16
+ VALUE "FileDescription", "Compiled with @CMAKE_CXX_COMPILER_ID@ @CMAKE_CXX_COMPILER_VERSION@\0"
17
+ VALUE "ProductVersion", "@CPACK_PACKAGE_VERSION@\0"
18
+ VALUE "FileVersion", "@CPACK_PACKAGE_VERSION@\0"
19
+ VALUE "InternalName", "@PROJECT_LIB_NAME@\0"
20
+ VALUE "ProductName", "@PROJECT_LIB_NAME@\0"
21
+ VALUE "CompanyName", "Geode-solutions SAS\0"
22
+ VALUE "LegalCopyright", "Copyright 2019 - 2024 Geode-solutions SAS. All rights reserved.\0"
23
+ VALUE "Commentaires", "https://geode-solutions.com\0"
24
+ END
25
+ END
26
+ END
You can’t perform that action at this time.
0 commit comments