michael@0: #include michael@0: michael@0: michael@0: ///////////////////////////////////////////////////////////////////////////// michael@0: // michael@0: // Version michael@0: // michael@0: michael@0: VS_VERSION_INFO VERSIONINFO michael@0: FILEVERSION 1,0,0,0 michael@0: PRODUCTVERSION 1,0,0,0 michael@0: FILEFLAGSMASK 0x3fL michael@0: #ifdef _DEBUG michael@0: FILEFLAGS 0x1L michael@0: #else michael@0: FILEFLAGS 0x0L michael@0: #endif michael@0: FILEOS VOS__WINDOWS32 michael@0: FILETYPE VFT_DLL michael@0: FILESUBTYPE 0x0L michael@0: BEGIN michael@0: BLOCK "StringFileInfo" michael@0: BEGIN michael@0: BLOCK "040904e4" michael@0: BEGIN michael@0: VALUE "CompanyName", "mozilla.org" michael@0: 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: VALUE "FileExtents", "tst" michael@0: VALUE "FileOpenName", L"Test \x2122 mimetype" michael@0: VALUE "FileVersion", "1.0" michael@0: VALUE "InternalName", "nptest" michael@0: VALUE "MIMEType", "application/x-test" michael@0: VALUE "OriginalFilename", "nptest.dll" michael@0: VALUE "ProductName", "Test Plug-in" michael@0: VALUE "ProductVersion", "1.0" michael@0: END michael@0: END michael@0: BLOCK "VarFileInfo" michael@0: BEGIN michael@0: VALUE "Translation", 0x409, 1252 michael@0: END michael@0: END