Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | #include<winver.h> |
michael@0 | 2 | |
michael@0 | 3 | |
michael@0 | 4 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 5 | // |
michael@0 | 6 | // Version |
michael@0 | 7 | // |
michael@0 | 8 | |
michael@0 | 9 | VS_VERSION_INFO VERSIONINFO |
michael@0 | 10 | FILEVERSION 1,0,0,0 |
michael@0 | 11 | PRODUCTVERSION 1,0,0,0 |
michael@0 | 12 | FILEFLAGSMASK 0x3fL |
michael@0 | 13 | #ifdef _DEBUG |
michael@0 | 14 | FILEFLAGS 0x1L |
michael@0 | 15 | #else |
michael@0 | 16 | FILEFLAGS 0x0L |
michael@0 | 17 | #endif |
michael@0 | 18 | FILEOS VOS__WINDOWS32 |
michael@0 | 19 | FILETYPE VFT_DLL |
michael@0 | 20 | FILESUBTYPE 0x0L |
michael@0 | 21 | BEGIN |
michael@0 | 22 | BLOCK "StringFileInfo" |
michael@0 | 23 | BEGIN |
michael@0 | 24 | BLOCK "040904e4" |
michael@0 | 25 | BEGIN |
michael@0 | 26 | VALUE "CompanyName", "mozilla.org" |
michael@0 | 27 | VALUE "FileDescription", L"Plug-in for testing purposes.\x2122 (\x0939\x093f\x0928\x094d\x0926\x0940 \x4e2d\x6587 \x0627\x0644\x0639\x0631\x0628\x064a\x0629)" |
michael@0 | 28 | VALUE "FileExtents", "tst" |
michael@0 | 29 | VALUE "FileOpenName", L"Test \x2122 mimetype" |
michael@0 | 30 | VALUE "FileVersion", "1.0" |
michael@0 | 31 | VALUE "InternalName", "nptest" |
michael@0 | 32 | VALUE "MIMEType", "application/x-test" |
michael@0 | 33 | VALUE "OriginalFilename", "nptest.dll" |
michael@0 | 34 | VALUE "ProductName", "Test Plug-in" |
michael@0 | 35 | VALUE "ProductVersion", "1.0" |
michael@0 | 36 | END |
michael@0 | 37 | END |
michael@0 | 38 | BLOCK "VarFileInfo" |
michael@0 | 39 | BEGIN |
michael@0 | 40 | VALUE "Translation", 0x409, 1252 |
michael@0 | 41 | END |
michael@0 | 42 | END |