diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-02 12:32:44 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-02 12:32:55 +0300 |
commit | 931a7dc1ac0dbc7e6c1083583ced915e572f5b47 (patch) | |
tree | 9fe9a6448d44030e26aa7107ce16044ed413e0d0 /plugins/Weather/proto_weather | |
parent | dd7d9954042254e66e3bbbec7195c6be8b1a0663 (diff) |
all protocols (even virtual ones) moved to the Protocols folder
Diffstat (limited to 'plugins/Weather/proto_weather')
-rw-r--r-- | plugins/Weather/proto_weather/proto_weather.vcxproj | 28 | ||||
-rw-r--r-- | plugins/Weather/proto_weather/proto_weather.vcxproj.filters | 4 | ||||
-rw-r--r-- | plugins/Weather/proto_weather/res/Cloud.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | plugins/Weather/proto_weather/res/FOG.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | plugins/Weather/proto_weather/res/LIGHT.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | plugins/Weather/proto_weather/res/NA.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | plugins/Weather/proto_weather/res/PCLOUDY.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | plugins/Weather/proto_weather/res/RAIN.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | plugins/Weather/proto_weather/res/RSHOWER.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | plugins/Weather/proto_weather/res/SNOW.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | plugins/Weather/proto_weather/res/SSHOWER.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | plugins/Weather/proto_weather/res/SUN.ico | bin | 5430 -> 0 bytes | |||
-rw-r--r-- | plugins/Weather/proto_weather/res/resource.rc | 41 |
13 files changed, 0 insertions, 73 deletions
diff --git a/plugins/Weather/proto_weather/proto_weather.vcxproj b/plugins/Weather/proto_weather/proto_weather.vcxproj deleted file mode 100644 index 355d059732..0000000000 --- a/plugins/Weather/proto_weather/proto_weather.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_Weather</ProjectName>
- <ProjectGuid>{B2F4BA6C-1BD6-4A50-A706-DCBC6A5D439B}</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/Weather/proto_weather/proto_weather.vcxproj.filters b/plugins/Weather/proto_weather/proto_weather.vcxproj.filters deleted file mode 100644 index e39f86d5d6..0000000000 --- a/plugins/Weather/proto_weather/proto_weather.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/Weather/proto_weather/res/Cloud.ico b/plugins/Weather/proto_weather/res/Cloud.ico Binary files differdeleted file mode 100644 index 52b8842c76..0000000000 --- a/plugins/Weather/proto_weather/res/Cloud.ico +++ /dev/null diff --git a/plugins/Weather/proto_weather/res/FOG.ico b/plugins/Weather/proto_weather/res/FOG.ico Binary files differdeleted file mode 100644 index 598889503e..0000000000 --- a/plugins/Weather/proto_weather/res/FOG.ico +++ /dev/null diff --git a/plugins/Weather/proto_weather/res/LIGHT.ico b/plugins/Weather/proto_weather/res/LIGHT.ico Binary files differdeleted file mode 100644 index bff56d15d2..0000000000 --- a/plugins/Weather/proto_weather/res/LIGHT.ico +++ /dev/null diff --git a/plugins/Weather/proto_weather/res/NA.ico b/plugins/Weather/proto_weather/res/NA.ico Binary files differdeleted file mode 100644 index 47840dafbb..0000000000 --- a/plugins/Weather/proto_weather/res/NA.ico +++ /dev/null diff --git a/plugins/Weather/proto_weather/res/PCLOUDY.ico b/plugins/Weather/proto_weather/res/PCLOUDY.ico Binary files differdeleted file mode 100644 index eef4eccb59..0000000000 --- a/plugins/Weather/proto_weather/res/PCLOUDY.ico +++ /dev/null diff --git a/plugins/Weather/proto_weather/res/RAIN.ico b/plugins/Weather/proto_weather/res/RAIN.ico Binary files differdeleted file mode 100644 index 4a43c4c62b..0000000000 --- a/plugins/Weather/proto_weather/res/RAIN.ico +++ /dev/null diff --git a/plugins/Weather/proto_weather/res/RSHOWER.ico b/plugins/Weather/proto_weather/res/RSHOWER.ico Binary files differdeleted file mode 100644 index dcb98b80a1..0000000000 --- a/plugins/Weather/proto_weather/res/RSHOWER.ico +++ /dev/null diff --git a/plugins/Weather/proto_weather/res/SNOW.ico b/plugins/Weather/proto_weather/res/SNOW.ico Binary files differdeleted file mode 100644 index 3cc60a0817..0000000000 --- a/plugins/Weather/proto_weather/res/SNOW.ico +++ /dev/null diff --git a/plugins/Weather/proto_weather/res/SSHOWER.ico b/plugins/Weather/proto_weather/res/SSHOWER.ico Binary files differdeleted file mode 100644 index f2e2e45a02..0000000000 --- a/plugins/Weather/proto_weather/res/SSHOWER.ico +++ /dev/null diff --git a/plugins/Weather/proto_weather/res/SUN.ico b/plugins/Weather/proto_weather/res/SUN.ico Binary files differdeleted file mode 100644 index c5a1206468..0000000000 --- a/plugins/Weather/proto_weather/res/SUN.ico +++ /dev/null diff --git a/plugins/Weather/proto_weather/res/resource.rc b/plugins/Weather/proto_weather/res/resource.rc deleted file mode 100644 index b059c0696d..0000000000 --- a/plugins/Weather/proto_weather/res/resource.rc +++ /dev/null @@ -1,41 +0,0 @@ -//Microsoft Developer Studio generated resource script.
-//
-
-#define APSTUDIO_READONLY_SYMBOLS
-/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 2 resource.
-//
-#include "winres.h"
-/////////////////////////////////////////////////////////////////////////////
-#undef APSTUDIO_READONLY_SYMBOLS
-
-/////////////////////////////////////////////////////////////////////////////
-// English (U.S.) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-#ifdef _WIN32
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page(1252)
-#endif //_WIN32
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// Icon
-//
-
-// Icon with lowest ID value placed first to ensure application icon
-// remains consistent on all systems.
-104 ICON "SUN.ico"
-105 ICON "NA.ico"
-128 ICON "PCLOUDY.ico"
-129 ICON "RSHOWER.ico"
-130 ICON "LIGHT.ico"
-131 ICON "RAIN.ico"
-158 ICON "SNOW.ico"
-159 ICON "CLOUD.ico"
-1002 ICON "SSHOWER.ico"
-1003 ICON "FOG.ico"
-
-#endif // English (U.S.) resources
-/////////////////////////////////////////////////////////////////////////////
\ No newline at end of file |