From c0539382286c3a3dadd4feab6068384f84c27fba Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 11 Jun 2012 19:44:41 +0000 Subject: protocols icons projects added git-svn-id: http://svn.miranda-ng.org/main/trunk@388 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/IRCG/proto_irc/Proto_IRC.rc | Bin 0 -> 3506 bytes protocols/IRCG/proto_irc/Proto_IRC.vcxproj | 182 +++++++++++++++++++++ protocols/IRCG/proto_irc/Proto_IRC.vcxproj.filters | 23 +++ protocols/IRCG/proto_irc/ico/Away.ico | Bin 0 -> 5430 bytes protocols/IRCG/proto_irc/ico/Offline.ico | Bin 0 -> 5430 bytes protocols/IRCG/proto_irc/ico/Online.ico | Bin 0 -> 5430 bytes protocols/IRCG/proto_irc/resource.h | Bin 0 -> 1086 bytes 7 files changed, 205 insertions(+) create mode 100644 protocols/IRCG/proto_irc/Proto_IRC.rc create mode 100644 protocols/IRCG/proto_irc/Proto_IRC.vcxproj create mode 100644 protocols/IRCG/proto_irc/Proto_IRC.vcxproj.filters create mode 100644 protocols/IRCG/proto_irc/ico/Away.ico create mode 100644 protocols/IRCG/proto_irc/ico/Offline.ico create mode 100644 protocols/IRCG/proto_irc/ico/Online.ico create mode 100644 protocols/IRCG/proto_irc/resource.h (limited to 'protocols/IRCG') diff --git a/protocols/IRCG/proto_irc/Proto_IRC.rc b/protocols/IRCG/proto_irc/Proto_IRC.rc new file mode 100644 index 0000000000..09bc0ad668 Binary files /dev/null and b/protocols/IRCG/proto_irc/Proto_IRC.rc differ diff --git a/protocols/IRCG/proto_irc/Proto_IRC.vcxproj b/protocols/IRCG/proto_irc/Proto_IRC.vcxproj new file mode 100644 index 0000000000..993ad01006 --- /dev/null +++ b/protocols/IRCG/proto_irc/Proto_IRC.vcxproj @@ -0,0 +1,182 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {DD667247-3712-4355-9774-7E6ACAF2275E} + Win32Proj + Proto_IRC + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + + + + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + + + + + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + + + + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;PROTO_IRC_EXPORTS;%(PreprocessorDefinitions) + + + Windows + + + true + false + + + + + ..\..\..\include\msapi + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;PROTO_IRC_EXPORTS;%(PreprocessorDefinitions) + + + Windows + + + true + false + + + + + ..\..\..\include\msapi + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;PROTO_IRC_EXPORTS;%(PreprocessorDefinitions) + + + Windows + + + true + false + + + + + ..\..\..\include\msapi + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;PROTO_IRC_EXPORTS;%(PreprocessorDefinitions) + + + Windows + + + true + false + + + + + ..\..\..\include\msapi + + + + + + + + + + + + \ No newline at end of file diff --git a/protocols/IRCG/proto_irc/Proto_IRC.vcxproj.filters b/protocols/IRCG/proto_irc/Proto_IRC.vcxproj.filters new file mode 100644 index 0000000000..0232af997d --- /dev/null +++ b/protocols/IRCG/proto_irc/Proto_IRC.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/IRCG/proto_irc/ico/Away.ico b/protocols/IRCG/proto_irc/ico/Away.ico new file mode 100644 index 0000000000..48059b577a Binary files /dev/null and b/protocols/IRCG/proto_irc/ico/Away.ico differ diff --git a/protocols/IRCG/proto_irc/ico/Offline.ico b/protocols/IRCG/proto_irc/ico/Offline.ico new file mode 100644 index 0000000000..4882899757 Binary files /dev/null and b/protocols/IRCG/proto_irc/ico/Offline.ico differ diff --git a/protocols/IRCG/proto_irc/ico/Online.ico b/protocols/IRCG/proto_irc/ico/Online.ico new file mode 100644 index 0000000000..e816afd6ee Binary files /dev/null and b/protocols/IRCG/proto_irc/ico/Online.ico differ diff --git a/protocols/IRCG/proto_irc/resource.h b/protocols/IRCG/proto_irc/resource.h new file mode 100644 index 0000000000..bf3cbb6839 Binary files /dev/null and b/protocols/IRCG/proto_irc/resource.h differ -- cgit v1.2.3