From 92e2a3f31edc21a0ceb5691cbe7cb122e1d58e45 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 9 Mar 2013 09:06:29 +0000 Subject: added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3926 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SecureIM/SecureIM_icons/res/cl_dis.ico | Bin 0 -> 1150 bytes plugins/SecureIM/SecureIM_icons/res/cl_est.ico | Bin 0 -> 1150 bytes plugins/SecureIM/SecureIM_icons/res/cm_dis.ico | Bin 0 -> 1150 bytes plugins/SecureIM/SecureIM_icons/res/cm_est.ico | Bin 0 -> 1150 bytes plugins/SecureIM/SecureIM_icons/res/mw_dis.ico | Bin 0 -> 1150 bytes plugins/SecureIM/SecureIM_icons/res/mw_est.ico | Bin 0 -> 1150 bytes plugins/SecureIM/SecureIM_icons/res/ov_gpg.ico | Bin 0 -> 1150 bytes plugins/SecureIM/SecureIM_icons/res/ov_nat.ico | Bin 0 -> 1150 bytes plugins/SecureIM/SecureIM_icons/res/ov_pgp.ico | Bin 0 -> 1150 bytes plugins/SecureIM/SecureIM_icons/res/ov_rsa.ico | Bin 0 -> 1150 bytes plugins/SecureIM/SecureIM_icons/res/pu_dis.ico | Bin 0 -> 1150 bytes plugins/SecureIM/SecureIM_icons/res/pu_est.ico | Bin 0 -> 1150 bytes plugins/SecureIM/SecureIM_icons/res/pu_msg.ico | Bin 0 -> 1150 bytes plugins/SecureIM/SecureIM_icons/res/pu_prc.ico | Bin 0 -> 1150 bytes plugins/SecureIM/SecureIM_icons/res/resource.rc | 63 ++++++++++ plugins/SecureIM/SecureIM_icons/res/st_dis.ico | Bin 0 -> 1150 bytes plugins/SecureIM/SecureIM_icons/res/st_ena.ico | Bin 0 -> 1150 bytes plugins/SecureIM/SecureIM_icons/res/st_try.ico | Bin 0 -> 1150 bytes plugins/SecureIM/SecureIM_icons/res/version.rc | 38 ++++++ .../SecureIM_icons/secureim_icons_10.vcxproj | 135 ++++++++++++++++++++ .../secureim_icons_10.vcxproj.filters | 28 +++++ .../SecureIM_icons/secureim_icons_11.vcxproj | 139 +++++++++++++++++++++ .../secureim_icons_11.vcxproj.filters | 28 +++++ plugins/SecureIM/SecureIM_icons/src/Version.h | 11 ++ plugins/SecureIM/SecureIM_icons/src/resource.h | 32 +++++ 25 files changed, 474 insertions(+) create mode 100644 plugins/SecureIM/SecureIM_icons/res/cl_dis.ico create mode 100644 plugins/SecureIM/SecureIM_icons/res/cl_est.ico create mode 100644 plugins/SecureIM/SecureIM_icons/res/cm_dis.ico create mode 100644 plugins/SecureIM/SecureIM_icons/res/cm_est.ico create mode 100644 plugins/SecureIM/SecureIM_icons/res/mw_dis.ico create mode 100644 plugins/SecureIM/SecureIM_icons/res/mw_est.ico create mode 100644 plugins/SecureIM/SecureIM_icons/res/ov_gpg.ico create mode 100644 plugins/SecureIM/SecureIM_icons/res/ov_nat.ico create mode 100644 plugins/SecureIM/SecureIM_icons/res/ov_pgp.ico create mode 100644 plugins/SecureIM/SecureIM_icons/res/ov_rsa.ico create mode 100644 plugins/SecureIM/SecureIM_icons/res/pu_dis.ico create mode 100644 plugins/SecureIM/SecureIM_icons/res/pu_est.ico create mode 100644 plugins/SecureIM/SecureIM_icons/res/pu_msg.ico create mode 100644 plugins/SecureIM/SecureIM_icons/res/pu_prc.ico create mode 100644 plugins/SecureIM/SecureIM_icons/res/resource.rc create mode 100644 plugins/SecureIM/SecureIM_icons/res/st_dis.ico create mode 100644 plugins/SecureIM/SecureIM_icons/res/st_ena.ico create mode 100644 plugins/SecureIM/SecureIM_icons/res/st_try.ico create mode 100644 plugins/SecureIM/SecureIM_icons/res/version.rc create mode 100644 plugins/SecureIM/SecureIM_icons/secureim_icons_10.vcxproj create mode 100644 plugins/SecureIM/SecureIM_icons/secureim_icons_10.vcxproj.filters create mode 100644 plugins/SecureIM/SecureIM_icons/secureim_icons_11.vcxproj create mode 100644 plugins/SecureIM/SecureIM_icons/secureim_icons_11.vcxproj.filters create mode 100644 plugins/SecureIM/SecureIM_icons/src/Version.h create mode 100644 plugins/SecureIM/SecureIM_icons/src/resource.h (limited to 'plugins/SecureIM/SecureIM_icons') diff --git a/plugins/SecureIM/SecureIM_icons/res/cl_dis.ico b/plugins/SecureIM/SecureIM_icons/res/cl_dis.ico new file mode 100644 index 0000000000..081b3607db Binary files /dev/null and b/plugins/SecureIM/SecureIM_icons/res/cl_dis.ico differ diff --git a/plugins/SecureIM/SecureIM_icons/res/cl_est.ico b/plugins/SecureIM/SecureIM_icons/res/cl_est.ico new file mode 100644 index 0000000000..2e1ac4aa9c Binary files /dev/null and b/plugins/SecureIM/SecureIM_icons/res/cl_est.ico differ diff --git a/plugins/SecureIM/SecureIM_icons/res/cm_dis.ico b/plugins/SecureIM/SecureIM_icons/res/cm_dis.ico new file mode 100644 index 0000000000..081b3607db Binary files /dev/null and b/plugins/SecureIM/SecureIM_icons/res/cm_dis.ico differ diff --git a/plugins/SecureIM/SecureIM_icons/res/cm_est.ico b/plugins/SecureIM/SecureIM_icons/res/cm_est.ico new file mode 100644 index 0000000000..eaad459570 Binary files /dev/null and b/plugins/SecureIM/SecureIM_icons/res/cm_est.ico differ diff --git a/plugins/SecureIM/SecureIM_icons/res/mw_dis.ico b/plugins/SecureIM/SecureIM_icons/res/mw_dis.ico new file mode 100644 index 0000000000..081b3607db Binary files /dev/null and b/plugins/SecureIM/SecureIM_icons/res/mw_dis.ico differ diff --git a/plugins/SecureIM/SecureIM_icons/res/mw_est.ico b/plugins/SecureIM/SecureIM_icons/res/mw_est.ico new file mode 100644 index 0000000000..2e1ac4aa9c Binary files /dev/null and b/plugins/SecureIM/SecureIM_icons/res/mw_est.ico differ diff --git a/plugins/SecureIM/SecureIM_icons/res/ov_gpg.ico b/plugins/SecureIM/SecureIM_icons/res/ov_gpg.ico new file mode 100644 index 0000000000..d0974eb4de Binary files /dev/null and b/plugins/SecureIM/SecureIM_icons/res/ov_gpg.ico differ diff --git a/plugins/SecureIM/SecureIM_icons/res/ov_nat.ico b/plugins/SecureIM/SecureIM_icons/res/ov_nat.ico new file mode 100644 index 0000000000..8af8c751f2 Binary files /dev/null and b/plugins/SecureIM/SecureIM_icons/res/ov_nat.ico differ diff --git a/plugins/SecureIM/SecureIM_icons/res/ov_pgp.ico b/plugins/SecureIM/SecureIM_icons/res/ov_pgp.ico new file mode 100644 index 0000000000..83d5563331 Binary files /dev/null and b/plugins/SecureIM/SecureIM_icons/res/ov_pgp.ico differ diff --git a/plugins/SecureIM/SecureIM_icons/res/ov_rsa.ico b/plugins/SecureIM/SecureIM_icons/res/ov_rsa.ico new file mode 100644 index 0000000000..40471c0c86 Binary files /dev/null and b/plugins/SecureIM/SecureIM_icons/res/ov_rsa.ico differ diff --git a/plugins/SecureIM/SecureIM_icons/res/pu_dis.ico b/plugins/SecureIM/SecureIM_icons/res/pu_dis.ico new file mode 100644 index 0000000000..081b3607db Binary files /dev/null and b/plugins/SecureIM/SecureIM_icons/res/pu_dis.ico differ diff --git a/plugins/SecureIM/SecureIM_icons/res/pu_est.ico b/plugins/SecureIM/SecureIM_icons/res/pu_est.ico new file mode 100644 index 0000000000..2e1ac4aa9c Binary files /dev/null and b/plugins/SecureIM/SecureIM_icons/res/pu_est.ico differ diff --git a/plugins/SecureIM/SecureIM_icons/res/pu_msg.ico b/plugins/SecureIM/SecureIM_icons/res/pu_msg.ico new file mode 100644 index 0000000000..d604cbdf2d Binary files /dev/null and b/plugins/SecureIM/SecureIM_icons/res/pu_msg.ico differ diff --git a/plugins/SecureIM/SecureIM_icons/res/pu_prc.ico b/plugins/SecureIM/SecureIM_icons/res/pu_prc.ico new file mode 100644 index 0000000000..10d061de77 Binary files /dev/null and b/plugins/SecureIM/SecureIM_icons/res/pu_prc.ico differ diff --git a/plugins/SecureIM/SecureIM_icons/res/resource.rc b/plugins/SecureIM/SecureIM_icons/res/resource.rc new file mode 100644 index 0000000000..8f9e8edf85 --- /dev/null +++ b/plugins/SecureIM/SecureIM_icons/res/resource.rc @@ -0,0 +1,63 @@ +// Microsoft Visual C++ generated resource script. +// +#include "..\src\resource.h" +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#define APSTUDIO_HIDDEN_SYMBOLS +#include "windows.h" +#undef APSTUDIO_HIDDEN_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// Russian resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS) +LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT +#pragma code_page(1251) + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +IDI_CL_DIS ICON "cl_dis.ico" +IDI_CL_EST ICON "cl_est.ico" +IDI_CM_DIS ICON "cm_dis.ico" +IDI_CM_EST ICON "cm_est.ico" +IDI_MW_DIS ICON "mw_dis.ico" +IDI_MW_EST ICON "mw_est.ico" +IDI_PU_DIS ICON "pu_dis.ico" +IDI_PU_EST ICON "pu_est.ico" +IDI_PU_PRC ICON "pu_prc.ico" +IDI_PU_MSG ICON "pu_msg.ico" +IDI_ST_DIS ICON "st_dis.ico" +IDI_ST_ENA ICON "st_ena.ico" +IDI_ST_TRY ICON "st_try.ico" +IDI_OV_NAT ICON "ov_nat.ico" +IDI_OV_PGP ICON "ov_pgp.ico" +IDI_OV_GPG ICON "ov_gpg.ico" +IDI_OV_RSA ICON "ov_rsa.ico" + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "..\\src\\resource.h\0" + "afxres.h\0" +END + +#endif // APSTUDIO_INVOKED + +#endif // Russian resources +///////////////////////////////////////////////////////////////////////////// diff --git a/plugins/SecureIM/SecureIM_icons/res/st_dis.ico b/plugins/SecureIM/SecureIM_icons/res/st_dis.ico new file mode 100644 index 0000000000..1b884c7f52 Binary files /dev/null and b/plugins/SecureIM/SecureIM_icons/res/st_dis.ico differ diff --git a/plugins/SecureIM/SecureIM_icons/res/st_ena.ico b/plugins/SecureIM/SecureIM_icons/res/st_ena.ico new file mode 100644 index 0000000000..6a4f0fa503 Binary files /dev/null and b/plugins/SecureIM/SecureIM_icons/res/st_ena.ico differ diff --git a/plugins/SecureIM/SecureIM_icons/res/st_try.ico b/plugins/SecureIM/SecureIM_icons/res/st_try.ico new file mode 100644 index 0000000000..35ea0ed1bc Binary files /dev/null and b/plugins/SecureIM/SecureIM_icons/res/st_try.ico differ diff --git a/plugins/SecureIM/SecureIM_icons/res/version.rc b/plugins/SecureIM/SecureIM_icons/res/version.rc new file mode 100644 index 0000000000..5bfbab4754 --- /dev/null +++ b/plugins/SecureIM/SecureIM_icons/res/version.rc @@ -0,0 +1,38 @@ +// Microsoft Visual C++ generated resource script. +// +#ifdef APSTUDIO_INVOKED +#error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED + +#include "afxres.h" +#include "..\src\version.h" + +VS_VERSION_INFO VERSIONINFO + FILEVERSION __FILEVERSION_STRING + PRODUCTVERSION __FILEVERSION_STRING + FILEFLAGSMASK 0x17L +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x4L + FILETYPE 0x0L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "000004b0" + BEGIN + VALUE "FileDescription", __DESCRIPTION + VALUE "InternalName", __PLUGIN_NAME + VALUE "LegalCopyright", __COPYRIGHT + VALUE "OriginalFilename", __FILENAME + VALUE "ProductName", __PLUGIN_NAME + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0, 1200 + END +END diff --git a/plugins/SecureIM/SecureIM_icons/secureim_icons_10.vcxproj b/plugins/SecureIM/SecureIM_icons/secureim_icons_10.vcxproj new file mode 100644 index 0000000000..e85bbd0cc7 --- /dev/null +++ b/plugins/SecureIM/SecureIM_icons/secureim_icons_10.vcxproj @@ -0,0 +1,135 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + SecureIM_icons + {3FAB6AC7-6B7F-4779-B519-34E8035074A4} + + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + false + Windows + $(SolutionDir)\lib + + + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + false + Windows + $(SolutionDir)\lib + + + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + false + Windows + true + true + $(SolutionDir)\lib + + + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + false + Windows + true + true + $(SolutionDir)\lib + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/SecureIM/SecureIM_icons/secureim_icons_10.vcxproj.filters b/plugins/SecureIM/SecureIM_icons/secureim_icons_10.vcxproj.filters new file mode 100644 index 0000000000..c73f2469f9 --- /dev/null +++ b/plugins/SecureIM/SecureIM_icons/secureim_icons_10.vcxproj.filters @@ -0,0 +1,28 @@ + + + + + {d6176538-1c22-41e7-b82c-e4c9344fd47f} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + {8811babb-9e6a-42a5-9802-12b70bce5045} + + + + + Resource Files + + + Resource Files + + + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/plugins/SecureIM/SecureIM_icons/secureim_icons_11.vcxproj b/plugins/SecureIM/SecureIM_icons/secureim_icons_11.vcxproj new file mode 100644 index 0000000000..c21769313d --- /dev/null +++ b/plugins/SecureIM/SecureIM_icons/secureim_icons_11.vcxproj @@ -0,0 +1,139 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + SecureIM_icons + {3FAB6AC7-6B7F-4779-B519-34E8035074A4} + + + + DynamicLibrary + Unicode + true + v110_xp + + + DynamicLibrary + Unicode + true + v110_xp + + + DynamicLibrary + Unicode + v110_xp + + + DynamicLibrary + Unicode + v110_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + false + Windows + $(SolutionDir)\lib + + + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + false + Windows + $(SolutionDir)\lib + + + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + false + Windows + true + true + $(SolutionDir)\lib + + + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + false + Windows + true + true + $(SolutionDir)\lib + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/SecureIM/SecureIM_icons/secureim_icons_11.vcxproj.filters b/plugins/SecureIM/SecureIM_icons/secureim_icons_11.vcxproj.filters new file mode 100644 index 0000000000..c73f2469f9 --- /dev/null +++ b/plugins/SecureIM/SecureIM_icons/secureim_icons_11.vcxproj.filters @@ -0,0 +1,28 @@ + + + + + {d6176538-1c22-41e7-b82c-e4c9344fd47f} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + {8811babb-9e6a-42a5-9802-12b70bce5045} + + + + + Resource Files + + + Resource Files + + + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/plugins/SecureIM/SecureIM_icons/src/Version.h b/plugins/SecureIM/SecureIM_icons/src/Version.h new file mode 100644 index 0000000000..af774be248 --- /dev/null +++ b/plugins/SecureIM/SecureIM_icons/src/Version.h @@ -0,0 +1,11 @@ +#define __MAJOR_VERSION 1 +#define __MINOR_VERSION 0 +#define __RELEASE_NUM 12 +#define __BUILD_NUM 4 + +#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM + +#define __PLUGIN_NAME "SecureIM icons" +#define __FILENAME "SecureIM_icons.dll" +#define __DESCRIPTION "Iconpack for SecureIM plugin of Miranda NG." +#define __COPYRIGHT "© 2003 Johell, 2005-09 Baloo" diff --git a/plugins/SecureIM/SecureIM_icons/src/resource.h b/plugins/SecureIM/SecureIM_icons/src/resource.h new file mode 100644 index 0000000000..9bceae8ea6 --- /dev/null +++ b/plugins/SecureIM/SecureIM_icons/src/resource.h @@ -0,0 +1,32 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by resource.rc +// +#define IDI_CL_DIS 1 +#define IDI_CL_EST 2 +#define IDI_CM_DIS 3 +#define IDI_CM_EST 4 +#define IDI_MW_DIS 5 +#define IDI_MW_EST 6 +#define IDI_PU_DIS 7 +#define IDI_PU_EST 8 +#define IDI_PU_PRC 9 +#define IDI_PU_MSG 10 +#define IDI_ST_DIS 11 +#define IDI_ST_ENA 12 +#define IDI_ST_TRY 13 +#define IDI_OV_NAT 14 +#define IDI_OV_PGP 15 +#define IDI_OV_GPG 16 +#define IDI_OV_RSA 17 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 119 +#define _APS_NEXT_COMMAND_VALUE 40002 +#define _APS_NEXT_CONTROL_VALUE 1400 +#define _APS_NEXT_SYMED_VALUE 119 +#endif +#endif -- cgit v1.2.3