diff options
Diffstat (limited to 'protocols/Omegle/proto_omegle')
-rw-r--r-- | protocols/Omegle/proto_omegle/CMakeLists.txt | 2 | ||||
-rw-r--r-- | protocols/Omegle/proto_omegle/omegle_icons.vcxproj | 34 | ||||
-rw-r--r-- | protocols/Omegle/proto_omegle/omegle_icons.vcxproj.filters | 14 | ||||
-rw-r--r-- | protocols/Omegle/proto_omegle/res/omegle_icons.rc | 73 | ||||
-rw-r--r-- | protocols/Omegle/proto_omegle/res/proto_offline.ico | bin | 1150 -> 0 bytes | |||
-rw-r--r-- | protocols/Omegle/proto_omegle/res/proto_online.ico | bin | 1150 -> 0 bytes | |||
-rw-r--r-- | protocols/Omegle/proto_omegle/src/resource_icons.h | 17 |
7 files changed, 0 insertions, 140 deletions
diff --git a/protocols/Omegle/proto_omegle/CMakeLists.txt b/protocols/Omegle/proto_omegle/CMakeLists.txt deleted file mode 100644 index 0842765ef2..0000000000 --- a/protocols/Omegle/proto_omegle/CMakeLists.txt +++ /dev/null @@ -1,2 +0,0 @@ -set(TARGET Proto_Omegle) -include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake)
\ No newline at end of file diff --git a/protocols/Omegle/proto_omegle/omegle_icons.vcxproj b/protocols/Omegle/proto_omegle/omegle_icons.vcxproj deleted file mode 100644 index aa877e1e5d..0000000000 --- a/protocols/Omegle/proto_omegle/omegle_icons.vcxproj +++ /dev/null @@ -1,34 +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_Omegle</ProjectName>
- <ProjectGuid>{C5AB34D2-15F5-4CBA-8F42-DB48A4E52910}</ProjectGuid>
- </PropertyGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(ProjectDir)..\..\..\build\vc.common\icons.props" />
- </ImportGroup>
- <ItemGroup>
- <ClInclude Include="src\resource_icons.h" />
- </ItemGroup>
- <ItemGroup>
- <ResourceCompile Include="res\omegle_icons.rc" />
- </ItemGroup>
-</Project>
\ No newline at end of file diff --git a/protocols/Omegle/proto_omegle/omegle_icons.vcxproj.filters b/protocols/Omegle/proto_omegle/omegle_icons.vcxproj.filters deleted file mode 100644 index ffcde85266..0000000000 --- a/protocols/Omegle/proto_omegle/omegle_icons.vcxproj.filters +++ /dev/null @@ -1,14 +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\resource_icons.h">
- <Filter>Header Files</Filter>
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ResourceCompile Include="res\omegle_icons.rc">
- <Filter>Resource Files</Filter>
- </ResourceCompile>
- </ItemGroup>
-</Project>
\ No newline at end of file diff --git a/protocols/Omegle/proto_omegle/res/omegle_icons.rc b/protocols/Omegle/proto_omegle/res/omegle_icons.rc deleted file mode 100644 index 132ee3694c..0000000000 --- a/protocols/Omegle/proto_omegle/res/omegle_icons.rc +++ /dev/null @@ -1,73 +0,0 @@ -// Microsoft Visual C++ generated resource script.
-//
-#include "..\src\resource_icons.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
-/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 2 resource.
-//
-#include "afxres.h"
-
-/////////////////////////////////////////////////////////////////////////////
-#undef APSTUDIO_READONLY_SYMBOLS
-
-/////////////////////////////////////////////////////////////////////////////
-// Czech resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CSY)
-#ifdef _WIN32
-LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
-#pragma code_page(1250)
-#endif //_WIN32
-
-#ifdef APSTUDIO_INVOKED
-/////////////////////////////////////////////////////////////////////////////
-//
-// TEXTINCLUDE
-//
-
-1 TEXTINCLUDE
-BEGIN
- "..\\src\\resource_icons.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_OFFLINE ICON "proto_offline.ico"
-IDI_ONLINE ICON "proto_online.ico"
-#endif // Czech resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-
-#ifndef APSTUDIO_INVOKED
-/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 3 resource.
-//
-
-
-/////////////////////////////////////////////////////////////////////////////
-#endif // not APSTUDIO_INVOKED
-
diff --git a/protocols/Omegle/proto_omegle/res/proto_offline.ico b/protocols/Omegle/proto_omegle/res/proto_offline.ico Binary files differdeleted file mode 100644 index 87aa8098fb..0000000000 --- a/protocols/Omegle/proto_omegle/res/proto_offline.ico +++ /dev/null diff --git a/protocols/Omegle/proto_omegle/res/proto_online.ico b/protocols/Omegle/proto_omegle/res/proto_online.ico Binary files differdeleted file mode 100644 index 7b4a163786..0000000000 --- a/protocols/Omegle/proto_omegle/res/proto_online.ico +++ /dev/null diff --git a/protocols/Omegle/proto_omegle/src/resource_icons.h b/protocols/Omegle/proto_omegle/src/resource_icons.h deleted file mode 100644 index b150f4933c..0000000000 --- a/protocols/Omegle/proto_omegle/src/resource_icons.h +++ /dev/null @@ -1,17 +0,0 @@ -//{{NO_DEPENDENCIES}}
-// Microsoft Visual C++ generated include file.
-// Used by omegle_icons.rc
-//
-#define IDI_OFFLINE 105
-#define IDI_ONLINE 104
-
-// Next default values for new objects
-//
-#ifdef APSTUDIO_INVOKED
-#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 103
-#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1001
-#define _APS_NEXT_SYMED_VALUE 101
-#endif
-#endif
|