From df7e4fc7ed4c31d518cd0dd93979d7fc2852e460 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 29 Jun 2012 08:53:29 +0000 Subject: mir_icons.sln added, icons project removed from mir_full.sln, metacontacts protocol icons project added git-svn-id: http://svn.miranda-ng.org/main/trunk@680 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MetaContacts/MetaContacts_10.sln | 10 ++ .../proto_metacontacts/Proto_MetaContacts.rc | Bin 0 -> 4450 bytes .../proto_metacontacts/Proto_MetaContacts.vcxproj | 130 +++++++++++++++++++++ .../Proto_MetaContacts.vcxproj.filters | 23 ++++ .../MetaContacts/proto_metacontacts/icos/Away.ico | Bin 0 -> 1150 bytes .../MetaContacts/proto_metacontacts/icos/DND.ico | Bin 0 -> 1150 bytes .../MetaContacts/proto_metacontacts/icos/FFC.ico | Bin 0 -> 1150 bytes .../proto_metacontacts/icos/Invisible.ico | Bin 0 -> 1150 bytes .../MetaContacts/proto_metacontacts/icos/Lunch.ico | Bin 0 -> 1150 bytes .../MetaContacts/proto_metacontacts/icos/NA.ico | Bin 0 -> 1150 bytes .../proto_metacontacts/icos/Occupied.ico | Bin 0 -> 1150 bytes .../proto_metacontacts/icos/Offline.ico | Bin 0 -> 1150 bytes .../proto_metacontacts/icos/Online.ico | Bin 0 -> 1150 bytes .../MetaContacts/proto_metacontacts/icos/Phone.ico | Bin 0 -> 1150 bytes plugins/MetaContacts/proto_metacontacts/resource.h | Bin 0 -> 1738 bytes 15 files changed, 163 insertions(+) create mode 100644 plugins/MetaContacts/proto_metacontacts/Proto_MetaContacts.rc create mode 100644 plugins/MetaContacts/proto_metacontacts/Proto_MetaContacts.vcxproj create mode 100644 plugins/MetaContacts/proto_metacontacts/Proto_MetaContacts.vcxproj.filters create mode 100644 plugins/MetaContacts/proto_metacontacts/icos/Away.ico create mode 100644 plugins/MetaContacts/proto_metacontacts/icos/DND.ico create mode 100644 plugins/MetaContacts/proto_metacontacts/icos/FFC.ico create mode 100644 plugins/MetaContacts/proto_metacontacts/icos/Invisible.ico create mode 100644 plugins/MetaContacts/proto_metacontacts/icos/Lunch.ico create mode 100644 plugins/MetaContacts/proto_metacontacts/icos/NA.ico create mode 100644 plugins/MetaContacts/proto_metacontacts/icos/Occupied.ico create mode 100644 plugins/MetaContacts/proto_metacontacts/icos/Offline.ico create mode 100644 plugins/MetaContacts/proto_metacontacts/icos/Online.ico create mode 100644 plugins/MetaContacts/proto_metacontacts/icos/Phone.ico create mode 100644 plugins/MetaContacts/proto_metacontacts/resource.h (limited to 'plugins') diff --git a/plugins/MetaContacts/MetaContacts_10.sln b/plugins/MetaContacts/MetaContacts_10.sln index 636c27ec9b..507c52a10a 100644 --- a/plugins/MetaContacts/MetaContacts_10.sln +++ b/plugins/MetaContacts/MetaContacts_10.sln @@ -3,6 +3,8 @@ Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MetaContacts", "MetaContacts_10.vcxproj", "{0007BE9F-DD4D-4E9B-B1C8-C5049538F862}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_MetaContacts", "proto_metacontacts\Proto_MetaContacts.vcxproj", "{793B6174-89B0-4682-A957-A32BE7F61502}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -19,6 +21,14 @@ Global {0007BE9F-DD4D-4E9B-B1C8-C5049538F862}.Release|Win32.Build.0 = Release|Win32 {0007BE9F-DD4D-4E9B-B1C8-C5049538F862}.Release|x64.ActiveCfg = Release|x64 {0007BE9F-DD4D-4E9B-B1C8-C5049538F862}.Release|x64.Build.0 = Release|x64 + {793B6174-89B0-4682-A957-A32BE7F61502}.Debug|Win32.ActiveCfg = Debug|Win32 + {793B6174-89B0-4682-A957-A32BE7F61502}.Debug|Win32.Build.0 = Debug|Win32 + {793B6174-89B0-4682-A957-A32BE7F61502}.Debug|x64.ActiveCfg = Debug|x64 + {793B6174-89B0-4682-A957-A32BE7F61502}.Debug|x64.Build.0 = Debug|x64 + {793B6174-89B0-4682-A957-A32BE7F61502}.Release|Win32.ActiveCfg = Release|Win32 + {793B6174-89B0-4682-A957-A32BE7F61502}.Release|Win32.Build.0 = Release|Win32 + {793B6174-89B0-4682-A957-A32BE7F61502}.Release|x64.ActiveCfg = Release|x64 + {793B6174-89B0-4682-A957-A32BE7F61502}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/plugins/MetaContacts/proto_metacontacts/Proto_MetaContacts.rc b/plugins/MetaContacts/proto_metacontacts/Proto_MetaContacts.rc new file mode 100644 index 0000000000..bc0ee80246 Binary files /dev/null and b/plugins/MetaContacts/proto_metacontacts/Proto_MetaContacts.rc differ diff --git a/plugins/MetaContacts/proto_metacontacts/Proto_MetaContacts.vcxproj b/plugins/MetaContacts/proto_metacontacts/Proto_MetaContacts.vcxproj new file mode 100644 index 0000000000..4195943ad0 --- /dev/null +++ b/plugins/MetaContacts/proto_metacontacts/Proto_MetaContacts.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {793B6174-89B0-4682-A957-A32BE7F61502} + + + + 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/plugins/MetaContacts/proto_metacontacts/Proto_MetaContacts.vcxproj.filters b/plugins/MetaContacts/proto_metacontacts/Proto_MetaContacts.vcxproj.filters new file mode 100644 index 0000000000..f1da3c7881 --- /dev/null +++ b/plugins/MetaContacts/proto_metacontacts/Proto_MetaContacts.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/plugins/MetaContacts/proto_metacontacts/icos/Away.ico b/plugins/MetaContacts/proto_metacontacts/icos/Away.ico new file mode 100644 index 0000000000..41def6a954 Binary files /dev/null and b/plugins/MetaContacts/proto_metacontacts/icos/Away.ico differ diff --git a/plugins/MetaContacts/proto_metacontacts/icos/DND.ico b/plugins/MetaContacts/proto_metacontacts/icos/DND.ico new file mode 100644 index 0000000000..7e2a80318c Binary files /dev/null and b/plugins/MetaContacts/proto_metacontacts/icos/DND.ico differ diff --git a/plugins/MetaContacts/proto_metacontacts/icos/FFC.ico b/plugins/MetaContacts/proto_metacontacts/icos/FFC.ico new file mode 100644 index 0000000000..82e21a3d9c Binary files /dev/null and b/plugins/MetaContacts/proto_metacontacts/icos/FFC.ico differ diff --git a/plugins/MetaContacts/proto_metacontacts/icos/Invisible.ico b/plugins/MetaContacts/proto_metacontacts/icos/Invisible.ico new file mode 100644 index 0000000000..a4c3701df6 Binary files /dev/null and b/plugins/MetaContacts/proto_metacontacts/icos/Invisible.ico differ diff --git a/plugins/MetaContacts/proto_metacontacts/icos/Lunch.ico b/plugins/MetaContacts/proto_metacontacts/icos/Lunch.ico new file mode 100644 index 0000000000..03fe42309c Binary files /dev/null and b/plugins/MetaContacts/proto_metacontacts/icos/Lunch.ico differ diff --git a/plugins/MetaContacts/proto_metacontacts/icos/NA.ico b/plugins/MetaContacts/proto_metacontacts/icos/NA.ico new file mode 100644 index 0000000000..03b6aa419c Binary files /dev/null and b/plugins/MetaContacts/proto_metacontacts/icos/NA.ico differ diff --git a/plugins/MetaContacts/proto_metacontacts/icos/Occupied.ico b/plugins/MetaContacts/proto_metacontacts/icos/Occupied.ico new file mode 100644 index 0000000000..8b76a97269 Binary files /dev/null and b/plugins/MetaContacts/proto_metacontacts/icos/Occupied.ico differ diff --git a/plugins/MetaContacts/proto_metacontacts/icos/Offline.ico b/plugins/MetaContacts/proto_metacontacts/icos/Offline.ico new file mode 100644 index 0000000000..64a5750fbc Binary files /dev/null and b/plugins/MetaContacts/proto_metacontacts/icos/Offline.ico differ diff --git a/plugins/MetaContacts/proto_metacontacts/icos/Online.ico b/plugins/MetaContacts/proto_metacontacts/icos/Online.ico new file mode 100644 index 0000000000..ae811fa98c Binary files /dev/null and b/plugins/MetaContacts/proto_metacontacts/icos/Online.ico differ diff --git a/plugins/MetaContacts/proto_metacontacts/icos/Phone.ico b/plugins/MetaContacts/proto_metacontacts/icos/Phone.ico new file mode 100644 index 0000000000..fe3532b6c1 Binary files /dev/null and b/plugins/MetaContacts/proto_metacontacts/icos/Phone.ico differ diff --git a/plugins/MetaContacts/proto_metacontacts/resource.h b/plugins/MetaContacts/proto_metacontacts/resource.h new file mode 100644 index 0000000000..6a73a87039 Binary files /dev/null and b/plugins/MetaContacts/proto_metacontacts/resource.h differ -- cgit v1.2.3