summaryrefslogtreecommitdiff
path: root/support/dktools/wximgsz.rc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/dktools/wximgsz.rc
Initial commit
Diffstat (limited to 'support/dktools/wximgsz.rc')
-rw-r--r--support/dktools/wximgsz.rc37
1 files changed, 37 insertions, 0 deletions
diff --git a/support/dktools/wximgsz.rc b/support/dktools/wximgsz.rc
new file mode 100644
index 0000000000..34686ac9de
--- /dev/null
+++ b/support/dktools/wximgsz.rc
@@ -0,0 +1,37 @@
+aaaaa ICON dkicon.ico
+
+#include <windows.h>
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 4,8,3,0
+ PRODUCTVERSION 4,8,3,0
+ FILEFLAGSMASK 0x3fL
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x4L
+ FILETYPE 0x1L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904b0"
+ BEGIN
+ VALUE "Comments", "Image rescale calculator (GUI)\0"
+ VALUE "CompanyName", "Dirk Krause\0"
+ VALUE "FileDescription", "Image rescale calculator (GUI)\0"
+ VALUE "FileVersion", "4.8.3\0"
+ VALUE "InternalName", "wximgsz\0"
+ VALUE "LegalCopyright", "Copyright © 2017 Dirk Krause\0"
+ VALUE "ProductName", "Dirk Krause's tools\0"
+ VALUE "ProductVersion", "4.8.3\0"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1200
+ END
+END
+