From c77bc8ad3240272d3c784aa79b153b3d1cab726d Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 1 Aug 2015 16:47:17 +0000 Subject: StatusChange: common project git-svn-id: http://svn.miranda-ng.org/main/trunk@14782 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/StatusChange/StatusChange.vcxproj | 28 +++ plugins/StatusChange/StatusChange.vcxproj.filters | 4 + plugins/StatusChange/StatusChange_10.vcxproj | 203 -------------------- .../StatusChange/StatusChange_10.vcxproj.filters | 44 ----- plugins/StatusChange/StatusChange_12.vcxproj | 208 --------------------- .../StatusChange/StatusChange_12.vcxproj.filters | 44 ----- plugins/StatusChange/StatusChange_14.vcxproj | 208 --------------------- .../StatusChange/StatusChange_14.vcxproj.filters | 44 ----- plugins/StatusChange/src/Common.h | 41 ---- plugins/StatusChange/src/main.cpp | 2 +- plugins/StatusChange/src/stdafx.cpp | 18 -- plugins/StatusChange/src/stdafx.cxx | 18 ++ plugins/StatusChange/src/stdafx.h | 40 ++++ 20 files changed, 98 insertions(+), 818 deletions(-) create mode 100644 plugins/StatusChange/StatusChange.vcxproj create mode 100644 plugins/StatusChange/StatusChange.vcxproj.filters delete mode 100644 plugins/StatusChange/StatusChange_10.vcxproj delete mode 100644 plugins/StatusChange/StatusChange_10.vcxproj.filters delete mode 100644 plugins/StatusChange/StatusChange_12.vcxproj delete mode 100644 plugins/StatusChange/StatusChange_12.vcxproj.filters delete mode 100644 plugins/StatusChange/StatusChange_14.vcxproj delete mode 100644 plugins/StatusChange/StatusChange_14.vcxproj.filters delete mode 100644 plugins/StatusChange/src/Common.h delete mode 100644 plugins/StatusChange/src/stdafx.cpp create mode 100644 plugins/StatusChange/src/stdafx.cxx create mode 100644 plugins/StatusChange/src/stdafx.h diff --git a/bin10/mir_dev.sln b/bin10/mir_dev.sln index b99c9ae915..b3aee5d645 100644 --- a/bin10/mir_dev.sln +++ b/bin10/mir_dev.sln @@ -345,7 +345,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NotifyAnything", "..\plugin EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FTPFile", "..\plugins\FTPFileYM\ftpfile.vcxproj", "{73482497-9F57-4819-A9AB-5D841A9F072D}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StatusChange", "..\plugins\StatusChange\StatusChange_10.vcxproj", "{D09881C7-E189-49AD-919E-F64355F8EFD0}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StatusChange", "..\plugins\StatusChange\StatusChange.vcxproj", "{D09881C7-E189-49AD-919E-F64355F8EFD0}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BuddyPounce", "..\plugins\BuddyPounce\buddypounce.vcxproj", "{FBC473A7-6383-4C9F-A8FD-282A3CC44FD1}" EndProject diff --git a/bin10/mir_full.sln b/bin10/mir_full.sln index 3577f87d45..b3bf45a046 100644 --- a/bin10/mir_full.sln +++ b/bin10/mir_full.sln @@ -352,7 +352,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcurl", "..\libs\libcurl\ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FTPFile", "..\plugins\FTPFileYM\ftpfile.vcxproj", "{73482497-9F57-4819-A9AB-5D841A9F072D}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StatusChange", "..\plugins\StatusChange\StatusChange_10.vcxproj", "{D09881C7-E189-49AD-919E-F64355F8EFD0}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StatusChange", "..\plugins\StatusChange\StatusChange.vcxproj", "{D09881C7-E189-49AD-919E-F64355F8EFD0}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BuddyPounce", "..\plugins\BuddyPounce\buddypounce.vcxproj", "{FBC473A7-6383-4C9F-A8FD-282A3CC44FD1}" EndProject diff --git a/bin10/mir_full_pro.sln b/bin10/mir_full_pro.sln index bf1560ea72..752bc34707 100644 --- a/bin10/mir_full_pro.sln +++ b/bin10/mir_full_pro.sln @@ -386,7 +386,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcurl", "..\libs\libcurl\ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FTPFile", "..\plugins\FTPFileYM\ftpfile.vcxproj", "{73482497-9F57-4819-A9AB-5D841A9F072D}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StatusChange", "..\plugins\StatusChange\StatusChange_10.vcxproj", "{D09881C7-E189-49AD-919E-F64355F8EFD0}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StatusChange", "..\plugins\StatusChange\StatusChange.vcxproj", "{D09881C7-E189-49AD-919E-F64355F8EFD0}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BuddyPounce", "..\plugins\BuddyPounce\buddypounce.vcxproj", "{FBC473A7-6383-4C9F-A8FD-282A3CC44FD1}" EndProject diff --git a/bin12/mir_dev.sln b/bin12/mir_dev.sln index 699aa75938..3f5bfa4e12 100644 --- a/bin12/mir_dev.sln +++ b/bin12/mir_dev.sln @@ -352,7 +352,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NotifyAnything", "..\plugin EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FTPFile", "..\plugins\FTPFileYM\ftpfile.vcxproj", "{73482497-9F57-4819-A9AB-5D841A9F072D}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StatusChange", "..\plugins\StatusChange\StatusChange_12.vcxproj", "{D09881C7-E189-49AD-919E-F64355F8EFD0}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StatusChange", "..\plugins\StatusChange\StatusChange.vcxproj", "{D09881C7-E189-49AD-919E-F64355F8EFD0}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BuddyPounce", "..\plugins\BuddyPounce\buddypounce.vcxproj", "{FBC473A7-6383-4C9F-A8FD-282A3CC44FD1}" EndProject diff --git a/bin12/mir_full.sln b/bin12/mir_full.sln index 13de485dd1..49b74bdc02 100644 --- a/bin12/mir_full.sln +++ b/bin12/mir_full.sln @@ -354,7 +354,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NotifyAnything", "..\plugin EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcurl", "..\libs\libcurl\libcurl.vcxproj", "{01F9E227-06F5-4BED-907F-402CA7DFAFE6}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StatusChange", "..\plugins\StatusChange\StatusChange_12.vcxproj", "{D09881C7-E189-49AD-919E-F64355F8EFD0}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StatusChange", "..\plugins\StatusChange\StatusChange.vcxproj", "{D09881C7-E189-49AD-919E-F64355F8EFD0}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BuddyPounce", "..\plugins\BuddyPounce\buddypounce.vcxproj", "{FBC473A7-6383-4C9F-A8FD-282A3CC44FD1}" EndProject diff --git a/bin14/mir_dev.sln b/bin14/mir_dev.sln index 9bc2e5bd4f..e297f09250 100644 --- a/bin14/mir_dev.sln +++ b/bin14/mir_dev.sln @@ -352,7 +352,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NotifyAnything", "..\plugin EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FTPFile", "..\plugins\FTPFileYM\ftpfile.vcxproj", "{73482497-9F57-4819-A9AB-5D841A9F072D}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StatusChange", "..\plugins\StatusChange\StatusChange_14.vcxproj", "{D09881C7-E189-49AD-919E-F64355F8EFD0}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StatusChange", "..\plugins\StatusChange\StatusChange.vcxproj", "{D09881C7-E189-49AD-919E-F64355F8EFD0}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BuddyPounce", "..\plugins\BuddyPounce\buddypounce.vcxproj", "{FBC473A7-6383-4C9F-A8FD-282A3CC44FD1}" EndProject diff --git a/bin14/mir_full.sln b/bin14/mir_full.sln index 8edfff69e3..d538820319 100644 --- a/bin14/mir_full.sln +++ b/bin14/mir_full.sln @@ -354,7 +354,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NotifyAnything", "..\plugin EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcurl", "..\libs\libcurl\libcurl.vcxproj", "{01F9E227-06F5-4BED-907F-402CA7DFAFE6}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StatusChange", "..\plugins\StatusChange\StatusChange_14.vcxproj", "{D09881C7-E189-49AD-919E-F64355F8EFD0}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StatusChange", "..\plugins\StatusChange\StatusChange.vcxproj", "{D09881C7-E189-49AD-919E-F64355F8EFD0}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BuddyPounce", "..\plugins\BuddyPounce\buddypounce.vcxproj", "{FBC473A7-6383-4C9F-A8FD-282A3CC44FD1}" EndProject diff --git a/plugins/StatusChange/StatusChange.vcxproj b/plugins/StatusChange/StatusChange.vcxproj new file mode 100644 index 0000000000..4357f96c3f --- /dev/null +++ b/plugins/StatusChange/StatusChange.vcxproj @@ -0,0 +1,28 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {D09881C7-E189-49AD-919E-F64355F8EFD0} + StatusChange + + + + + \ No newline at end of file diff --git a/plugins/StatusChange/StatusChange.vcxproj.filters b/plugins/StatusChange/StatusChange.vcxproj.filters new file mode 100644 index 0000000000..de5ad9f66c --- /dev/null +++ b/plugins/StatusChange/StatusChange.vcxproj.filters @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/plugins/StatusChange/StatusChange_10.vcxproj b/plugins/StatusChange/StatusChange_10.vcxproj deleted file mode 100644 index d241a360ae..0000000000 --- a/plugins/StatusChange/StatusChange_10.vcxproj +++ /dev/null @@ -1,203 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {D09881C7-E189-49AD-919E-F64355F8EFD0} - StatusChange - - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - true - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.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 - - - - true - true - Full - Level3 - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - ..\..\include;%(AdditionalIncludeDirectories) - Common.h - Use - Size - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - Windows - $(IntDir)$(TargetName).lib - 0x11050000 - $(ProfileDir)..\..\bin10\lib - false - true - true - true - /PDBALTPATH:%_PDB% %(AdditionalOptions) - - - - - true - true - Full - Level3 - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - ..\..\include;%(AdditionalIncludeDirectories) - Common.h - Use - Size - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - Windows - $(IntDir)$(TargetName).lib - 0x11050000 - $(ProfileDir)..\..\bin10\lib - false - true - true - true - /PDBALTPATH:%_PDB% %(AdditionalOptions) - - - - - MultiThreadedDebugDLL - false - Disabled - Level3 - true - EditAndContinue - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - ..\..\include;%(AdditionalIncludeDirectories) - Common.h - Use - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin10\lib - false - 0x11050000 - - - - - MultiThreadedDebugDLL - false - Disabled - Level3 - ProgramDatabase - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - ..\..\include;%(AdditionalIncludeDirectories) - Common.h - Use - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin10\lib - false - 0x11050000 - - - - - - - - - - - - - - - Create - - - - - - \ No newline at end of file diff --git a/plugins/StatusChange/StatusChange_10.vcxproj.filters b/plugins/StatusChange/StatusChange_10.vcxproj.filters deleted file mode 100644 index f1d452f3a0..0000000000 --- a/plugins/StatusChange/StatusChange_10.vcxproj.filters +++ /dev/null @@ -1,44 +0,0 @@ - - - - - {90e2ea3a-595b-4258-98c7-358c428811c4} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {4ccce8b6-d915-4c31-8631-5296cb3aa897} - h;hpp;hxx;hm;inl - - - {41a4e105-989e-4c8c-99e7-78b30bd0277f} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - - - Source Files - - - Source Files - - - \ No newline at end of file diff --git a/plugins/StatusChange/StatusChange_12.vcxproj b/plugins/StatusChange/StatusChange_12.vcxproj deleted file mode 100644 index bc23c7db0e..0000000000 --- a/plugins/StatusChange/StatusChange_12.vcxproj +++ /dev/null @@ -1,208 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {D09881C7-E189-49AD-919E-F64355F8EFD0} - StatusChange - - - - DynamicLibrary - v120_xp - Unicode - - - DynamicLibrary - v120_xp - Unicode - - - DynamicLibrary - v120_xp - Unicode - true - - - DynamicLibrary - v120_xp - Unicode - true - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.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 - - - - true - true - Full - Level3 - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - ..\..\include;%(AdditionalIncludeDirectories) - Common.h - Use - Size - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - Windows - $(IntDir)$(TargetName).lib - 0x11050000 - $(ProfileDir)..\..\bin12\lib - false - true - true - true - /PDBALTPATH:%_PDB% %(AdditionalOptions) - - - - - true - true - Full - Level3 - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - ..\..\include;%(AdditionalIncludeDirectories) - Common.h - Use - Size - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - Windows - $(IntDir)$(TargetName).lib - 0x11050000 - $(ProfileDir)..\..\bin12\lib - false - true - true - true - /PDBALTPATH:%_PDB% %(AdditionalOptions) - - - - - MultiThreadedDebugDLL - false - Disabled - Level3 - true - EditAndContinue - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - ..\..\include;%(AdditionalIncludeDirectories) - Common.h - Use - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin12\lib - false - 0x11050000 - false - - - - - MultiThreadedDebugDLL - false - Disabled - Level3 - ProgramDatabase - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - ..\..\include;%(AdditionalIncludeDirectories) - Common.h - Use - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin12\lib - false - 0x11050000 - - - - - - - - - - - - - - - Create - - - - - - \ No newline at end of file diff --git a/plugins/StatusChange/StatusChange_12.vcxproj.filters b/plugins/StatusChange/StatusChange_12.vcxproj.filters deleted file mode 100644 index f1d452f3a0..0000000000 --- a/plugins/StatusChange/StatusChange_12.vcxproj.filters +++ /dev/null @@ -1,44 +0,0 @@ - - - - - {90e2ea3a-595b-4258-98c7-358c428811c4} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {4ccce8b6-d915-4c31-8631-5296cb3aa897} - h;hpp;hxx;hm;inl - - - {41a4e105-989e-4c8c-99e7-78b30bd0277f} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - - - Source Files - - - Source Files - - - \ No newline at end of file diff --git a/plugins/StatusChange/StatusChange_14.vcxproj b/plugins/StatusChange/StatusChange_14.vcxproj deleted file mode 100644 index d10e4443ad..0000000000 --- a/plugins/StatusChange/StatusChange_14.vcxproj +++ /dev/null @@ -1,208 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {D09881C7-E189-49AD-919E-F64355F8EFD0} - StatusChange - - - - DynamicLibrary - v140_xp - Unicode - - - DynamicLibrary - v140_xp - Unicode - - - DynamicLibrary - v140_xp - Unicode - true - - - DynamicLibrary - v140_xp - Unicode - true - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.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 - - - - true - true - Full - Level3 - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - ..\..\include;%(AdditionalIncludeDirectories) - Common.h - Use - Size - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - Windows - $(IntDir)$(TargetName).lib - 0x11050000 - $(ProfileDir)..\..\bin14\lib - false - true - true - true - /PDBALTPATH:%_PDB% %(AdditionalOptions) - - - - - true - true - Full - Level3 - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - ..\..\include;%(AdditionalIncludeDirectories) - Common.h - Use - Size - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - Windows - $(IntDir)$(TargetName).lib - 0x11050000 - $(ProfileDir)..\..\bin14\lib - false - true - true - true - /PDBALTPATH:%_PDB% %(AdditionalOptions) - - - - - MultiThreadedDebugDLL - false - Disabled - Level3 - true - EditAndContinue - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - ..\..\include;%(AdditionalIncludeDirectories) - Common.h - Use - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin14\lib - false - 0x11050000 - false - - - - - MultiThreadedDebugDLL - false - Disabled - Level3 - ProgramDatabase - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - ..\..\include;%(AdditionalIncludeDirectories) - Common.h - Use - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin14\lib - false - 0x11050000 - - - - - - - - - - - - - - - Create - - - - - - \ No newline at end of file diff --git a/plugins/StatusChange/StatusChange_14.vcxproj.filters b/plugins/StatusChange/StatusChange_14.vcxproj.filters deleted file mode 100644 index f1d452f3a0..0000000000 --- a/plugins/StatusChange/StatusChange_14.vcxproj.filters +++ /dev/null @@ -1,44 +0,0 @@ - - - - - {90e2ea3a-595b-4258-98c7-358c428811c4} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {4ccce8b6-d915-4c31-8631-5296cb3aa897} - h;hpp;hxx;hm;inl - - - {41a4e105-989e-4c8c-99e7-78b30bd0277f} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - - - Source Files - - - Source Files - - - \ No newline at end of file diff --git a/plugins/StatusChange/src/Common.h b/plugins/StatusChange/src/Common.h deleted file mode 100644 index f7568d19c1..0000000000 --- a/plugins/StatusChange/src/Common.h +++ /dev/null @@ -1,41 +0,0 @@ -#define _CRT_SECURE_NO_WARNINGS -#define WIN32_LEAN_AND_MEAN - -#include -#include - -#include -#include -#include -#include -#include -#include -#include - -#include "resource.h" -#include "version.h" - -#define PLUGINNAME "StatusChange" - -typedef struct -{ - BOOL MessageRead; - BOOL MessageSend; - BOOL UrlRead; - BOOL UrlSend; - BOOL FileRead; - BOOL FileSend; - - int ChangeTo; // ID_STATUS_XXX - - BOOL IfOffline; - BOOL IfOnline; - BOOL IfAway; - BOOL IfNA; - BOOL IfOccupied; - BOOL IfDND; - BOOL IfFreeforchat; - BOOL IfInvisible; - BOOL IfOnthephone; - BOOL IfOuttolunch; -} TOPTIONS; diff --git a/plugins/StatusChange/src/main.cpp b/plugins/StatusChange/src/main.cpp index ccf60e03d9..364d43b308 100644 --- a/plugins/StatusChange/src/main.cpp +++ b/plugins/StatusChange/src/main.cpp @@ -1,4 +1,4 @@ -#include "Common.h" +#include "stdafx.h" HINSTANCE hInst; TOPTIONS Options; diff --git a/plugins/StatusChange/src/stdafx.cpp b/plugins/StatusChange/src/stdafx.cpp deleted file mode 100644 index c5fe5abaad..0000000000 --- a/plugins/StatusChange/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/StatusChange/src/stdafx.cxx b/plugins/StatusChange/src/stdafx.cxx new file mode 100644 index 0000000000..6fb37564b7 --- /dev/null +++ b/plugins/StatusChange/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/StatusChange/src/stdafx.h b/plugins/StatusChange/src/stdafx.h new file mode 100644 index 0000000000..d98ffad0a6 --- /dev/null +++ b/plugins/StatusChange/src/stdafx.h @@ -0,0 +1,40 @@ +#define WIN32_LEAN_AND_MEAN + +#include +#include + +#include +#include +#include +#include +#include +#include +#include + +#include "resource.h" +#include "version.h" + +#define PLUGINNAME "StatusChange" + +typedef struct +{ + BOOL MessageRead; + BOOL MessageSend; + BOOL UrlRead; + BOOL UrlSend; + BOOL FileRead; + BOOL FileSend; + + int ChangeTo; // ID_STATUS_XXX + + BOOL IfOffline; + BOOL IfOnline; + BOOL IfAway; + BOOL IfNA; + BOOL IfOccupied; + BOOL IfDND; + BOOL IfFreeforchat; + BOOL IfInvisible; + BOOL IfOnthephone; + BOOL IfOuttolunch; +} TOPTIONS; -- cgit v1.2.3