~ubuntu-branches/ubuntu/trusty/log4shib/trusty

« back to all changes in this revision

Viewing changes to msvc9/log4shibDLL/log4shibDLL.rc

  • Committer: Package Import Robot
  • Author(s): Russ Allbery
  • Date: 2012-06-05 21:20:25 UTC
  • Revision ID: package-import@ubuntu.com-20120605212025-uyigtav7dqwvnf41
Tags: upstream-1.0.4
Import upstream version 1.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifdef APSTUDIO_INVOKED
 
2
        #error This file is not editable by Microsoft Visual C++
 
3
#endif //APSTUDIO_INVOKED
 
4
 
 
5
#include "Winver.h"
 
6
 
 
7
/////////////////////////////////////////////////////////////////////////////
 
8
//
 
9
// Version
 
10
//
 
11
 
 
12
VS_VERSION_INFO VERSIONINFO
 
13
 FILEVERSION 1,0,4,0
 
14
 PRODUCTVERSION 1,0,4,0
 
15
 FILEFLAGSMASK 0x3fL
 
16
#ifdef _DEBUG
 
17
 FILEFLAGS 0x1L
 
18
#else
 
19
 FILEFLAGS 0x0L
 
20
#endif
 
21
 FILEOS 0x40004L
 
22
 FILETYPE 0x2L
 
23
 FILESUBTYPE 0x0L
 
24
BEGIN
 
25
    BLOCK "StringFileInfo"
 
26
    BEGIN
 
27
        BLOCK "040904b0"
 
28
        BEGIN
 
29
            VALUE "Comments", "Distributed under the terms of the GNU Lesser General Public License (LGPL) version 2.1. See COPYING for details.\0"
 
30
            VALUE "CompanyName", "Internet2\0"
 
31
            VALUE "ContributingAuthors", "Cedric Le Goater, Marc Welz, others. See documentation for complete list\0"     
 
32
            VALUE "FileDescription", "Log library for C++ DLL\0"
 
33
            VALUE "FileVersion", "1.0.4\0"
 
34
            VALUE "InternalName", "log4shib\0"
 
35
            VALUE "LegalCopyright", "Copyright � 2000-2002 the Log4cpp Project, others\0"
 
36
            VALUE "LegalTrademarks", "\0"
 
37
#ifdef _DEBUG
 
38
            VALUE "OriginalFilename", "log4shib1_0D.dll\0"
 
39
#else
 
40
            VALUE "OriginalFilename", "log4shib1_0.dll\0"
 
41
#endif
 
42
            VALUE "PrivateBuild", "\0"
 
43
            VALUE "ProductName", "Log library for C++\0"
 
44
            VALUE "ProductVersion", "1.0.4\0"
 
45
            VALUE "SpecialBuild", "\0"
 
46
        END
 
47
    END
 
48
    BLOCK "VarFileInfo"
 
49
    BEGIN
 
50
        VALUE "Translation", 0x409, 1200
 
51
    END
 
52
END
 
53
 
 
54
// End of version info resource