# UTF-8
# File version info cho app.exe
VSVersionInfo(
  ffi=FixedFileInfo(
    filevers=(1, 0, 0, 4),
    prodvers=(1, 0, 0, 4),
    mask=0x3f,
    flags=0x0,
    OS=0x40004,
    fileType=0x1,
    subtype=0x0,
    date=(0, 0)
  ),
  kids=[
    StringFileInfo(
      [
        StringTable(
          '040904B0',
          [
            StringStruct('CompanyName', 'NextIT'),
            StringStruct('FileDescription', 'NextIT SmartAuto - Automation & RPA Application'),
            StringStruct('FileVersion', '1.0.0.4'),
            StringStruct('InternalName', 'app'),
            StringStruct('LegalCopyright', '© 2026 NextIT. All rights reserved.'),
            StringStruct('OriginalFilename', 'app.exe'),
            StringStruct('ProductName', 'NextIT SmartAuto'),
            StringStruct('ProductVersion', '1.0.0.4'),
            StringStruct('Comments', 'Automation and RPA Platform for intelligent workflow automation')
          ]
        )
      ]
    ),
    VarFileInfo([VarStruct('Translation', [0x0409, 1200])])
  ]
)
