diff options
author | George Hazan <ghazan@miranda.im> | 2017-01-03 17:20:43 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-01-03 17:20:43 +0300 |
commit | 44014255930f7179b4f096b00e08893de48c7789 (patch) | |
tree | b237bad8887d144839f4b3e490cd4501a3d36a6e | |
parent | 9bf64c11a3d764c5b147dd241bddfbb8c21d3e19 (diff) |
Proto_Discord - icons for the Discord protocol
-rw-r--r-- | bin10/mir_icons.sln | 10 | ||||
-rw-r--r-- | bin12/mir_icons.sln | 10 | ||||
-rw-r--r-- | bin14/mir_icons.sln | 10 | ||||
-rw-r--r-- | protocols/Discord/proto_discord/Proto_Discord.vcxproj | 28 | ||||
-rw-r--r-- | protocols/Discord/proto_discord/Proto_Discord.vcxproj.filters | 4 | ||||
-rw-r--r-- | protocols/Discord/proto_discord/res/DND.ico | bin | 0 -> 4150 bytes | |||
-rw-r--r-- | protocols/Discord/proto_discord/res/Idle.ico | bin | 0 -> 4150 bytes | |||
-rw-r--r-- | protocols/Discord/proto_discord/res/Offline.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | protocols/Discord/proto_discord/res/Online.ico | bin | 0 -> 4150 bytes | |||
-rw-r--r-- | protocols/Discord/proto_discord/res/Proto_Discord.rc | 72 | ||||
-rw-r--r-- | protocols/Discord/proto_discord/src/resource.h | 24 |
11 files changed, 158 insertions, 0 deletions
diff --git a/bin10/mir_icons.sln b/bin10/mir_icons.sln index 90e356f409..accb3478bc 100644 --- a/bin10/mir_icons.sln +++ b/bin10/mir_icons.sln @@ -82,6 +82,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Tox", "..\protocols\T EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MinecraftDynmap", "..\protocols\MinecraftDynmap\MinecraftDynmap.vcxproj", "{B4327D10-ACDC-4C12-9555-749DD49A7BB0}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Discord", "..\protocols\Discord\proto_discord\Proto_Discord.vcxproj", "{6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@@ -418,6 +420,14 @@ Global {B4327D10-ACDC-4C12-9555-749DD49A7BB0}.Release|Win32.Build.0 = Release|Win32
{B4327D10-ACDC-4C12-9555-749DD49A7BB0}.Release|x64.ActiveCfg = Release|x64
{B4327D10-ACDC-4C12-9555-749DD49A7BB0}.Release|x64.Build.0 = Release|x64
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Debug|Win32.ActiveCfg = Debug|Win32
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Debug|Win32.Build.0 = Debug|Win32
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Debug|x64.ActiveCfg = Debug|x64
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Debug|x64.Build.0 = Debug|x64
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Release|Win32.ActiveCfg = Release|Win32
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Release|Win32.Build.0 = Release|Win32
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Release|x64.ActiveCfg = Release|x64
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/bin12/mir_icons.sln b/bin12/mir_icons.sln index 8ec2ccad09..ecea6a15fb 100644 --- a/bin12/mir_icons.sln +++ b/bin12/mir_icons.sln @@ -84,6 +84,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Tox", "..\protocols\T EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_MinecraftDynmap", "..\protocols\MinecraftDynmap\proto_minecraftdynmap\minecraftdynmap_icons.vcxproj", "{178045D7-C0F4-4931-9F40-AB1B2A175092}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Discord", "..\protocols\Discord\proto_discord\Proto_Discord.vcxproj", "{6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@@ -420,6 +422,14 @@ Global {178045D7-C0F4-4931-9F40-AB1B2A175092}.Release|Win32.Build.0 = Release|Win32
{178045D7-C0F4-4931-9F40-AB1B2A175092}.Release|x64.ActiveCfg = Release|x64
{178045D7-C0F4-4931-9F40-AB1B2A175092}.Release|x64.Build.0 = Release|x64
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Debug|Win32.ActiveCfg = Debug|Win32
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Debug|Win32.Build.0 = Debug|Win32
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Debug|x64.ActiveCfg = Debug|x64
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Debug|x64.Build.0 = Debug|x64
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Release|Win32.ActiveCfg = Release|Win32
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Release|Win32.Build.0 = Release|Win32
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Release|x64.ActiveCfg = Release|x64
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/bin14/mir_icons.sln b/bin14/mir_icons.sln index ed8df17f19..a7d852d0d3 100644 --- a/bin14/mir_icons.sln +++ b/bin14/mir_icons.sln @@ -84,6 +84,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Tox", "..\protocols\T EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_MinecraftDynmap", "..\protocols\MinecraftDynmap\proto_minecraftdynmap\minecraftdynmap_icons.vcxproj", "{178045D7-C0F4-4931-9F40-AB1B2A175092}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Discord", "..\protocols\Discord\proto_discord\Proto_Discord.vcxproj", "{6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@@ -420,6 +422,14 @@ Global {178045D7-C0F4-4931-9F40-AB1B2A175092}.Release|Win32.Build.0 = Release|Win32
{178045D7-C0F4-4931-9F40-AB1B2A175092}.Release|x64.ActiveCfg = Release|x64
{178045D7-C0F4-4931-9F40-AB1B2A175092}.Release|x64.Build.0 = Release|x64
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Debug|Win32.ActiveCfg = Debug|Win32
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Debug|Win32.Build.0 = Debug|Win32
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Debug|x64.ActiveCfg = Debug|x64
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Debug|x64.Build.0 = Debug|x64
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Release|Win32.ActiveCfg = Release|Win32
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Release|Win32.Build.0 = Release|Win32
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Release|x64.ActiveCfg = Release|x64
+ {6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/protocols/Discord/proto_discord/Proto_Discord.vcxproj b/protocols/Discord/proto_discord/Proto_Discord.vcxproj new file mode 100644 index 0000000000..e071a134be --- /dev/null +++ b/protocols/Discord/proto_discord/Proto_Discord.vcxproj @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Debug|x64"> + <Configuration>Debug</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|x64"> + <Configuration>Release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectName>Proto_Discord</ProjectName> + <ProjectGuid>{6B8BA5EE-3815-44A6-A13B-2A22E8B3A311}</ProjectGuid> + </PropertyGroup> + <ImportGroup Label="PropertySheets"> + <Import Project="$(ProjectDir)..\..\..\build\vc.common\icons.props" /> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/protocols/Discord/proto_discord/Proto_Discord.vcxproj.filters b/protocols/Discord/proto_discord/Proto_Discord.vcxproj.filters new file mode 100644 index 0000000000..28f81e7f1b --- /dev/null +++ b/protocols/Discord/proto_discord/Proto_Discord.vcxproj.filters @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <Import Project="$(ProjectDir)..\..\..\build\vc.common\common.filters" /> +</Project>
\ No newline at end of file diff --git a/protocols/Discord/proto_discord/res/DND.ico b/protocols/Discord/proto_discord/res/DND.ico Binary files differnew file mode 100644 index 0000000000..9f60f25430 --- /dev/null +++ b/protocols/Discord/proto_discord/res/DND.ico diff --git a/protocols/Discord/proto_discord/res/Idle.ico b/protocols/Discord/proto_discord/res/Idle.ico Binary files differnew file mode 100644 index 0000000000..c2830ed132 --- /dev/null +++ b/protocols/Discord/proto_discord/res/Idle.ico diff --git a/protocols/Discord/proto_discord/res/Offline.ico b/protocols/Discord/proto_discord/res/Offline.ico Binary files differnew file mode 100644 index 0000000000..3c27bb3f03 --- /dev/null +++ b/protocols/Discord/proto_discord/res/Offline.ico diff --git a/protocols/Discord/proto_discord/res/Online.ico b/protocols/Discord/proto_discord/res/Online.ico Binary files differnew file mode 100644 index 0000000000..c2830ed132 --- /dev/null +++ b/protocols/Discord/proto_discord/res/Online.ico diff --git a/protocols/Discord/proto_discord/res/Proto_Discord.rc b/protocols/Discord/proto_discord/res/Proto_Discord.rc new file mode 100644 index 0000000000..8021d9cada --- /dev/null +++ b/protocols/Discord/proto_discord/res/Proto_Discord.rc @@ -0,0 +1,72 @@ +// Microsoft Visual C++ generated resource script. +// +#include "..\src\resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "afxres.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// Russian (Russia) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS) +LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "..\\src\\resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""afxres.h""\r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +IDI_ICON1 ICON "Offline.ico" +IDI_ICON2 ICON "Online.ico" +IDI_ICON3 ICON "DND.ico" +IDI_ICON4 ICON "Idle.ico" +#endif // Russian (Russia) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/protocols/Discord/proto_discord/src/resource.h b/protocols/Discord/proto_discord/src/resource.h new file mode 100644 index 0000000000..c74e04f59e --- /dev/null +++ b/protocols/Discord/proto_discord/src/resource.h @@ -0,0 +1,24 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by Proto_ICQ.rc +// +#define IDI_ICON1 105 +#define IDI_ICON2 104 +#define IDI_ICON3 128 +#define IDI_ICON4 130 +#define IDI_ICON5 131 +#define IDI_ICON6 158 +#define IDI_ICON7 159 +#define IDI_ICON8 129 +#define IDI_ICON9 1002 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 110 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1001 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif |