diff options
Diffstat (limited to 'protocols/Discord/proto_discord')
-rw-r--r-- | protocols/Discord/proto_discord/CMakeLists.txt | 2 | ||||
-rw-r--r-- | protocols/Discord/proto_discord/Proto_Discord.vcxproj | 34 | ||||
-rw-r--r-- | protocols/Discord/proto_discord/Proto_Discord.vcxproj.filters | 14 | ||||
-rw-r--r-- | protocols/Discord/proto_discord/res/Away.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | protocols/Discord/proto_discord/res/DND.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | protocols/Discord/proto_discord/res/Invisible.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | protocols/Discord/proto_discord/res/NA.ico | bin | 0 -> 5430 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 -> 5430 bytes | |||
-rw-r--r-- | protocols/Discord/proto_discord/res/Proto_Discord.rc | 74 | ||||
-rw-r--r-- | protocols/Discord/proto_discord/src/resource.h | 23 |
11 files changed, 147 insertions, 0 deletions
diff --git a/protocols/Discord/proto_discord/CMakeLists.txt b/protocols/Discord/proto_discord/CMakeLists.txt new file mode 100644 index 0000000000..5ea6891fa1 --- /dev/null +++ b/protocols/Discord/proto_discord/CMakeLists.txt @@ -0,0 +1,2 @@ +set(TARGET Proto_Discord) +include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake)
\ No newline at end of file diff --git a/protocols/Discord/proto_discord/Proto_Discord.vcxproj b/protocols/Discord/proto_discord/Proto_Discord.vcxproj new file mode 100644 index 0000000000..8ce8962a22 --- /dev/null +++ b/protocols/Discord/proto_discord/Proto_Discord.vcxproj @@ -0,0 +1,34 @@ +<?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> + <ItemGroup> + <ClInclude Include="src\resource.h" /> + </ItemGroup> + <ItemGroup> + <ResourceCompile Include="res\Proto_Discord.rc" /> + </ItemGroup> +</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..3f512b9b20 --- /dev/null +++ b/protocols/Discord/proto_discord/Proto_Discord.vcxproj.filters @@ -0,0 +1,14 @@ +<?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" /> + <ItemGroup> + <ClInclude Include="src\resource.h"> + <Filter>Header Files</Filter> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ResourceCompile Include="res\Proto_Discord.rc"> + <Filter>Resource Files</Filter> + </ResourceCompile> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/protocols/Discord/proto_discord/res/Away.ico b/protocols/Discord/proto_discord/res/Away.ico Binary files differnew file mode 100644 index 0000000000..844c1d4b3a --- /dev/null +++ b/protocols/Discord/proto_discord/res/Away.ico 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..6341c0e08c --- /dev/null +++ b/protocols/Discord/proto_discord/res/DND.ico diff --git a/protocols/Discord/proto_discord/res/Invisible.ico b/protocols/Discord/proto_discord/res/Invisible.ico Binary files differnew file mode 100644 index 0000000000..7d34d4ca58 --- /dev/null +++ b/protocols/Discord/proto_discord/res/Invisible.ico diff --git a/protocols/Discord/proto_discord/res/NA.ico b/protocols/Discord/proto_discord/res/NA.ico Binary files differnew file mode 100644 index 0000000000..74a1a596fa --- /dev/null +++ b/protocols/Discord/proto_discord/res/NA.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..f2ec365064 --- /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..94f4d0d8bd --- /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..13d3153e3e --- /dev/null +++ b/protocols/Discord/proto_discord/res/Proto_Discord.rc @@ -0,0 +1,74 @@ +// 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 "Away.ico" +IDI_ICON4 ICON "Invisible.ico" +IDI_ICON5 ICON "NA.ico" +IDI_ICON6 ICON "DND.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..70e0dd0372 --- /dev/null +++ b/protocols/Discord/proto_discord/src/resource.h @@ -0,0 +1,23 @@ +//{{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 + +// 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 |