diff options
author | dartraiden <wowemuh@gmail.com> | 2020-04-07 22:57:27 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2020-04-07 22:57:44 +0300 |
commit | 71cfe74d3618c15feab24032c7d4cd71d77129af (patch) | |
tree | 7b3e5fcababe16ce26b8b8bfc8591d9732e2cb33 /protocols/MSN/proto_msn | |
parent | 559cc9efdc9fbc5d3da5edaaf24924e0cc57a20d (diff) |
MSN: moved to deprecated, banned, removed support from plugins, etc
Diffstat (limited to 'protocols/MSN/proto_msn')
-rw-r--r-- | protocols/MSN/proto_msn/CMakeLists.txt | 2 | ||||
-rw-r--r-- | protocols/MSN/proto_msn/Proto_MSN.vcxproj | 28 | ||||
-rw-r--r-- | protocols/MSN/proto_msn/Proto_MSN.vcxproj.filters | 18 | ||||
-rw-r--r-- | protocols/MSN/proto_msn/res/Away.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | protocols/MSN/proto_msn/res/Invisible.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | protocols/MSN/proto_msn/res/Occupied.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | protocols/MSN/proto_msn/res/Offline.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | protocols/MSN/proto_msn/res/Online.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | protocols/MSN/proto_msn/res/Proto_MSN.rc | 74 | ||||
-rw-r--r-- | protocols/MSN/proto_msn/src/resource.h | 20 |
10 files changed, 0 insertions, 142 deletions
diff --git a/protocols/MSN/proto_msn/CMakeLists.txt b/protocols/MSN/proto_msn/CMakeLists.txt deleted file mode 100644 index 7df814f1c5..0000000000 --- a/protocols/MSN/proto_msn/CMakeLists.txt +++ /dev/null @@ -1,2 +0,0 @@ -set(TARGET Proto_MSN) -include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake)
\ No newline at end of file diff --git a/protocols/MSN/proto_msn/Proto_MSN.vcxproj b/protocols/MSN/proto_msn/Proto_MSN.vcxproj deleted file mode 100644 index 24dc5a353d..0000000000 --- a/protocols/MSN/proto_msn/Proto_MSN.vcxproj +++ /dev/null @@ -1,28 +0,0 @@ -<?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_MSN</ProjectName>
- <ProjectGuid>{7BC6C3E7-2B17-4718-A82E-084798710E14}</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/MSN/proto_msn/Proto_MSN.vcxproj.filters b/protocols/MSN/proto_msn/Proto_MSN.vcxproj.filters deleted file mode 100644 index 1ed30e13d0..0000000000 --- a/protocols/MSN/proto_msn/Proto_MSN.vcxproj.filters +++ /dev/null @@ -1,18 +0,0 @@ -<?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\*.h">
- <Filter>Header Files</Filter>
- </ClInclude>
- <ClCompile Include="src\*.cpp;src\*.cxx">
- <Filter>Source Files</Filter>
- </ClCompile>
- <ResourceCompile Include="res\*.rc">
- <Filter>Resource Files</Filter>
- </ResourceCompile>
- <None Include="res\*.ico;res\*.bmp;res\*.cur">
- <Filter>Resource Files</Filter>
- </None>
- </ItemGroup>
-</Project>
\ No newline at end of file diff --git a/protocols/MSN/proto_msn/res/Away.ico b/protocols/MSN/proto_msn/res/Away.ico Binary files differdeleted file mode 100644 index 861c161ed1..0000000000 --- a/protocols/MSN/proto_msn/res/Away.ico +++ /dev/null diff --git a/protocols/MSN/proto_msn/res/Invisible.ico b/protocols/MSN/proto_msn/res/Invisible.ico Binary files differdeleted file mode 100644 index 382e3bf50d..0000000000 --- a/protocols/MSN/proto_msn/res/Invisible.ico +++ /dev/null diff --git a/protocols/MSN/proto_msn/res/Occupied.ico b/protocols/MSN/proto_msn/res/Occupied.ico Binary files differdeleted file mode 100644 index 47c63a4214..0000000000 --- a/protocols/MSN/proto_msn/res/Occupied.ico +++ /dev/null diff --git a/protocols/MSN/proto_msn/res/Offline.ico b/protocols/MSN/proto_msn/res/Offline.ico Binary files differdeleted file mode 100644 index d52328aa47..0000000000 --- a/protocols/MSN/proto_msn/res/Offline.ico +++ /dev/null diff --git a/protocols/MSN/proto_msn/res/Online.ico b/protocols/MSN/proto_msn/res/Online.ico Binary files differdeleted file mode 100644 index 7388d3928f..0000000000 --- a/protocols/MSN/proto_msn/res/Online.ico +++ /dev/null diff --git a/protocols/MSN/proto_msn/res/Proto_MSN.rc b/protocols/MSN/proto_msn/res/Proto_MSN.rc deleted file mode 100644 index c35fd121b9..0000000000 --- a/protocols/MSN/proto_msn/res/Proto_MSN.rc +++ /dev/null @@ -1,74 +0,0 @@ -// 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_ICON6 ICON "Occupied.ico"
-
-#endif // Russian (Russia) resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-
-#ifndef APSTUDIO_INVOKED
-/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 3 resource.
-//
-
-
-/////////////////////////////////////////////////////////////////////////////
-#endif // not APSTUDIO_INVOKED
-
diff --git a/protocols/MSN/proto_msn/src/resource.h b/protocols/MSN/proto_msn/src/resource.h deleted file mode 100644 index 72c197a868..0000000000 --- a/protocols/MSN/proto_msn/src/resource.h +++ /dev/null @@ -1,20 +0,0 @@ -//{{NO_DEPENDENCIES}}
-// Microsoft Visual C++ generated include file.
-// Used by Proto_MSN.rc
-//
-#define IDI_ICON1 105
-#define IDI_ICON2 104
-#define IDI_ICON3 128
-#define IDI_ICON4 130
-#define IDI_ICON6 159
-
-// Next default values for new objects
-//
-#ifdef APSTUDIO_INVOKED
-#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 109
-#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1001
-#define _APS_NEXT_SYMED_VALUE 101
-#endif
-#endif
|