view src/winres.rc.in @ 167:c54ad71c1205

Apply (kludgey) adjustment scales for printed page to avoid overflow ..
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Sep 2017 13:14:51 +0300
parents c8fd927cd2c4
children 58af72da7f60
line wrap: on
line source

MAINICON ICON "icon.ico"
1 VERSIONINFO
FILEVERSION     1,0,0,0
PRODUCTVERSION  @APP_VERSION_COM@
BEGIN
  BLOCK "StringFileInfo"
  BEGIN
    BLOCK "040904E4"
    BEGIN
      VALUE "CompanyName", "TNSP"
      VALUE "FileDescription", "Cafe Kampus Syntilista"
      VALUE "FileVersion", "1.0"
      VALUE "InternalName", "Syntilista"
      VALUE "LegalCopyright", "(C) Copyright 2017 Tecnic Software productions"
      VALUE "OriginalFilename", "@APP_EXE@"
      VALUE "ProductName", "Syntilista"
      VALUE "ProductVersion", "@APP_VERSION@"
    END
  END
END