# UTF-8
# Windows version resource for the TechHand Remote Support client EXE.
# Bump filevers/prodvers and the string versions together on each release.
VSVersionInfo(
  ffi=FixedFileInfo(
    filevers=(1, 0, 7, 0),
    prodvers=(1, 0, 7, 0),
    mask=0x3f,
    flags=0x0,
    OS=0x40004,
    fileType=0x1,
    subtype=0x0,
    date=(0, 0)
  ),
  kids=[
    StringFileInfo(
      [
        StringTable(
          '040904B0',
          [
            StringStruct('CompanyName', 'TechHand Pro Solutions'),
            StringStruct('FileDescription', 'TechHand Remote Support'),
            StringStruct('FileVersion', '1.0.7.0'),
            StringStruct('InternalName', 'TNT_Client'),
            StringStruct('LegalCopyright', '\xa9 TechHand Pro Solutions. All rights reserved.'),
            StringStruct('OriginalFilename', 'TNT_Client.exe'),
            StringStruct('ProductName', 'TechHand Remote Support'),
            StringStruct('ProductVersion', '1.0.7.0')
          ]
        )
      ]
    ),
    VarFileInfo([VarStruct('Translation', [1033, 1200])])
  ]
)
