stx_goodies_regressionWINrc.rc
author Claus Gittinger <cg@exept.de>
Wed, 31 Jul 2019 22:30:18 +0200
changeset 2349 62bb8fd0a8e5
parent 2320 43264f4a610f
child 2361 6b13a8d9dd90
permissions -rw-r--r--
initial checkin class: RegressionTests::SmallDictionaryTest added: #setUp #test01_AddAll #test02_AssociationsSelect #test03_Comma #test04_IncludesAssociation #test05_RemoveAllDeclareAll #test06_AddRemove #test07_AddAssoc #test08_Do #test08_KeysAndValuesDo #test08_KeysDo comment/format in: #testAddAll class: RegressionTests::SmallDictionaryTest class added: #coveredClassNames

//
// DO NOT EDIT
// automagically generated from the projectDefinition: stx_goodies_regression.
//
VS_VERSION_INFO VERSIONINFO
  FILEVERSION     7,2,1,35
  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", "eXept Software AG\0"
      VALUE "FileDescription", "Smalltalk/X regression tests (LIB)\0"
      VALUE "FileVersion", "7.2.1.35\0"
      VALUE "InternalName", "stx:goodies/regression\0"
      VALUE "LegalCopyright", "Copyright eXept Software AG 1998-2016\0"
      VALUE "ProductName", "eXept addOns\0"
      VALUE "ProductVersion", "7.2.0.0\0"
      VALUE "ProductDate", "Wed, 31 Jul 2019 20:29:54 GMT\0"
    END

  END

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