view src/winres.rc.in @ 148:665421937ec8

Add another commandline option "reset" for reseting the UI position, size and scale to default values.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 25 Aug 2017 22:34:24 +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