diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-08 14:38:24 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-08 14:38:24 +0300 |
commit | 82fda148b9865911869768d2f2e10bb1fc17a82c (patch) | |
tree | 992730a8441d52c61587a1f9a6ad95e42f1e7e5c /plugins/Rate/res | |
parent | bd250bf083ef4e99af085b9680438679cdd0c619 (diff) |
Rate removed from all solutions & build scripts
Diffstat (limited to 'plugins/Rate/res')
-rw-r--r-- | plugins/Rate/res/Version.rc | 9 | ||||
-rw-r--r-- | plugins/Rate/res/rate.rc | 75 | ||||
-rw-r--r-- | plugins/Rate/res/rate_high.ico | bin | 1150 -> 0 bytes | |||
-rw-r--r-- | plugins/Rate/res/rate_low.ico | bin | 1150 -> 0 bytes | |||
-rw-r--r-- | plugins/Rate/res/rate_med.ico | bin | 1150 -> 0 bytes |
5 files changed, 0 insertions, 84 deletions
diff --git a/plugins/Rate/res/Version.rc b/plugins/Rate/res/Version.rc deleted file mode 100644 index 5a5ddd63ed..0000000000 --- a/plugins/Rate/res/Version.rc +++ /dev/null @@ -1,9 +0,0 @@ -// Microsoft Visual C++ generated resource script. -// -#ifdef APSTUDIO_INVOKED -#error this file is not editable by Microsoft Visual C++ -#endif //APSTUDIO_INVOKED - -#include "..\src\version.h" - -#include "..\..\build\Version.rc" diff --git a/plugins/Rate/res/rate.rc b/plugins/Rate/res/rate.rc deleted file mode 100644 index 834df998b7..0000000000 --- a/plugins/Rate/res/rate.rc +++ /dev/null @@ -1,75 +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
-
-/////////////////////////////////////////////////////////////////////////////
-// Ukrainian resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_UKR)
-#ifdef _WIN32
-LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
-#pragma code_page(1251)
-#endif //_WIN32
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// Icon
-//
-
-// Icon with lowest ID value placed first to ensure application icon
-// remains consistent on all systems.
-IDI_RATEHI ICON "rate_high.ico"
-IDI_RATELO ICON "rate_low.ico"
-IDI_RATEME ICON "rate_med.ico"
-
-
-#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
-
-
-#endif // Ukrainian resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-
-#ifndef APSTUDIO_INVOKED
-/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 3 resource.
-//
-
-
-/////////////////////////////////////////////////////////////////////////////
-#endif // not APSTUDIO_INVOKED
diff --git a/plugins/Rate/res/rate_high.ico b/plugins/Rate/res/rate_high.ico Binary files differdeleted file mode 100644 index ad5fa6acf1..0000000000 --- a/plugins/Rate/res/rate_high.ico +++ /dev/null diff --git a/plugins/Rate/res/rate_low.ico b/plugins/Rate/res/rate_low.ico Binary files differdeleted file mode 100644 index 66a340da9c..0000000000 --- a/plugins/Rate/res/rate_low.ico +++ /dev/null diff --git a/plugins/Rate/res/rate_med.ico b/plugins/Rate/res/rate_med.ico Binary files differdeleted file mode 100644 index 2b3220de1b..0000000000 --- a/plugins/Rate/res/rate_med.ico +++ /dev/null |