From a70382b0e8bed265a1d314d9f6aae8f2dd48d20b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 28 Nov 2012 18:45:54 +0000 Subject: ex-protos moved to the Plugins folder git-svn-id: http://svn.miranda-ng.org/main/trunk@2545 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/YAMN/proto_yamn/proto_YAMN_10.vcxproj | 131 +++++++++++++++++++++ .../YAMN/proto_yamn/proto_YAMN_10.vcxproj.filters | 22 ++++ plugins/YAMN/proto_yamn/res/icoaway.ico | Bin 0 -> 2038 bytes plugins/YAMN/proto_yamn/res/icooccupied.ico | Bin 0 -> 2038 bytes plugins/YAMN/proto_yamn/res/icooffline.ico | Bin 0 -> 2038 bytes plugins/YAMN/proto_yamn/res/icoonline.ico | Bin 0 -> 2038 bytes plugins/YAMN/proto_yamn/res/proto_YAMN.rc | 16 +++ plugins/YAMN/proto_yamn/src/resource.h | 20 ++++ 8 files changed, 189 insertions(+) create mode 100644 plugins/YAMN/proto_yamn/proto_YAMN_10.vcxproj create mode 100644 plugins/YAMN/proto_yamn/proto_YAMN_10.vcxproj.filters create mode 100644 plugins/YAMN/proto_yamn/res/icoaway.ico create mode 100644 plugins/YAMN/proto_yamn/res/icooccupied.ico create mode 100644 plugins/YAMN/proto_yamn/res/icooffline.ico create mode 100644 plugins/YAMN/proto_yamn/res/icoonline.ico create mode 100644 plugins/YAMN/proto_yamn/res/proto_YAMN.rc create mode 100644 plugins/YAMN/proto_yamn/src/resource.h (limited to 'plugins/YAMN/proto_yamn') diff --git a/plugins/YAMN/proto_yamn/proto_YAMN_10.vcxproj b/plugins/YAMN/proto_yamn/proto_YAMN_10.vcxproj new file mode 100644 index 0000000000..2338196c5f --- /dev/null +++ b/plugins/YAMN/proto_yamn/proto_YAMN_10.vcxproj @@ -0,0 +1,131 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + Proto_YAMN + {C1CDB82C-6BBF-496E-88F4-CC57E60B0CA9} + + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + Windows + true + false + true + true + $(SolutionDir)\lib + + + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + Windows + true + false + true + true + $(SolutionDir)\lib + + + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + Windows + true + false + $(SolutionDir)\lib + + + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + Windows + true + false + $(SolutionDir)\lib + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/YAMN/proto_yamn/proto_YAMN_10.vcxproj.filters b/plugins/YAMN/proto_yamn/proto_YAMN_10.vcxproj.filters new file mode 100644 index 0000000000..3fa00bebfb --- /dev/null +++ b/plugins/YAMN/proto_yamn/proto_YAMN_10.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {4726e1d1-39cd-435a-bd59-51fdb6745f46} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + {81ae85e6-6c6b-42dc-be93-6b2bdc29210f} + + + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/plugins/YAMN/proto_yamn/res/icoaway.ico b/plugins/YAMN/proto_yamn/res/icoaway.ico new file mode 100644 index 0000000000..a99cbe0a60 Binary files /dev/null and b/plugins/YAMN/proto_yamn/res/icoaway.ico differ diff --git a/plugins/YAMN/proto_yamn/res/icooccupied.ico b/plugins/YAMN/proto_yamn/res/icooccupied.ico new file mode 100644 index 0000000000..81dd9fe467 Binary files /dev/null and b/plugins/YAMN/proto_yamn/res/icooccupied.ico differ diff --git a/plugins/YAMN/proto_yamn/res/icooffline.ico b/plugins/YAMN/proto_yamn/res/icooffline.ico new file mode 100644 index 0000000000..78f925ede7 Binary files /dev/null and b/plugins/YAMN/proto_yamn/res/icooffline.ico differ diff --git a/plugins/YAMN/proto_yamn/res/icoonline.ico b/plugins/YAMN/proto_yamn/res/icoonline.ico new file mode 100644 index 0000000000..b2605bb9d4 Binary files /dev/null and b/plugins/YAMN/proto_yamn/res/icoonline.ico differ diff --git a/plugins/YAMN/proto_yamn/res/proto_YAMN.rc b/plugins/YAMN/proto_yamn/res/proto_YAMN.rc new file mode 100644 index 0000000000..087ee444c9 --- /dev/null +++ b/plugins/YAMN/proto_yamn/res/proto_YAMN.rc @@ -0,0 +1,16 @@ +#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 new file mode 100644 index 0000000000..0532df3fa6 --- /dev/null +++ b/plugins/YAMN/proto_yamn/src/resource.h @@ -0,0 +1,20 @@ +//{{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 -- cgit v1.2.3