ppsspp/Windows/version.rc

38 lines
2.1 KiB
Plaintext
Raw Normal View History

2013-09-06 00:48:32 +00:00
<EFBFBD><EFBFBD>
//This file is encoded in UTF-16, which is not supported by git. It is included in ppsspp.rc with "include".
VS_VERSION_INFO VERSIONINFO
2014-03-22 10:58:53 +00:00
FILEVERSION 0,0,9,8
PRODUCTVERSION 0,0,9,8
2013-09-06 00:48:32 +00:00
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x4L
FILETYPE 0x0L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "PPSSPP PSP emulator"
VALUE "CompanyName", "Henrik Rydg<00>rd"
2013-09-06 00:48:32 +00:00
VALUE "FileDescription", "PPSSPP"
2014-03-22 10:58:53 +00:00
VALUE "FileVersion", "0, 0, 9, 8"
2013-09-06 00:48:32 +00:00
VALUE "InternalName", "PPSSPPEmu"
VALUE "LegalCopyright", "Copyright (C) 2006-2013 by Henrik Rydg<00>rd"
VALUE "LegalTrademarks", "All product names are trademarks of their respective owners."
VALUE "OriginalFilename", "PPSSPP.exe"
VALUE "ProductName", "PPSSPP"
2014-03-22 10:58:53 +00:00
VALUE "ProductVersion", "0, 0, 9, 8"
2013-09-06 00:48:32 +00:00
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END