source: git/src-cryptopp/cryptopp.rc

Last change on this file was e230cb0, checked in by David Stainton <dstainton415@…>, at 2016-10-12T13:27:29Z

Add cryptopp from tag CRYPTOPP_5_6_5

  • Property mode set to 100644
File size: 2.4 KB
Line 
1// Microsoft Visual C++ generated resource script.
2//
3#include "resource.h"
4
5#define APSTUDIO_READONLY_SYMBOLS
6/////////////////////////////////////////////////////////////////////////////
7//
8// Generated from the TEXTINCLUDE 2 resource.
9//
10#include "windows.h"
11
12/////////////////////////////////////////////////////////////////////////////
13#undef APSTUDIO_READONLY_SYMBOLS
14
15/////////////////////////////////////////////////////////////////////////////
16// English (U.S.) resources
17
18#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
19#ifdef _WIN32
20LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
21#pragma code_page(1252)
22#endif //_WIN32
23
24/////////////////////////////////////////////////////////////////////////////
25//
26// Version
27//
28
29VS_VERSION_INFO VERSIONINFO
30 FILEVERSION 5,6,5,0
31 PRODUCTVERSION 5,6,5,0
32 FILEFLAGSMASK 0x3fL
33#ifdef _DEBUG
34 FILEFLAGS 0x1L
35#else
36 FILEFLAGS 0x0L
37#endif
38 FILEOS 0x4L
39 FILETYPE 0x2L
40 FILESUBTYPE 0x0L
41BEGIN
42    BLOCK "StringFileInfo"
43    BEGIN
44        BLOCK "040904b0"
45        BEGIN
46            VALUE "Comments", "Free crypto library, more information available at www.cryptopp.com"
47            VALUE "CompanyName", "Wei Dai"
48            VALUE "FileDescription", "Crypto++® Library DLL"
49            VALUE "FileVersion", "5, 6, 5, 0"
50            VALUE "InternalName", "cryptopp"
51            VALUE "LegalCopyright", "Copyright© 1995-2016 by Wei Dai"
52            VALUE "LegalTrademarks", "Crypto++®"
53            VALUE "OriginalFilename", "cryptopp.dll"
54            VALUE "ProductName", "Crypto++® Library"
55            VALUE "ProductVersion", "5, 6, 5, 0"
56        END
57    END
58    BLOCK "VarFileInfo"
59    BEGIN
60        VALUE "Translation", 0x409, 1200
61    END
62END
63
64
65#ifdef APSTUDIO_INVOKED
66/////////////////////////////////////////////////////////////////////////////
67//
68// TEXTINCLUDE
69//
70
711 TEXTINCLUDE
72BEGIN
73    "resource.h\0"
74END
75
762 TEXTINCLUDE
77BEGIN
78    "#include ""windows.h""\r\n"
79    "\0"
80END
81
823 TEXTINCLUDE
83BEGIN
84    "\r\n"
85    "\0"
86END
87
88#endif    // APSTUDIO_INVOKED
89
90#endif    // English (U.S.) resources
91/////////////////////////////////////////////////////////////////////////////
92
93
94
95#ifndef APSTUDIO_INVOKED
96/////////////////////////////////////////////////////////////////////////////
97//
98// Generated from the TEXTINCLUDE 3 resource.
99//
100
101
102/////////////////////////////////////////////////////////////////////////////
103#endif    // not APSTUDIO_INVOKED
104
Note: See TracBrowser for help on using the repository browser.