Subversion Repositories filter_foundry

Rev

Rev 171 | Rev 206 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 171 Rev 192
1
/*
1
/*
2
    This file is part of "Filter Foundry", a filter plugin for Adobe Photoshop
2
    This file is part of "Filter Foundry", a filter plugin for Adobe Photoshop
3
    Copyright (C) 2003-2019 Toby Thain, toby@telegraphics.com.au
3
    Copyright (C) 2003-2009 Toby Thain, toby@telegraphics.com.au
-
 
4
    Copyright (C) 2018-2019 Daniel Marschall, ViaThinkSoft
4
 
5
 
5
    This program is free software; you can redistribute it and/or modify
6
    This program is free software; you can redistribute it and/or modify
6
    it under the terms of the GNU General Public License as published by
7
    it under the terms of the GNU General Public License as published by
7
    the Free Software Foundation; either version 2 of the License, or
8
    the Free Software Foundation; either version 2 of the License, or
8
    (at your option) any later version.
9
    (at your option) any later version.
9
 
10
 
10
    This program is distributed in the hope that it will be useful,
11
    This program is distributed in the hope that it will be useful,
11
    but WITHOUT ANY WARRANTY; without even the implied warranty of
12
    but WITHOUT ANY WARRANTY; without even the implied warranty of
12
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
    GNU General Public License for more details.
14
    GNU General Public License for more details.
14
 
15
 
15
    You should have received a copy of the GNU General Public License
16
    You should have received a copy of the GNU General Public License
16
    along with this program; if not, write to the Free Software
17
    along with this program; if not, write to the Free Software
17
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
*/
19
*/
19
 
20
 
20
/* Version info resource
21
/* Version info resource
21
   see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcesdkr/html/_Tools_VERSIONINFO_Resource.asp
22
   see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcesdkr/html/_Tools_VERSIONINFO_Resource.asp
22
   and http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tools/tools/versioninfo_resource.asp */
23
   and http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tools/tools/versioninfo_resource.asp */
23
 
24
 
24
#include "winver.h"
25
#include "winver.h"
25
 
26
 
26
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS
27
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS
27
VS_VERSION_INFO VERSIONINFO
28
VS_VERSION_INFO VERSIONINFO
28
 FILEVERSION	VI_VERS_NUM
29
 FILEVERSION	VI_VERS_NUM
29
 PRODUCTVERSION	VI_VERS_NUM
30
 PRODUCTVERSION	VI_VERS_NUM
30
 FILEFLAGSMASK	VS_FFI_FILEFLAGSMASK /*0x3fL*/
31
 FILEFLAGSMASK	VS_FFI_FILEFLAGSMASK /*0x3fL*/
31
 FILEFLAGS		VI_FLAGS
32
 FILEFLAGS		VI_FLAGS
32
 FILEOS			VOS__WINDOWS32
33
 FILEOS			VOS__WINDOWS32
33
 FILETYPE		VFT_DLL
34
 FILETYPE		VFT_DLL
34
 FILESUBTYPE	VFT2_UNKNOWN
35
 FILESUBTYPE	VFT2_UNKNOWN
35
BEGIN
36
BEGIN
36
    BLOCK "StringFileInfo"
37
    BLOCK "StringFileInfo"
37
    BEGIN
38
    BEGIN
38
        BLOCK "080904B0"
39
        BLOCK "080904B0"
39
        BEGIN
40
        BEGIN
40
            VALUE "Comments",			VI_COMMENTS
41
            VALUE "Comments",			VI_COMMENTS
41
            VALUE "CompanyName",		"Telegraphics Pty Ltd, www.telegraphics.com.au\0"
42
            VALUE "CompanyName",		"Telegraphics Pty Ltd, www.telegraphics.com.au\0"
42
            VALUE "FileDescription",	"Filter Foundry plugin for Photoshop(R)\0"
43
            VALUE "FileDescription",	"Filter Foundry plugin for Photoshop(R)\0"
43
            VALUE "FileVersion",		VERSION_STR "\0"
44
            VALUE "FileVersion",		VERSION_STR "\0"
44
            /*VALUE "InternalName",		"FilterFoundry\0"*/
45
            /*VALUE "InternalName",		"FilterFoundry\0"*/
45
            VALUE "LegalCopyright",		"Copyright (C) 2003-" RELEASE_YEAR " Toby Thain\0"
46
            VALUE "LegalCopyright",		"Copyright (C) 2003-2009 Toby Thain, 2018-" RELEASE_YEAR " Daniel Marschall\0"
46
            VALUE "License",			"This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\0"
47
            VALUE "License",			"This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\0"
47
            /*VALUE "LegalTrademarks",	"\0"*/
48
            /*VALUE "LegalTrademarks",	"\0"*/
48
            VALUE "OriginalFilename",	"FilterFoundry.8bf\0"
49
            VALUE "OriginalFilename",	"FilterFoundry.8bf\0"
49
            /*VALUE "PrivateBuild",		"\0"*/
50
            /*VALUE "PrivateBuild",		"\0"*/
50
            VALUE "ProductName",		"Filter Foundry\0"
51
            VALUE "ProductName",		"Filter Foundry\0"
51
            VALUE "ProductVersion",		VERSION_STR "\0"
52
            VALUE "ProductVersion",		VERSION_STR "\0"
52
            /*VALUE "SpecialBuild",		"\0"*/
53
            /*VALUE "SpecialBuild",		"\0"*/
53
        END
54
        END
54
    END
55
    END
55
    BLOCK "VarFileInfo" /* see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcesdkr/html/_tools_VarFileInfo_Block.asp */
56
    BLOCK "VarFileInfo" /* see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcesdkr/html/_tools_VarFileInfo_Block.asp */
56
    BEGIN                                   /* Attention: The translation code must be equal to the "StringFileInfo" block's translation! */
57
    BEGIN                                   /* Attention: The translation code must be equal to the "StringFileInfo" block's translation! */
57
        VALUE "Translation", 0x0809, 0x04B0	/* UK English, Unicode */
58
        VALUE "Translation", 0x0809, 0x04B0	/* UK English, Unicode */
58
    END
59
    END
59
END
60
END