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/Twitter/proto_twitter/Proto_Twitter.rc | Bin 0 -> 3380 bytes .../Twitter/proto_twitter/Proto_Twitter.vcxproj | 182 +++++++++++++++++++++ .../proto_twitter/Proto_Twitter.vcxproj.filters | 23 +++ protocols/Twitter/proto_twitter/icos/Offline.ico | Bin 0 -> 1150 bytes protocols/Twitter/proto_twitter/icos/Online.ico | Bin 0 -> 1150 bytes protocols/Twitter/proto_twitter/resource.h | Bin 0 -> 1004 bytes protocols/Twitter/twitter.sln | 10 ++ 7 files changed, 215 insertions(+) create mode 100644 protocols/Twitter/proto_twitter/Proto_Twitter.rc create mode 100644 protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj create mode 100644 protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj.filters create mode 100644 protocols/Twitter/proto_twitter/icos/Offline.ico create mode 100644 protocols/Twitter/proto_twitter/icos/Online.ico create mode 100644 protocols/Twitter/proto_twitter/resource.h (limited to 'protocols/Twitter') diff --git a/protocols/Twitter/proto_twitter/Proto_Twitter.rc b/protocols/Twitter/proto_twitter/Proto_Twitter.rc new file mode 100644 index 0000000000..7edaa5f3df Binary files /dev/null and b/protocols/Twitter/proto_twitter/Proto_Twitter.rc differ diff --git a/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj b/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj new file mode 100644 index 0000000000..58c149f837 --- /dev/null +++ b/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj @@ -0,0 +1,182 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {A82C682E-8596-4DCA-98A6-50436194714B} + Win32Proj + Proto_Twitter + + + + 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_TWITTER_EXPORTS;%(PreprocessorDefinitions) + + + Windows + + + true + false + + + + + ..\..\..\include\msapi + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;PROTO_TWITTER_EXPORTS;%(PreprocessorDefinitions) + + + Windows + + + true + false + + + + + ..\..\..\include\msapi + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;PROTO_TWITTER_EXPORTS;%(PreprocessorDefinitions) + + + Windows + + + true + false + + + + + ..\..\..\include\msapi + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;PROTO_TWITTER_EXPORTS;%(PreprocessorDefinitions) + + + Windows + + + true + false + + + + + ..\..\..\include\msapi + + + + + + + + + + + + \ No newline at end of file diff --git a/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj.filters b/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj.filters new file mode 100644 index 0000000000..f265aa8a93 --- /dev/null +++ b/protocols/Twitter/proto_twitter/Proto_Twitter.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/Twitter/proto_twitter/icos/Offline.ico b/protocols/Twitter/proto_twitter/icos/Offline.ico new file mode 100644 index 0000000000..0e24167ade Binary files /dev/null and b/protocols/Twitter/proto_twitter/icos/Offline.ico differ diff --git a/protocols/Twitter/proto_twitter/icos/Online.ico b/protocols/Twitter/proto_twitter/icos/Online.ico new file mode 100644 index 0000000000..c6aa9d8ea3 Binary files /dev/null and b/protocols/Twitter/proto_twitter/icos/Online.ico differ diff --git a/protocols/Twitter/proto_twitter/resource.h b/protocols/Twitter/proto_twitter/resource.h new file mode 100644 index 0000000000..9c605d9a4c Binary files /dev/null and b/protocols/Twitter/proto_twitter/resource.h differ diff --git a/protocols/Twitter/twitter.sln b/protocols/Twitter/twitter.sln index 072e24bd93..a94232fcd2 100644 --- a/protocols/Twitter/twitter.sln +++ b/protocols/Twitter/twitter.sln @@ -3,6 +3,8 @@ Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Twitter", "twitter.vcxproj", "{12FFF2B0-0D0B-430B-A4C6-1577CA98F598}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Twitter", "proto_twitter\Proto_Twitter.vcxproj", "{A82C682E-8596-4DCA-98A6-50436194714B}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -19,6 +21,14 @@ Global {12FFF2B0-0D0B-430B-A4C6-1577CA98F598}.Release|Win32.Build.0 = Release|Win32 {12FFF2B0-0D0B-430B-A4C6-1577CA98F598}.Release|x64.ActiveCfg = Release|x64 {12FFF2B0-0D0B-430B-A4C6-1577CA98F598}.Release|x64.Build.0 = Release|x64 + {A82C682E-8596-4DCA-98A6-50436194714B}.Debug|Win32.ActiveCfg = Debug|Win32 + {A82C682E-8596-4DCA-98A6-50436194714B}.Debug|Win32.Build.0 = Debug|Win32 + {A82C682E-8596-4DCA-98A6-50436194714B}.Debug|x64.ActiveCfg = Debug|x64 + {A82C682E-8596-4DCA-98A6-50436194714B}.Debug|x64.Build.0 = Debug|x64 + {A82C682E-8596-4DCA-98A6-50436194714B}.Release|Win32.ActiveCfg = Release|Win32 + {A82C682E-8596-4DCA-98A6-50436194714B}.Release|Win32.Build.0 = Release|Win32 + {A82C682E-8596-4DCA-98A6-50436194714B}.Release|x64.ActiveCfg = Release|x64 + {A82C682E-8596-4DCA-98A6-50436194714B}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE -- cgit v1.2.3