cypress.rc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 17 Sep 2012 18:05:30 +0000
changeset 14 d5b81c30785e
parent 13 f90704544ca0
child 15 31a33727c629
permissions -rw-r--r--
- CypressWriter class definition added:8 methods changed: #documentation - stx_goodies_cypress changed: #classNamesAndAttributes #extensionMethodNames #preRequisites - CypressModel added: #writeTo:using: - CypressMethod added: #category #source #writeTo:using: - CypressAbstractWriter added:30 methods category of: - CypressPackage added: #comment #comment: #definition #writeTo:using: - CypressRepository added:5 methods changed: #directory: category of: - CypressClass added: #comment #comment: #writeTo:using: - extensions ...

//
// DO NOT EDIT
// automagically generated from the projectDefinition: stx_goodies_cypress.
//
VS_VERSION_INFO VERSIONINFO
  FILEVERSION     6,2,14,14
  PRODUCTVERSION  6,2,3,1
#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", "Jan Vrany\0"
      VALUE "FileDescription", "Cypress Package Format Reader/Writer (LIB)\0"
      VALUE "FileVersion", "6.2.14.14\0"
      VALUE "InternalName", "stx:goodies/cypress\0"
      VALUE "LegalCopyright", "Copyright Jan Vrany & Dale Henrichs 2012\0"
      VALUE "ProductName", "Cypress\0"
      VALUE "ProductVersion", "6.2.3.1\0"
      VALUE "ProductDate", "Mon, 17 Sep 2012 18:06:18 GMT\0"
    END

  END

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