summaryrefslogtreecommitdiff
path: root/Build/source/texk/gregorio/gregorio-4.0.0-rc1/windows/gregorio-resources.rc
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/gregorio/gregorio-4.0.0-rc1/windows/gregorio-resources.rc')
-rw-r--r--Build/source/texk/gregorio/gregorio-4.0.0-rc1/windows/gregorio-resources.rc25
1 files changed, 25 insertions, 0 deletions
diff --git a/Build/source/texk/gregorio/gregorio-4.0.0-rc1/windows/gregorio-resources.rc b/Build/source/texk/gregorio/gregorio-4.0.0-rc1/windows/gregorio-resources.rc
new file mode 100644
index 00000000000..62d27168245
--- /dev/null
+++ b/Build/source/texk/gregorio/gregorio-4.0.0-rc1/windows/gregorio-resources.rc
@@ -0,0 +1,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