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"Dummy Java plug-in for testing purposes." michael@0: VALUE "FileExtents", "tstjava" michael@0: VALUE "FileOpenName", "Dummy java test type" michael@0: VALUE "FileVersion", "1.0" michael@0: VALUE "InternalName", "nptestjava" michael@0: VALUE "MIMEType", "application/x-java-test" michael@0: VALUE "OriginalFilename", "nptestjava.dll" michael@0: VALUE "ProductName", "Java 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