summaryrefslogtreecommitdiff
path: root/Build/source/texk/gregorio/gregorio-4.0.0-rc1/windows/gregorio-resources.rc
blob: 62d2716824507fa266560ab9a6deb0e95c1ea7dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
IDI_ICON1 ICON DISCARDABLE "gregorio.ico"
1 VERSIONINFO
FILEVERSION     1,0,0,0
PRODUCTVERSION  1,0,0,0
BEGIN
  BLOCK "StringFileInfo"
  BEGIN
    BLOCK "040904E4"
    BEGIN
      VALUE "CompanyName", "Gregorio project"
      VALUE "FileDescription", "Gregorio"
      VALUE "FileVersion", "4.0.0-rc1"
      VALUE "InternalName", "gregorio"
      VALUE "LegalCopyright", "See COPYING in the installation directory."
      VALUE "OriginalFilename", "gregorio.exe"
      VALUE "ProductName", "Gregorio"
      VALUE "ProductVersion", "4.0.0-rc1"
    END
  END

  BLOCK "VarFileInfo"
  BEGIN
    VALUE "Translation", 0x409, 1252
  END
END