OSDN Git Service

updated all sources.
[putex/putex.git] / src / texsourc / yandytex.rc
1 /* Copyright 2014 Clerk Ma.
2
3    This program is free software; you can redistribute it and/or modify
4    it under the terms of the GNU General Public License as published by
5    the Free Software Foundation; either version 2 of the License, or
6    (at your option) any later version.
7
8    This program is distributed in the hope that it will be useful, but
9    WITHOUT ANY WARRANTY; without even the implied warranty of
10    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11    General Public License for more details.
12
13    You should have received a copy of the GNU General Public License
14    along with this program; if not, write to the Free Software
15    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
16    02110-1301 USA.  */
17
18 #include <windows.h>
19
20 VS_VERSION_INFO VERSIONINFO
21   FILEVERSION    0,3,0,0
22   PRODUCTVERSION 2,3,0,0
23   FILEOS         VOS__WINDOWS32
24   FILETYPE       VFT_APP
25 {
26   BLOCK "StringFileInfo"
27   {
28     BLOCK "040904b0"
29     {
30       VALUE "CompanyName",        "Project Fandol.\0"
31       VALUE "FileDescription",    "Y&Y TeX 2.3.0 (WIN32)\0"
32       VALUE "FileVersion",        "0.3.0.0\0"
33       VALUE "LegalCopyright",     "(C) 2014 Clerk Ma.\0"
34       VALUE "OriginalFilename",   "yandytex.exe\0"
35       VALUE "ProductName",        "Y&Y TeX\0"
36       VALUE "ProductVersion",     "2.3.0.0\0"
37     }
38   }
39   BLOCK "VarFileInfo"
40   {
41     VALUE "Translation", 0x409, 1252
42   }
43 }