mirror of https://github.com/PurpleI2P/i2pd.git
I2P: End-to-End encrypted and anonymous Internet
https://i2pd.website/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.0 KiB
38 lines
1.0 KiB
#ifdef APSTUDIO_INVOKED |
|
#error this file is not editable by Microsoft Visual C++ |
|
#endif //APSTUDIO_INVOKED |
|
|
|
#include "version.h" |
|
|
|
VS_VERSION_INFO VERSIONINFO |
|
FILEVERSION I2PD_VERSION_MAJOR,I2PD_VERSION_MINOR,I2PD_VERSION_MICRO,I2PD_VERSION_PATCH |
|
PRODUCTVERSION I2P_VERSION_MAJOR,I2P_VERSION_MINOR,I2P_VERSION_MICRO,I2P_VERSION_PATCH |
|
FILEFLAGSMASK 0x3fL |
|
#ifdef _DEBUG |
|
FILEFLAGS 0x1L |
|
#else |
|
FILEFLAGS 0x0L |
|
#endif |
|
FILEOS 0x40004L |
|
FILETYPE 0x1L |
|
FILESUBTYPE 0x0L |
|
BEGIN |
|
BLOCK "StringFileInfo" |
|
BEGIN |
|
BLOCK "040904b0" |
|
BEGIN |
|
VALUE "CompanyName", "Purple I2P" |
|
VALUE "FileDescription", "C++ I2P daemon" |
|
VALUE "FileVersion", I2PD_VERSION |
|
VALUE "InternalName", CODENAME |
|
VALUE "LegalCopyright", "Copyright (C) 2013-2023, The PurpleI2P Project" |
|
VALUE "OriginalFilename", "i2pd" |
|
VALUE "ProductName", "Purple I2P" |
|
VALUE "ProductVersion", I2P_VERSION |
|
END |
|
END |
|
BLOCK "VarFileInfo" |
|
BEGIN |
|
VALUE "Translation", 0x409, 1200 |
|
END |
|
END
|
|
|