resource.rc revision 1.1 1 1.1 riastrad // Microsoft Visual C++ generated resource script.
2 1.1 riastrad //
3 1.1 riastrad #include "resource.h"
4 1.1 riastrad #include "windows.h"
5 1.1 riastrad
6 1.1 riastrad //specify the version numbers for the dll's
7 1.1 riastrad #define LIBSODIUM_VERSION_STRING "1.0.16.0"
8 1.1 riastrad #define LIBSODIUM_VERSION_BIN 1,0,16,0
9 1.1 riastrad
10 1.1 riastrad //specify the product name for the dlls based on the platform we are compiling for
11 1.1 riastrad #if defined(x64)
12 1.1 riastrad #define LIBSODIUM_PRODUCT_NAME "libsodium (x64)"
13 1.1 riastrad #elif defined(Win32)
14 1.1 riastrad #define LIBSODIUM_PRODUCT_NAME "libsodium (x86)"
15 1.1 riastrad #else
16 1.1 riastrad #define LIBSODIUM_PRODUCT_NAME "libsodium"
17 1.1 riastrad #endif
18 1.1 riastrad
19 1.1 riastrad /////////////////////////////////////////////////////////////////////////////
20 1.1 riastrad // English (United States) resources
21 1.1 riastrad
22 1.1 riastrad #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
23 1.1 riastrad LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
24 1.1 riastrad
25 1.1 riastrad /////////////////////////////////////////////////////////////////////////////
26 1.1 riastrad //
27 1.1 riastrad // Version
28 1.1 riastrad //
29 1.1 riastrad
30 1.1 riastrad VS_VERSION_INFO VERSIONINFO
31 1.1 riastrad FILEVERSION LIBSODIUM_VERSION_BIN
32 1.1 riastrad PRODUCTVERSION LIBSODIUM_VERSION_BIN
33 1.1 riastrad FILEFLAGSMASK 0x3fL
34 1.1 riastrad #ifdef _DEBUG
35 1.1 riastrad FILEFLAGS 0x1L
36 1.1 riastrad #else
37 1.1 riastrad FILEFLAGS 0x0L
38 1.1 riastrad #endif
39 1.1 riastrad FILEOS 0x40004L
40 1.1 riastrad FILETYPE 0x7L
41 1.1 riastrad FILESUBTYPE 0x0L
42 1.1 riastrad BEGIN
43 1.1 riastrad BLOCK "StringFileInfo"
44 1.1 riastrad BEGIN
45 1.1 riastrad BLOCK "040904b0"
46 1.1 riastrad BEGIN
47 1.1 riastrad VALUE "FileDescription", "The Sodium crypto library (libsodium) "
48 1.1 riastrad VALUE "FileVersion", LIBSODIUM_VERSION_STRING
49 1.1 riastrad VALUE "InternalName", "libsodium"
50 1.1 riastrad VALUE "LegalCopyright", "Copyright (c) 2017 The libsodium authors."
51 1.1 riastrad VALUE "OriginalFilename", "libsodium.dll"
52 1.1 riastrad VALUE "ProductName", LIBSODIUM_PRODUCT_NAME
53 1.1 riastrad VALUE "ProductVersion", LIBSODIUM_VERSION_STRING
54 1.1 riastrad END
55 1.1 riastrad END
56 1.1 riastrad BLOCK "VarFileInfo"
57 1.1 riastrad BEGIN
58 1.1 riastrad VALUE "Translation", 0x409, 1200
59 1.1 riastrad END
60 1.1 riastrad END
61 1.1 riastrad
62 1.1 riastrad #endif // English (United States) resources
63 1.1 riastrad /////////////////////////////////////////////////////////////////////////////
64