File: testapp-base.rc

package info (click to toggle)
icoextract 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 240 kB
  • sloc: python: 378; makefile: 57; sh: 6; ansic: 5
file content (26 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (4)
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
#include <windows.h>
1	VERSIONINFO
FILEVERSION 0,1,0,0
PRODUCTVERSION 0,1,0,0
FILEOS VOS_NT
FILETYPE VFT_APP
{
BLOCK "StringFileInfo"
{
	BLOCK "040904b0"
	{
		VALUE "CompanyName", "The icoextract authors"
		VALUE "FileDescription", "icoextract Test Application"
		VALUE "FileVersion", "0.1.0"
		VALUE "InternalName", "testapp"
		VALUE "ProductName", "icoextract"
		VALUE "OriginalFilename", "testapp.exe"
		VALUE "ProductVersion", "0.1.0"
	}
}

BLOCK "VarFileInfo"
{
	VALUE "Translation", 0x0409, 1252
}
}