File: WinApp.rc

package info (click to toggle)
endless-sky 0.10.16-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 414,608 kB
  • sloc: cpp: 73,435; python: 893; xml: 666; sh: 271; makefile: 28
file content (28 lines) | stat: -rw-r--r-- 574 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
#include <winver.h>

AppIcon ICON "../../icons/WinApp.ico"

VS_VERSION_INFO VERSIONINFO
	FILEVERSION 0,10,16,0
	PRODUCTVERSION 0,10,16,0
{
	BLOCK "StringFileInfo"
	{
		// U.S. English
		BLOCK "040904B0"
		{
			VALUE "CompanyName", "\0"
			VALUE "FileDescription", "Endless Sky\0"
			VALUE "FileVersion", "0.10.16\0"
			VALUE "InternalName", "Endless Sky\0"
			VALUE "OriginalFilename", "Endless Sky.exe\0"
			VALUE "ProductName", "Endless Sky\0"
			VALUE "ProductVersion", "0.10.16\0"
		}
	}
	BLOCK "VarFileInfo"
	{
		// U.S. English
		VALUE "Translation", 0x409, 1200
	}
}