From 3e20f63505636ca27de3f0f0703d35212544fa23 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 11 Dec 2012 19:46:58 +0000 Subject: added project and resource files git-svn-id: http://svn.miranda-ng.org/main/trunk@2727 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/proto_conn_skype/res/resource.rc | 34 ++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 protocols/Skype/proto_conn_skype/res/resource.rc (limited to 'protocols/Skype/proto_conn_skype/res/resource.rc') diff --git a/protocols/Skype/proto_conn_skype/res/resource.rc b/protocols/Skype/proto_conn_skype/res/resource.rc new file mode 100644 index 0000000000..649c7f7e9b --- /dev/null +++ b/protocols/Skype/proto_conn_skype/res/resource.rc @@ -0,0 +1,34 @@ +//Microsoft Developer Studio generated resource script. +// + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "winres.h" +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// English (U.S.) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) +#ifdef _WIN32 +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US +#pragma code_page(1252) +#endif //_WIN32 + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +1 ICON "1.ico" +2 ICON "2.ico" +3 ICON "3.ico" + +#endif // English (U.S.) resources +///////////////////////////////////////////////////////////////////////////// \ No newline at end of file -- cgit v1.2.3