File: winres_xp.rc

package info (click to toggle)
libjodycode 4.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,664 kB
  • sloc: ansic: 2,810; makefile: 368; sh: 153; xml: 18
file content (33 lines) | stat: -rw-r--r-- 911 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#include "winver.h"

//2 ICON icon/icon_a_ljc_program_all.ico

VS_VERSION_INFO VERSIONINFO
 FILEVERSION 0,1,0,0
 PRODUCTVERSION 0,1,0,0
 FILEFLAGSMASK 0x3fL
 FILEFLAGS 0x0L
 FILEOS 0x40004L
 FILETYPE 0x1L
 FILESUBTYPE 0x0L
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
		BLOCK "040904b0"
		BEGIN
		    VALUE "Comments", "(C) 2015-2025 Jody Bruchon <jody@jodybruchon.com>, published under The MIT License"
		    VALUE "CompanyName", "Jody Bruchon"
		    VALUE "FileDescription", "a_ljc_program Duplicate File Finder Tool"
		    VALUE "FileVersion", "0,1,0,0"
		    VALUE "InternalName", "a_ljc_program"
		    VALUE "LegalCopyright", "(C) 2015-2025 Jody Bruchon <jody@jodybruchon.com>"
		    VALUE "OriginalFilename", "a_ljc_program.exe"
		    VALUE "ProductName", "a_ljc_program"
		    VALUE "ProductVersion", "0,1,0,0"
		END
    END
    BLOCK "VarFileInfo"
    BEGIN
		VALUE "Translation", 0x409, 1200
    END
END