X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=nexuiz.rc;fp=nexuiz.rc;h=1de869534aadd092c0d4b40ee0f3c845d32e4201;hb=582c8871d441ba4659a646462143d917712d5c4b;hp=0000000000000000000000000000000000000000;hpb=5bac5aa50dedaa328126189009d8e56fc9b4d178;p=xonotic%2Fdarkplaces.git diff --git a/nexuiz.rc b/nexuiz.rc new file mode 100644 index 00000000..1de86953 --- /dev/null +++ b/nexuiz.rc @@ -0,0 +1,25 @@ +#include // include for version info constants + +A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "nexuiz.ico" + +1 VERSIONINFO +FILEVERSION 1,0,0,0 +PRODUCTVERSION 1,0,0,0 +FILETYPE VFT_APP +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "CompanyName", "Forest Hale Digital Services" + VALUE "FileVersion", "1.0" + VALUE "FileDescription", "Nexuiz" + VALUE "InternalName", "nexuiz.exe" + VALUE "LegalCopyright", "id Software, Forest Hale, and contributors" + VALUE "LegalTrademarks", "" + VALUE "OriginalFilename", "nexuiz.exe" + VALUE "ProductName", "Nexuiz" + VALUE "ProductVersion", "1.0" + } + } +}