diff options
Diffstat (limited to 'plugins/FTPFileYM/res/version1.rc')
-rw-r--r-- | plugins/FTPFileYM/res/version1.rc | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/plugins/FTPFileYM/res/version1.rc b/plugins/FTPFileYM/res/version1.rc deleted file mode 100644 index 6384d03f71..0000000000 --- a/plugins/FTPFileYM/res/version1.rc +++ /dev/null @@ -1,40 +0,0 @@ -#ifdef APSTUDIO_INVOKED
-#error this file is not editable by Microsoft Visual C++
-#endif //APSTUDIO_INVOKED
-
-#include <windows.h>
-#include "version.h"
-
-VS_VERSION_INFO VERSIONINFO
- FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
- FILEFLAGSMASK 0x3fL
-#ifdef _DEBUG
- FILEFLAGS 0x1L
-#else
- FILEFLAGS 0x0L
-#endif
- FILEOS 0x40004L
- FILETYPE 0x1L
- FILESUBTYPE 0x0L
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "000004b0"
- BEGIN
- VALUE "Author", "Jan Holub"
- VALUE "CompanyName", "yaho"
- VALUE "FileDescription", "FTP a file to a server and send the URL to your friend"
- VALUE "FileVersion", __VERSION_STRING
- VALUE "InternalName", "FTP File YM"
- VALUE "LegalCopyright", "Copyright (c) 2007-2010 Jan Holub"
- VALUE "OriginalFilename", "ftpfile.dll"
- VALUE "ProductName", "FTP File YM"
- VALUE "ProductVersion", __VERSION_STRING
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x0, 1200
- END
-END
|