From 4f23f9c556e16b454bbca0c43610af1477ea2d74 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 1 Aug 2015 21:49:43 +0000 Subject: Zero Notification: common project git-svn-id: http://svn.miranda-ng.org/main/trunk@14808 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- bin10/mir_dev.sln | 2 +- bin10/mir_full.sln | 2 +- bin10/mir_full_pro.sln | 2 +- bin12/mir_dev.sln | 2 +- bin12/mir_full.sln | 2 +- bin14/mir_dev.sln | 2 +- bin14/mir_full.sln | 2 +- plugins/ZeroNotification/Zero Notification.vcxproj | 28 +++ .../Zero Notification.vcxproj.filters | 4 + .../ZeroNotification/Zero Notification_10.vcxproj | 213 -------------------- .../Zero Notification_10.vcxproj.filters | 44 ----- .../ZeroNotification/Zero Notification_12.vcxproj | 216 --------------------- .../Zero Notification_12.vcxproj.filters | 44 ----- .../ZeroNotification/Zero Notification_14.vcxproj | 216 --------------------- .../Zero Notification_14.vcxproj.filters | 44 ----- plugins/ZeroNotification/src/common.h | 22 --- plugins/ZeroNotification/src/main.cpp | 2 +- plugins/ZeroNotification/src/stdafx.cpp | 18 -- plugins/ZeroNotification/src/stdafx.cxx | 18 ++ plugins/ZeroNotification/src/stdafx.h | 22 +++ 20 files changed, 80 insertions(+), 825 deletions(-) create mode 100644 plugins/ZeroNotification/Zero Notification.vcxproj create mode 100644 plugins/ZeroNotification/Zero Notification.vcxproj.filters delete mode 100644 plugins/ZeroNotification/Zero Notification_10.vcxproj delete mode 100644 plugins/ZeroNotification/Zero Notification_10.vcxproj.filters delete mode 100644 plugins/ZeroNotification/Zero Notification_12.vcxproj delete mode 100644 plugins/ZeroNotification/Zero Notification_12.vcxproj.filters delete mode 100644 plugins/ZeroNotification/Zero Notification_14.vcxproj delete mode 100644 plugins/ZeroNotification/Zero Notification_14.vcxproj.filters delete mode 100644 plugins/ZeroNotification/src/common.h delete mode 100644 plugins/ZeroNotification/src/stdafx.cpp create mode 100644 plugins/ZeroNotification/src/stdafx.cxx create mode 100644 plugins/ZeroNotification/src/stdafx.h diff --git a/bin10/mir_dev.sln b/bin10/mir_dev.sln index 7c13fb0d00..8ad41778c6 100644 --- a/bin10/mir_dev.sln +++ b/bin10/mir_dev.sln @@ -138,7 +138,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SpellChecker", "..\plugins\ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Alarms", "..\plugins\Alarms\alarms.vcxproj", "{5F09C93B-463A-4BF5-A85E-6E4E916AA8F8}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZeroNotify", "..\plugins\ZeroNotification\Zero Notification_10.vcxproj", "{E37561EB-B9C5-4215-9FF9-DB559916FBA2}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZeroNotify", "..\plugins\ZeroNotification\Zero Notification.vcxproj", "{E37561EB-B9C5-4215-9FF9-DB559916FBA2}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KeyboardNotify", "..\plugins\KeyboardNotify\KeyboardNotify.vcxproj", "{A9265E36-7F2D-440C-BF3E-F447FDB6200F}" EndProject diff --git a/bin10/mir_full.sln b/bin10/mir_full.sln index 3a1c289149..1aeffc83b2 100644 --- a/bin10/mir_full.sln +++ b/bin10/mir_full.sln @@ -138,7 +138,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SpellChecker", "..\plugins\ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Alarms", "..\plugins\Alarms\alarms.vcxproj", "{5F09C93B-463A-4BF5-A85E-6E4E916AA8F8}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZeroNotify", "..\plugins\ZeroNotification\Zero Notification_10.vcxproj", "{E37561EB-B9C5-4215-9FF9-DB559916FBA2}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZeroNotify", "..\plugins\ZeroNotification\Zero Notification.vcxproj", "{E37561EB-B9C5-4215-9FF9-DB559916FBA2}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KeyboardNotify", "..\plugins\KeyboardNotify\KeyboardNotify.vcxproj", "{A9265E36-7F2D-440C-BF3E-F447FDB6200F}" EndProject diff --git a/bin10/mir_full_pro.sln b/bin10/mir_full_pro.sln index 688ae2c333..1308c602b7 100644 --- a/bin10/mir_full_pro.sln +++ b/bin10/mir_full_pro.sln @@ -138,7 +138,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SpellChecker", "..\plugins\ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Alarms", "..\plugins\Alarms\alarms.vcxproj", "{5F09C93B-463A-4BF5-A85E-6E4E916AA8F8}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZeroNotify", "..\plugins\ZeroNotification\Zero Notification_10.vcxproj", "{E37561EB-B9C5-4215-9FF9-DB559916FBA2}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZeroNotify", "..\plugins\ZeroNotification\Zero Notification.vcxproj", "{E37561EB-B9C5-4215-9FF9-DB559916FBA2}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KeyboardNotify", "..\plugins\KeyboardNotify\KeyboardNotify.vcxproj", "{A9265E36-7F2D-440C-BF3E-F447FDB6200F}" EndProject diff --git a/bin12/mir_dev.sln b/bin12/mir_dev.sln index 7f25617707..63723f61bb 100644 --- a/bin12/mir_dev.sln +++ b/bin12/mir_dev.sln @@ -140,7 +140,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SpellChecker", "..\plugins\ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Alarms", "..\plugins\Alarms\alarms.vcxproj", "{5F09C93B-463A-4BF5-A85E-6E4E916AA8F8}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZeroNotify", "..\plugins\ZeroNotification\Zero Notification_12.vcxproj", "{E37561EB-B9C5-4215-9FF9-DB559916FBA2}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZeroNotify", "..\plugins\ZeroNotification\Zero Notification.vcxproj", "{E37561EB-B9C5-4215-9FF9-DB559916FBA2}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KeyboardNotify", "..\plugins\KeyboardNotify\KeyboardNotify.vcxproj", "{A9265E36-7F2D-440C-BF3E-F447FDB6200F}" EndProject diff --git a/bin12/mir_full.sln b/bin12/mir_full.sln index de58a4a2b0..693e0be458 100644 --- a/bin12/mir_full.sln +++ b/bin12/mir_full.sln @@ -140,7 +140,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SpellChecker", "..\plugins\ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Alarms", "..\plugins\Alarms\alarms.vcxproj", "{5F09C93B-463A-4BF5-A85E-6E4E916AA8F8}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZeroNotify", "..\plugins\ZeroNotification\Zero Notification_12.vcxproj", "{E37561EB-B9C5-4215-9FF9-DB559916FBA2}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZeroNotify", "..\plugins\ZeroNotification\Zero Notification.vcxproj", "{E37561EB-B9C5-4215-9FF9-DB559916FBA2}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KeyboardNotify", "..\plugins\KeyboardNotify\KeyboardNotify.vcxproj", "{A9265E36-7F2D-440C-BF3E-F447FDB6200F}" EndProject diff --git a/bin14/mir_dev.sln b/bin14/mir_dev.sln index 4707e026c1..cd5e7af0d3 100644 --- a/bin14/mir_dev.sln +++ b/bin14/mir_dev.sln @@ -140,7 +140,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SpellChecker", "..\plugins\ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Alarms", "..\plugins\Alarms\alarms.vcxproj", "{5F09C93B-463A-4BF5-A85E-6E4E916AA8F8}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZeroNotify", "..\plugins\ZeroNotification\Zero Notification_14.vcxproj", "{E37561EB-B9C5-4215-9FF9-DB559916FBA2}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZeroNotify", "..\plugins\ZeroNotification\Zero Notification.vcxproj", "{E37561EB-B9C5-4215-9FF9-DB559916FBA2}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KeyboardNotify", "..\plugins\KeyboardNotify\KeyboardNotify.vcxproj", "{A9265E36-7F2D-440C-BF3E-F447FDB6200F}" EndProject diff --git a/bin14/mir_full.sln b/bin14/mir_full.sln index 3c91def53c..d7a16e047c 100644 --- a/bin14/mir_full.sln +++ b/bin14/mir_full.sln @@ -140,7 +140,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SpellChecker", "..\plugins\ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Alarms", "..\plugins\Alarms\alarms.vcxproj", "{5F09C93B-463A-4BF5-A85E-6E4E916AA8F8}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZeroNotify", "..\plugins\ZeroNotification\Zero Notification_14.vcxproj", "{E37561EB-B9C5-4215-9FF9-DB559916FBA2}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZeroNotify", "..\plugins\ZeroNotification\Zero Notification.vcxproj", "{E37561EB-B9C5-4215-9FF9-DB559916FBA2}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KeyboardNotify", "..\plugins\KeyboardNotify\KeyboardNotify.vcxproj", "{A9265E36-7F2D-440C-BF3E-F447FDB6200F}" EndProject diff --git a/plugins/ZeroNotification/Zero Notification.vcxproj b/plugins/ZeroNotification/Zero Notification.vcxproj new file mode 100644 index 0000000000..7935d84119 --- /dev/null +++ b/plugins/ZeroNotification/Zero Notification.vcxproj @@ -0,0 +1,28 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + ZeroNotify + {E37561EB-B9C5-4215-9FF9-DB559916FBA2} + + + + + \ No newline at end of file diff --git a/plugins/ZeroNotification/Zero Notification.vcxproj.filters b/plugins/ZeroNotification/Zero Notification.vcxproj.filters new file mode 100644 index 0000000000..de5ad9f66c --- /dev/null +++ b/plugins/ZeroNotification/Zero Notification.vcxproj.filters @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/plugins/ZeroNotification/Zero Notification_10.vcxproj b/plugins/ZeroNotification/Zero Notification_10.vcxproj deleted file mode 100644 index 0ba21fc9f9..0000000000 --- a/plugins/ZeroNotification/Zero Notification_10.vcxproj +++ /dev/null @@ -1,213 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - ZeroNotify - {E37561EB-B9C5-4215-9FF9-DB559916FBA2} - - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Disabled - ..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - false - true - EnableFastChecks - MultiThreadedDebugDLL - false - Fast - Level3 - EditAndContinue - false - Use - common.h - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - false - $(IntDir)$(TargetName).lib - Windows - 0x5130000 - $(ProfileDir)..\..\bin10\lib - - - - - Disabled - ..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - false - Fast - Level3 - false - Use - common.h - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - false - $(IntDir)$(TargetName).lib - Windows - 0x5130000 - $(ProfileDir)..\..\bin10\lib - - - - - Full - OnlyExplicitInline - Size - ..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - false - false - false - Fast - Level3 - true - Use - common.h - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - true - 0x5130000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - - - Full - OnlyExplicitInline - Size - ..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - false - false - false - Fast - Level3 - Use - common.h - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - true - 0x5130000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - - - - Create - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/ZeroNotification/Zero Notification_10.vcxproj.filters b/plugins/ZeroNotification/Zero Notification_10.vcxproj.filters deleted file mode 100644 index b176b4ece1..0000000000 --- a/plugins/ZeroNotification/Zero Notification_10.vcxproj.filters +++ /dev/null @@ -1,44 +0,0 @@ - - - - - {fe0a3f0c-2eef-4a36-b519-d16772710072} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {5afeb58f-46e6-4fa7-ac3c-5d53e7052429} - h;hpp;hxx;hm;inl - - - {dcb10d94-3d1f-4b38-b173-39966e2f3acb} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/ZeroNotification/Zero Notification_12.vcxproj b/plugins/ZeroNotification/Zero Notification_12.vcxproj deleted file mode 100644 index 46d845c4fc..0000000000 --- a/plugins/ZeroNotification/Zero Notification_12.vcxproj +++ /dev/null @@ -1,216 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - ZeroNotify - {E37561EB-B9C5-4215-9FF9-DB559916FBA2} - - - - DynamicLibrary - Unicode - true - v120_xp - - - DynamicLibrary - Unicode - true - v120_xp - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - Unicode - v120_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Disabled - ..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - false - true - EnableFastChecks - MultiThreadedDebugDLL - false - Fast - Level3 - EditAndContinue - false - Use - common.h - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - false - $(IntDir)$(TargetName).lib - Windows - 0x5130000 - $(ProfileDir)..\..\bin12\lib - false - - - - - Disabled - ..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - false - Fast - Level3 - false - Use - common.h - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - false - $(IntDir)$(TargetName).lib - Windows - 0x5130000 - $(ProfileDir)..\..\bin12\lib - - - - - Full - OnlyExplicitInline - Size - ..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - false - false - false - Fast - Level3 - true - Use - common.h - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - true - 0x5130000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\bin12\lib - - - - - Full - OnlyExplicitInline - Size - ..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - false - false - false - Fast - Level3 - Use - common.h - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - true - 0x5130000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\bin12\lib - - - - - - Create - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/ZeroNotification/Zero Notification_12.vcxproj.filters b/plugins/ZeroNotification/Zero Notification_12.vcxproj.filters deleted file mode 100644 index b176b4ece1..0000000000 --- a/plugins/ZeroNotification/Zero Notification_12.vcxproj.filters +++ /dev/null @@ -1,44 +0,0 @@ - - - - - {fe0a3f0c-2eef-4a36-b519-d16772710072} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {5afeb58f-46e6-4fa7-ac3c-5d53e7052429} - h;hpp;hxx;hm;inl - - - {dcb10d94-3d1f-4b38-b173-39966e2f3acb} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/ZeroNotification/Zero Notification_14.vcxproj b/plugins/ZeroNotification/Zero Notification_14.vcxproj deleted file mode 100644 index c6b6596b13..0000000000 --- a/plugins/ZeroNotification/Zero Notification_14.vcxproj +++ /dev/null @@ -1,216 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - ZeroNotify - {E37561EB-B9C5-4215-9FF9-DB559916FBA2} - - - - DynamicLibrary - Unicode - true - v140_xp - - - DynamicLibrary - Unicode - true - v140_xp - - - DynamicLibrary - Unicode - v140_xp - - - DynamicLibrary - Unicode - v140_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Disabled - ..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - false - true - EnableFastChecks - MultiThreadedDebugDLL - false - Fast - Level3 - EditAndContinue - false - Use - common.h - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - false - $(IntDir)$(TargetName).lib - Windows - 0x5130000 - $(ProfileDir)..\..\bin14\lib - false - - - - - Disabled - ..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - false - Fast - Level3 - false - Use - common.h - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - false - $(IntDir)$(TargetName).lib - Windows - 0x5130000 - $(ProfileDir)..\..\bin14\lib - - - - - Full - OnlyExplicitInline - Size - ..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - false - false - false - Fast - Level3 - true - Use - common.h - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - true - 0x5130000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\bin14\lib - - - - - Full - OnlyExplicitInline - Size - ..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - false - false - false - Fast - Level3 - Use - common.h - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - true - 0x5130000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\bin14\lib - - - - - - Create - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/ZeroNotification/Zero Notification_14.vcxproj.filters b/plugins/ZeroNotification/Zero Notification_14.vcxproj.filters deleted file mode 100644 index b176b4ece1..0000000000 --- a/plugins/ZeroNotification/Zero Notification_14.vcxproj.filters +++ /dev/null @@ -1,44 +0,0 @@ - - - - - {fe0a3f0c-2eef-4a36-b519-d16772710072} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {5afeb58f-46e6-4fa7-ac3c-5d53e7052429} - h;hpp;hxx;hm;inl - - - {dcb10d94-3d1f-4b38-b173-39966e2f3acb} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/ZeroNotification/src/common.h b/plugins/ZeroNotification/src/common.h deleted file mode 100644 index f881395cb5..0000000000 --- a/plugins/ZeroNotification/src/common.h +++ /dev/null @@ -1,22 +0,0 @@ -#include -#include - -#include -#include -#include -#include -#include -#include - -#include "version.h" -#include "resource.h" - -#define MODNAME "ZeroNotify" - -#define DEFAULT_NOSOUND 0x00000000 -#define DEFAULT_NOBLINK 0x00000000 -#define DEFAULT_NOCLCBLINK 0x00000000 - -#define DISABLE_SOUND LPGENT("Disable &Sounds") -#define ENABLE_SOUND LPGENT("Enable &Sounds") - diff --git a/plugins/ZeroNotification/src/main.cpp b/plugins/ZeroNotification/src/main.cpp index 8b0cdf3c13..e4434913e4 100644 --- a/plugins/ZeroNotification/src/main.cpp +++ b/plugins/ZeroNotification/src/main.cpp @@ -9,7 +9,7 @@ Miranda can be found here: http://miranda-ng.org/ */ -#include "common.h" +#include "stdafx.h" HINSTANCE hInst; diff --git a/plugins/ZeroNotification/src/stdafx.cpp b/plugins/ZeroNotification/src/stdafx.cpp deleted file mode 100644 index c5fe5abaad..0000000000 --- a/plugins/ZeroNotification/src/stdafx.cpp +++ /dev/null @@ -1,18 +0,0 @@ -/* -Copyright (C) 2012-15 Miranda NG project (http://miranda-ng.org) - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation version 2 -of the License. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ - -#include "common.h" \ No newline at end of file diff --git a/plugins/ZeroNotification/src/stdafx.cxx b/plugins/ZeroNotification/src/stdafx.cxx new file mode 100644 index 0000000000..6fb37564b7 --- /dev/null +++ b/plugins/ZeroNotification/src/stdafx.cxx @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012-15 Miranda NG project (http://miranda-ng.org) + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation version 2 +of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#include "stdafx.h" \ No newline at end of file diff --git a/plugins/ZeroNotification/src/stdafx.h b/plugins/ZeroNotification/src/stdafx.h new file mode 100644 index 0000000000..f881395cb5 --- /dev/null +++ b/plugins/ZeroNotification/src/stdafx.h @@ -0,0 +1,22 @@ +#include +#include + +#include +#include +#include +#include +#include +#include + +#include "version.h" +#include "resource.h" + +#define MODNAME "ZeroNotify" + +#define DEFAULT_NOSOUND 0x00000000 +#define DEFAULT_NOBLINK 0x00000000 +#define DEFAULT_NOCLCBLINK 0x00000000 + +#define DISABLE_SOUND LPGENT("Disable &Sounds") +#define ENABLE_SOUND LPGENT("Enable &Sounds") + -- cgit v1.2.3