From f04d64869f3b1de54fb343f28f955584780001b8 Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Sat, 26 Nov 2011 15:41:10 +0000 Subject: Project folders rename part 3 git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@215 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- secureim/version.rc | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 secureim/version.rc (limited to 'secureim/version.rc') diff --git a/secureim/version.rc b/secureim/version.rc deleted file mode 100644 index 80561a7..0000000 --- a/secureim/version.rc +++ /dev/null @@ -1,41 +0,0 @@ -#include "version.h" - -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -VS_VERSION_INFO VERSIONINFO - FILEVERSION __FILEVERSION_STRING - PRODUCTVERSION __FILEVERSION_STRING - FILEFLAGSMASK 0x17L -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x4L - FILETYPE 0x2L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "000004b0" - BEGIN - VALUE "Comments", "Licensed under the terms of the GNU General Public License" - VALUE "FileDescription", "SecureIM plugin for Miranda IM" - VALUE "FileVersion", __VERSION_STRING - VALUE "InternalName", "SecureIM" - VALUE "LegalCopyright", "Copyright é 2003 Johell, é 2005-09 Baloo" - VALUE "OriginalFilename", "secureim.dll" - VALUE "ProductName", "SecureIM plugin" - VALUE "ProductVersion", __VERSION_STRING - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x0, 1200 - END -END - - -- cgit v1.2.3