stx_libbasic2WINrc.rc
author Claus Gittinger <cg@exept.de>
Tue, 20 Aug 2019 15:31:29 +0200
changeset 5096 3506b91dd641
parent 5064 6c015e746a41
child 5104 4b44e3481a83
permissions -rw-r--r--
initial checkin class: IncompatibleMatrixError added: #defaultResumeValue class: IncompatibleMatrixError class added: #documentation #initialize

//
// DO NOT EDIT
// automagically generated from the projectDefinition: stx_libbasic2.
//
VS_VERSION_INFO VERSIONINFO
  FILEVERSION     7,2,1,184
  PRODUCTVERSION  7,2,0,0
#if (__BORLANDC__)
  FILEFLAGSMASK   VS_FF_DEBUG | VS_FF_PRERELEASE
  FILEFLAGS       VS_FF_PRERELEASE | VS_FF_SPECIALBUILD
  FILEOS          VOS_NT_WINDOWS32
  FILETYPE        VFT_DLL
  FILESUBTYPE     VS_USER_DEFINED
#endif

BEGIN
  BLOCK "StringFileInfo"
  BEGIN
    BLOCK "040904E4"
    BEGIN
      VALUE "CompanyName", "Claus Gittinger / eXept Software AG\0"
      VALUE "FileDescription", "Smalltalk/X Additional Basic Classes (LIB)\0"
      VALUE "FileVersion", "7.2.1.184\0"
      VALUE "InternalName", "stx:libbasic2\0"
      VALUE "LegalCopyright", "Copyright Claus Gittinger 1988\nCopyright eXept Software AG 2012\0"
      VALUE "ProductName", "Smalltalk/X\0"
      VALUE "ProductVersion", "7.2.0.0\0"
      VALUE "ProductDate", "Tue, 20 Aug 2019 13:30:57 GMT\0"
    END

  END

  BLOCK "VarFileInfo"
  BEGIN                               //  Language   |    Translation
    VALUE "Translation", 0x409, 0x4E4 // U.S. English, Windows Multilingual
  END
END