]> git.xonotic.org Git - xonotic/darkplaces.git/blob - darkplaces.rc
Improve windows manifest indenting
[xonotic/darkplaces.git] / darkplaces.rc
1 #include <windows.h> // include for version info constants
2
3 107 ICON "darkplaces.ico"
4
5 1 RT_MANIFEST "darkplaces.exe.manifest"
6
7 1 VERSIONINFO
8 FILEVERSION 1,0,0,0
9 PRODUCTVERSION 1,0,0,0
10 FILETYPE VFT_APP
11 {
12   BLOCK "StringFileInfo"
13          {
14                  BLOCK "040904E4"
15                  {
16                          VALUE "CompanyName", "DarkPlaces Contributors"
17                          VALUE "FileVersion", "1.0"
18                          VALUE "FileDescription", "DarkPlaces Game Engine"
19                          VALUE "InternalName", "darkplaces.exe"
20                          VALUE "LegalCopyright", "id Software, Forest Hale, and contributors"
21                          VALUE "LegalTrademarks", ""
22                          VALUE "OriginalFilename", "darkplaces.exe"
23                          VALUE "ProductName", "DarkPlaces"
24                          VALUE "ProductVersion", "1.0"
25                  }
26          }
27 }