From 42b8389de6110eb1aaa6beb86a2d99b0bbece100 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 19 Oct 2012 07:33:41 +0000 Subject: added proto_ icons git-svn-id: http://svn.miranda-ng.org/main/trunk@1978 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tlen/proto_tlen/Proto_Tlen.vcxproj | 130 +++++++++++++++++++++ .../Tlen/proto_tlen/Proto_Tlen.vcxproj.filters | 23 ++++ protocols/Tlen/proto_tlen/res/Away.ico | Bin 0 -> 5430 bytes protocols/Tlen/proto_tlen/res/DND.ico | Bin 0 -> 5430 bytes protocols/Tlen/proto_tlen/res/FFC.ico | Bin 0 -> 5430 bytes protocols/Tlen/proto_tlen/res/Invisible.ico | Bin 0 -> 5430 bytes protocols/Tlen/proto_tlen/res/NA.ico | Bin 0 -> 5430 bytes protocols/Tlen/proto_tlen/res/Offline.ico | Bin 0 -> 5430 bytes protocols/Tlen/proto_tlen/res/Online.ico | Bin 0 -> 5430 bytes protocols/Tlen/proto_tlen/res/Proto_Tlen.rc | Bin 0 -> 3990 bytes protocols/Tlen/proto_tlen/src/resource.h | Bin 0 -> 1448 bytes 11 files changed, 153 insertions(+) create mode 100644 protocols/Tlen/proto_tlen/Proto_Tlen.vcxproj create mode 100644 protocols/Tlen/proto_tlen/Proto_Tlen.vcxproj.filters create mode 100644 protocols/Tlen/proto_tlen/res/Away.ico create mode 100644 protocols/Tlen/proto_tlen/res/DND.ico create mode 100644 protocols/Tlen/proto_tlen/res/FFC.ico create mode 100644 protocols/Tlen/proto_tlen/res/Invisible.ico create mode 100644 protocols/Tlen/proto_tlen/res/NA.ico create mode 100644 protocols/Tlen/proto_tlen/res/Offline.ico create mode 100644 protocols/Tlen/proto_tlen/res/Online.ico create mode 100644 protocols/Tlen/proto_tlen/res/Proto_Tlen.rc create mode 100644 protocols/Tlen/proto_tlen/src/resource.h (limited to 'protocols/Tlen') diff --git a/protocols/Tlen/proto_tlen/Proto_Tlen.vcxproj b/protocols/Tlen/proto_tlen/Proto_Tlen.vcxproj new file mode 100644 index 0000000000..48096e16c6 --- /dev/null +++ b/protocols/Tlen/proto_tlen/Proto_Tlen.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {1AA0A504-0644-4F00-A1AD-F55D69E50DD1} + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.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 + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + + + + + + + + \ No newline at end of file diff --git a/protocols/Tlen/proto_tlen/Proto_Tlen.vcxproj.filters b/protocols/Tlen/proto_tlen/Proto_Tlen.vcxproj.filters new file mode 100644 index 0000000000..9092c22792 --- /dev/null +++ b/protocols/Tlen/proto_tlen/Proto_Tlen.vcxproj.filters @@ -0,0 +1,23 @@ + + + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/protocols/Tlen/proto_tlen/res/Away.ico b/protocols/Tlen/proto_tlen/res/Away.ico new file mode 100644 index 0000000000..dc65d378ae Binary files /dev/null and b/protocols/Tlen/proto_tlen/res/Away.ico differ diff --git a/protocols/Tlen/proto_tlen/res/DND.ico b/protocols/Tlen/proto_tlen/res/DND.ico new file mode 100644 index 0000000000..f5f7b781a5 Binary files /dev/null and b/protocols/Tlen/proto_tlen/res/DND.ico differ diff --git a/protocols/Tlen/proto_tlen/res/FFC.ico b/protocols/Tlen/proto_tlen/res/FFC.ico new file mode 100644 index 0000000000..02ee661796 Binary files /dev/null and b/protocols/Tlen/proto_tlen/res/FFC.ico differ diff --git a/protocols/Tlen/proto_tlen/res/Invisible.ico b/protocols/Tlen/proto_tlen/res/Invisible.ico new file mode 100644 index 0000000000..a859b5f400 Binary files /dev/null and b/protocols/Tlen/proto_tlen/res/Invisible.ico differ diff --git a/protocols/Tlen/proto_tlen/res/NA.ico b/protocols/Tlen/proto_tlen/res/NA.ico new file mode 100644 index 0000000000..daa5d83994 Binary files /dev/null and b/protocols/Tlen/proto_tlen/res/NA.ico differ diff --git a/protocols/Tlen/proto_tlen/res/Offline.ico b/protocols/Tlen/proto_tlen/res/Offline.ico new file mode 100644 index 0000000000..651eba3c95 Binary files /dev/null and b/protocols/Tlen/proto_tlen/res/Offline.ico differ diff --git a/protocols/Tlen/proto_tlen/res/Online.ico b/protocols/Tlen/proto_tlen/res/Online.ico new file mode 100644 index 0000000000..6ebb3932e7 Binary files /dev/null and b/protocols/Tlen/proto_tlen/res/Online.ico differ diff --git a/protocols/Tlen/proto_tlen/res/Proto_Tlen.rc b/protocols/Tlen/proto_tlen/res/Proto_Tlen.rc new file mode 100644 index 0000000000..03cfefcd8b Binary files /dev/null and b/protocols/Tlen/proto_tlen/res/Proto_Tlen.rc differ diff --git a/protocols/Tlen/proto_tlen/src/resource.h b/protocols/Tlen/proto_tlen/src/resource.h new file mode 100644 index 0000000000..4c517a5959 Binary files /dev/null and b/protocols/Tlen/proto_tlen/src/resource.h differ -- cgit v1.2.3