summaryrefslogtreecommitdiff
path: root/plugins/YAMN/proto_yamn
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-03-02 12:32:44 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-03-02 12:32:55 +0300
commit931a7dc1ac0dbc7e6c1083583ced915e572f5b47 (patch)
tree9fe9a6448d44030e26aa7107ce16044ed413e0d0 /plugins/YAMN/proto_yamn
parentdd7d9954042254e66e3bbbec7195c6be8b1a0663 (diff)
all protocols (even virtual ones) moved to the Protocols folder
Diffstat (limited to 'plugins/YAMN/proto_yamn')
-rw-r--r--plugins/YAMN/proto_yamn/proto_YAMN.vcxproj28
-rw-r--r--plugins/YAMN/proto_yamn/proto_YAMN.vcxproj.filters4
-rw-r--r--plugins/YAMN/proto_yamn/res/icoaway.icobin1150 -> 0 bytes
-rw-r--r--plugins/YAMN/proto_yamn/res/icooccupied.icobin1150 -> 0 bytes
-rw-r--r--plugins/YAMN/proto_yamn/res/icooffline.icobin1150 -> 0 bytes
-rw-r--r--plugins/YAMN/proto_yamn/res/icoonline.icobin1150 -> 0 bytes
-rw-r--r--plugins/YAMN/proto_yamn/res/proto_YAMN.rc16
-rw-r--r--plugins/YAMN/proto_yamn/src/resource.h20
8 files changed, 0 insertions, 68 deletions
diff --git a/plugins/YAMN/proto_yamn/proto_YAMN.vcxproj b/plugins/YAMN/proto_yamn/proto_YAMN.vcxproj
deleted file mode 100644
index 1f5bbfd0e0..0000000000
--- a/plugins/YAMN/proto_yamn/proto_YAMN.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_YAMN</ProjectName>
- <ProjectGuid>{C1CDB82C-6BBF-496E-88F4-CC57E60B0CA9}</ProjectGuid>
- </PropertyGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(ProjectDir)..\..\..\build\vc.common\icons.props" />
- </ImportGroup>
-</Project> \ No newline at end of file
diff --git a/plugins/YAMN/proto_yamn/proto_YAMN.vcxproj.filters b/plugins/YAMN/proto_yamn/proto_YAMN.vcxproj.filters
deleted file mode 100644
index e39f86d5d6..0000000000
--- a/plugins/YAMN/proto_yamn/proto_YAMN.vcxproj.filters
+++ /dev/null
@@ -1,4 +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" />
-</Project> \ No newline at end of file
diff --git a/plugins/YAMN/proto_yamn/res/icoaway.ico b/plugins/YAMN/proto_yamn/res/icoaway.ico
deleted file mode 100644
index 9c5be2ef5c..0000000000
--- a/plugins/YAMN/proto_yamn/res/icoaway.ico
+++ /dev/null
Binary files differ
diff --git a/plugins/YAMN/proto_yamn/res/icooccupied.ico b/plugins/YAMN/proto_yamn/res/icooccupied.ico
deleted file mode 100644
index e7ba6d35b7..0000000000
--- a/plugins/YAMN/proto_yamn/res/icooccupied.ico
+++ /dev/null
Binary files differ
diff --git a/plugins/YAMN/proto_yamn/res/icooffline.ico b/plugins/YAMN/proto_yamn/res/icooffline.ico
deleted file mode 100644
index 9f7f6082e9..0000000000
--- a/plugins/YAMN/proto_yamn/res/icooffline.ico
+++ /dev/null
Binary files differ
diff --git a/plugins/YAMN/proto_yamn/res/icoonline.ico b/plugins/YAMN/proto_yamn/res/icoonline.ico
deleted file mode 100644
index 5c7f3d7e79..0000000000
--- a/plugins/YAMN/proto_yamn/res/icoonline.ico
+++ /dev/null
Binary files differ
diff --git a/plugins/YAMN/proto_yamn/res/proto_YAMN.rc b/plugins/YAMN/proto_yamn/res/proto_YAMN.rc
deleted file mode 100644
index 087ee444c9..0000000000
--- a/plugins/YAMN/proto_yamn/res/proto_YAMN.rc
+++ /dev/null
@@ -1,16 +0,0 @@
-#include "..\src\resource.h"
-
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// Icon
-//
-
-// Icon with lowest ID value placed first to ensure application icon
-// remains consistent on all systems.
-
-IDI_ICON1 ICON "icooffline.ico"
-IDI_ICON2 ICON "icoonline.ico"
-IDI_ICON5 ICON "icooffline.ico"
-IDI_ICON7 ICON "icooccupied.ico"
-IDI_ICON3 ICON "icoaway.ico"
diff --git a/plugins/YAMN/proto_yamn/src/resource.h b/plugins/YAMN/proto_yamn/src/resource.h
deleted file mode 100644
index 0532df3fa6..0000000000
--- a/plugins/YAMN/proto_yamn/src/resource.h
+++ /dev/null
@@ -1,20 +0,0 @@
-//{{NO_DEPENDENCIES}}
-// Microsoft Visual C++ generated include file.
-// Used by Proto_YAMN.rc
-//
-#define IDI_ICON1 105
-#define IDI_ICON2 104
-#define IDI_ICON3 128
-#define IDI_ICON5 131
-#define IDI_ICON7 159
-
-// 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