You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

30 lines
742 B
Plaintext

#include "winver.h"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 9,5,9,0
PRODUCTVERSION 9,5,9,0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
FILESUBTYPE VFT2_UNKNOWN
{
BLOCK "StringFileInfo" {
BLOCK "04090000" {
VALUE "CompanyName", "Cisco Systems, Inc."
VALUE "FileDescription", "Chez Scheme Version 9.5.9"
VALUE "FileVersion", "9.5.9"
VALUE "InternalName", "scheme.exe"
VALUE "LegalCopyright", "Copyright 1984-2022 Cisco Systems, Inc. Licensed under the Apache License, Version 2.0."
VALUE "OriginalFilename", "scheme.exe"
VALUE "ProductName", "Chez Scheme"
VALUE "ProductVersion", "9.5.9"
}
}
BLOCK "VarFileInfo" {
VALUE "Translation", 0x409, 0
}
}
scheme ICON "cs.ico"