home *** CD-ROM | disk | FTP | other *** search
/ The Mother of All Windows Books / CD-MOM.iso / cd_mom / newsletr / vbz / vbz1-3 / dll_src.exe / D&DSERVE.RC < prev    next >
Text File  |  1993-02-24  |  1KB  |  31 lines

  1. #include "ver.h"
  2. VS_VERSION_INFO VERSIONINFO LOADONCALL DISCARDABLE
  3. FILEVERSION    2,0,0,0
  4. PRODUCTVERSION 1,0,0,0
  5. FILEFLAGSMASK  0
  6. FILEFLAGS      0L
  7. FILEOS         VOS_DOS_WINDOWS16
  8. FILETYPE       VFT_DLL
  9. BEGIN
  10.    BLOCK "StringFileInfo"
  11.    BEGIN
  12.       BLOCK "040904E4"
  13.       BEGIN
  14.          VALUE "Comments"
  15.          VALUE "CompanyName","User Friendly, Inc.\0"
  16.          VALUE "FileDescription","Drag and Drop Server DLL for Visual Basic\0"
  17.          VALUE "FileVersion","2.00\0"
  18.          VALUE "InternalName","DnDSERVE\0"
  19.          VALUE "LegalCopyright","Copyright \251 User Friendly, Inc. 1992\0"
  20.          VALUE "LegalTrademarks", "Microsoft\256 is a registered trademark of Microsoft Corporation. Windows (TM) is a trademark of Microsoft Corporation. VBZ (TM) is a trademark of User Friendly, Inc.\0"
  21.          VALUE "OriginalFilename","d&dserve.dll\0"
  22.          VALUE "ProductName","VBZ Electronic Newsletter on Visual Basic\0"
  23.          VALUE "ProductVersion","1.00"
  24.          END
  25.       END
  26.    Block "VarFileInfo"
  27.    BEGIN
  28.       VALUE "Translation", 0x409, 0x4E4
  29.    END
  30. END
  31.