From 44d0f35d4e3d74b9814e9a511b6dc55e9fffebc0 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 1 Aug 2015 21:12:42 +0000 Subject: XSoundNotify: common project git-svn-id: http://svn.miranda-ng.org/main/trunk@14803 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/XSoundNotify/XSoundNotify.vcxproj | 28 +++ plugins/XSoundNotify/XSoundNotify.vcxproj.filters | 4 + plugins/XSoundNotify/XSoundNotify_10.vcxproj | 208 -------------------- .../XSoundNotify/XSoundNotify_10.vcxproj.filters | 47 ----- plugins/XSoundNotify/XSoundNotify_12.vcxproj | 213 --------------------- .../XSoundNotify/XSoundNotify_12.vcxproj.filters | 47 ----- plugins/XSoundNotify/XSoundNotify_14.vcxproj | 213 --------------------- .../XSoundNotify/XSoundNotify_14.vcxproj.filters | 47 ----- plugins/XSoundNotify/src/Common.h | 49 ----- plugins/XSoundNotify/src/dialog.cpp | 2 +- plugins/XSoundNotify/src/options.cpp | 2 +- plugins/XSoundNotify/src/stdafx.cpp | 18 -- plugins/XSoundNotify/src/stdafx.cxx | 18 ++ plugins/XSoundNotify/src/stdafx.h | 47 +++++ plugins/XSoundNotify/src/xsn_main.cpp | 2 +- 22 files changed, 107 insertions(+), 852 deletions(-) create mode 100644 plugins/XSoundNotify/XSoundNotify.vcxproj create mode 100644 plugins/XSoundNotify/XSoundNotify.vcxproj.filters delete mode 100644 plugins/XSoundNotify/XSoundNotify_10.vcxproj delete mode 100644 plugins/XSoundNotify/XSoundNotify_10.vcxproj.filters delete mode 100644 plugins/XSoundNotify/XSoundNotify_12.vcxproj delete mode 100644 plugins/XSoundNotify/XSoundNotify_12.vcxproj.filters delete mode 100644 plugins/XSoundNotify/XSoundNotify_14.vcxproj delete mode 100644 plugins/XSoundNotify/XSoundNotify_14.vcxproj.filters delete mode 100644 plugins/XSoundNotify/src/Common.h delete mode 100644 plugins/XSoundNotify/src/stdafx.cpp create mode 100644 plugins/XSoundNotify/src/stdafx.cxx create mode 100644 plugins/XSoundNotify/src/stdafx.h diff --git a/bin10/mir_dev.sln b/bin10/mir_dev.sln index cef88c3eee..dd7cdfaca7 100644 --- a/bin10/mir_dev.sln +++ b/bin10/mir_dev.sln @@ -351,7 +351,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BuddyPounce", "..\plugins\B EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MsgPopup", "..\plugins\MsgPopup\MsgPopup.vcxproj", "{1E702CF1-E52F-49F8-915A-FCBBCE554774}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XSoundNotify", "..\plugins\XSoundNotify\XSoundNotify_10.vcxproj", "{5935CC24-A1C9-4CF9-8B1C-1AA2321627DE}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XSoundNotify", "..\plugins\XSoundNotify\XSoundNotify.vcxproj", "{5935CC24-A1C9-4CF9-8B1C-1AA2321627DE}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NimContact", "..\plugins\Non-IM Contact\nimcontact.vcxproj", "{A556E0B5-73A1-4676-BA1F-133820DE7D5A}" EndProject diff --git a/bin10/mir_full.sln b/bin10/mir_full.sln index f530e388c7..c758e0f212 100644 --- a/bin10/mir_full.sln +++ b/bin10/mir_full.sln @@ -360,7 +360,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MsgPopup", "..\plugins\MsgP EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NimContact", "..\plugins\Non-IM Contact\nimcontact.vcxproj", "{A556E0B5-73A1-4676-BA1F-133820DE7D5A}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XSoundNotify", "..\plugins\XSoundNotify\XSoundNotify_10.vcxproj", "{5935CC24-A1C9-4CF9-8B1C-1AA2321627DE}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XSoundNotify", "..\plugins\XSoundNotify\XSoundNotify.vcxproj", "{5935CC24-A1C9-4CF9-8B1C-1AA2321627DE}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YahooGroups", "..\plugins\YahooGroups\YahooGroups_10.vcxproj", "{0E73244B-30D7-4A62-B4B3-9A32B96EC1B7}" EndProject diff --git a/bin10/mir_full_pro.sln b/bin10/mir_full_pro.sln index 0a7ffd9e71..14c0dbbe3a 100644 --- a/bin10/mir_full_pro.sln +++ b/bin10/mir_full_pro.sln @@ -392,7 +392,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BuddyPounce", "..\plugins\B EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MsgPopup", "..\plugins\MsgPopup\MsgPopup.vcxproj", "{1E702CF1-E52F-49F8-915A-FCBBCE554774}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XSoundNotify", "..\plugins\XSoundNotify\XSoundNotify_10.vcxproj", "{5935CC24-A1C9-4CF9-8B1C-1AA2321627DE}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XSoundNotify", "..\plugins\XSoundNotify\XSoundNotify.vcxproj", "{5935CC24-A1C9-4CF9-8B1C-1AA2321627DE}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NimContact", "..\plugins\Non-IM Contact\nimcontact.vcxproj", "{A556E0B5-73A1-4676-BA1F-133820DE7D5A}" EndProject diff --git a/bin12/mir_dev.sln b/bin12/mir_dev.sln index bd4a69570b..39a3a4158b 100644 --- a/bin12/mir_dev.sln +++ b/bin12/mir_dev.sln @@ -358,7 +358,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BuddyPounce", "..\plugins\B EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MsgPopup", "..\plugins\MsgPopup\MsgPopup.vcxproj", "{1E702CF1-E52F-49F8-915A-FCBBCE554774}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XSoundNotify", "..\plugins\XSoundNotify\XSoundNotify_12.vcxproj", "{5935CC24-A1C9-4CF9-8B1C-1AA2321627DE}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XSoundNotify", "..\plugins\XSoundNotify\XSoundNotify.vcxproj", "{5935CC24-A1C9-4CF9-8B1C-1AA2321627DE}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NimContact", "..\plugins\Non-IM Contact\nimcontact.vcxproj", "{A556E0B5-73A1-4676-BA1F-133820DE7D5A}" EndProject diff --git a/bin12/mir_full.sln b/bin12/mir_full.sln index 01c63b3ec5..0eadff2b0c 100644 --- a/bin12/mir_full.sln +++ b/bin12/mir_full.sln @@ -362,7 +362,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MsgPopup", "..\plugins\MsgP EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NimContact", "..\plugins\Non-IM Contact\nimcontact.vcxproj", "{A556E0B5-73A1-4676-BA1F-133820DE7D5A}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XSoundNotify", "..\plugins\XSoundNotify\XSoundNotify_12.vcxproj", "{5935CC24-A1C9-4CF9-8B1C-1AA2321627DE}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XSoundNotify", "..\plugins\XSoundNotify\XSoundNotify.vcxproj", "{5935CC24-A1C9-4CF9-8B1C-1AA2321627DE}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YahooGroups", "..\plugins\YahooGroups\YahooGroups_12.vcxproj", "{0E73244B-30D7-4A62-B4B3-9A32B96EC1B7}" EndProject diff --git a/bin14/mir_dev.sln b/bin14/mir_dev.sln index bc898e2fe1..e8113b939d 100644 --- a/bin14/mir_dev.sln +++ b/bin14/mir_dev.sln @@ -358,7 +358,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BuddyPounce", "..\plugins\B EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MsgPopup", "..\plugins\MsgPopup\MsgPopup.vcxproj", "{1E702CF1-E52F-49F8-915A-FCBBCE554774}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XSoundNotify", "..\plugins\XSoundNotify\XSoundNotify_14.vcxproj", "{5935CC24-A1C9-4CF9-8B1C-1AA2321627DE}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XSoundNotify", "..\plugins\XSoundNotify\XSoundNotify.vcxproj", "{5935CC24-A1C9-4CF9-8B1C-1AA2321627DE}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NimContact", "..\plugins\Non-IM Contact\nimcontact.vcxproj", "{A556E0B5-73A1-4676-BA1F-133820DE7D5A}" EndProject diff --git a/bin14/mir_full.sln b/bin14/mir_full.sln index 333e6cb6a6..e4010145e0 100644 --- a/bin14/mir_full.sln +++ b/bin14/mir_full.sln @@ -362,7 +362,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MsgPopup", "..\plugins\MsgP EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NimContact", "..\plugins\Non-IM Contact\nimcontact.vcxproj", "{A556E0B5-73A1-4676-BA1F-133820DE7D5A}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XSoundNotify", "..\plugins\XSoundNotify\XSoundNotify_14.vcxproj", "{5935CC24-A1C9-4CF9-8B1C-1AA2321627DE}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XSoundNotify", "..\plugins\XSoundNotify\XSoundNotify.vcxproj", "{5935CC24-A1C9-4CF9-8B1C-1AA2321627DE}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YahooGroups", "..\plugins\YahooGroups\YahooGroups_14.vcxproj", "{0E73244B-30D7-4A62-B4B3-9A32B96EC1B7}" EndProject diff --git a/plugins/XSoundNotify/XSoundNotify.vcxproj b/plugins/XSoundNotify/XSoundNotify.vcxproj new file mode 100644 index 0000000000..49ab35999c --- /dev/null +++ b/plugins/XSoundNotify/XSoundNotify.vcxproj @@ -0,0 +1,28 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + XSoundNotify + {5935CC24-A1C9-4CF9-8B1C-1AA2321627DE} + + + + + \ No newline at end of file diff --git a/plugins/XSoundNotify/XSoundNotify.vcxproj.filters b/plugins/XSoundNotify/XSoundNotify.vcxproj.filters new file mode 100644 index 0000000000..de5ad9f66c --- /dev/null +++ b/plugins/XSoundNotify/XSoundNotify.vcxproj.filters @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/plugins/XSoundNotify/XSoundNotify_10.vcxproj b/plugins/XSoundNotify/XSoundNotify_10.vcxproj deleted file mode 100644 index cf3405f577..0000000000 --- a/plugins/XSoundNotify/XSoundNotify_10.vcxproj +++ /dev/null @@ -1,208 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - XSoundNotify - {5935CC24-A1C9-4CF9-8B1C-1AA2321627DE} - - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - true - - - - - - - - - - - - - - - - - - - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - OnlyExplicitInline - true - true - Full - Level3 - ..\..\include;..\ExternalAPI;src\wtl\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Size - Use - Common.h - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - Windows - $(IntDir)$(TargetName).lib - Shlwapi.lib;%(AdditionalDependencies) - $(ProfileDir)..\..\bin10\lib - true - true - true - false - /PDBALTPATH:%_PDB% %(AdditionalOptions) - - - - - OnlyExplicitInline - true - true - Full - Level3 - ..\..\include;..\ExternalAPI;src\wtl\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Size - Use - Common.h - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - Windows - $(IntDir)$(TargetName).lib - Shlwapi.lib;%(AdditionalDependencies) - $(ProfileDir)..\..\bin10\lib - true - true - true - false - /PDBALTPATH:%_PDB% %(AdditionalOptions) - - - - - MultiThreadedDebugDLL - false - Disabled - Level3 - true - EditAndContinue - ..\..\include;..\ExternalAPI;src\wtl\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - Use - Common.h - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - $(IntDir)$(TargetName).lib - Shlwapi.lib;%(AdditionalDependencies) - $(ProfileDir)..\..\bin10\lib - false - - - - - MultiThreadedDebugDLL - false - Disabled - Level3 - ProgramDatabase - ..\..\include;..\ExternalAPI;src\wtl\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - Use - Common.h - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - $(IntDir)$(TargetName).lib - Shlwapi.lib;%(AdditionalDependencies) - - - $(ProfileDir)..\..\bin10\lib - false - - - - - - - - - - - - Create - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/XSoundNotify/XSoundNotify_10.vcxproj.filters b/plugins/XSoundNotify/XSoundNotify_10.vcxproj.filters deleted file mode 100644 index 1826cc9cf7..0000000000 --- a/plugins/XSoundNotify/XSoundNotify_10.vcxproj.filters +++ /dev/null @@ -1,47 +0,0 @@ - - - - - {b2391aba-83eb-4e21-b831-6ebaf38ca1a7} - - - {bc6a0629-d782-4ba0-b23b-7691cfaf03fc} - - - {933468af-a762-4a74-8a66-e4e1d2d030a4} - - - - - Header Files - - - Header Files - - - Header Files - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/XSoundNotify/XSoundNotify_12.vcxproj b/plugins/XSoundNotify/XSoundNotify_12.vcxproj deleted file mode 100644 index 6e04bdf682..0000000000 --- a/plugins/XSoundNotify/XSoundNotify_12.vcxproj +++ /dev/null @@ -1,213 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - XSoundNotify - {5935CC24-A1C9-4CF9-8B1C-1AA2321627DE} - - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - Unicode - v120_xp - true - - - DynamicLibrary - Unicode - v120_xp - true - - - - - - - - - - - - - - - - - - - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - OnlyExplicitInline - true - true - Full - Level4 - ..\..\include;..\ExternalAPI;src\wtl\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Size - Use - Common.h - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - Windows - $(IntDir)$(TargetName).lib - Shlwapi.lib;%(AdditionalDependencies) - $(ProfileDir)..\..\bin12\lib - true - true - true - false - /PDBALTPATH:%_PDB% %(AdditionalOptions) - - - - - OnlyExplicitInline - true - true - Full - Level4 - ..\..\include;..\ExternalAPI;src\wtl\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Size - Use - Common.h - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - Windows - $(IntDir)$(TargetName).lib - Shlwapi.lib;%(AdditionalDependencies) - $(ProfileDir)..\..\bin12\lib - true - true - true - false - /PDBALTPATH:%_PDB% %(AdditionalOptions) - - - - - MultiThreadedDebugDLL - false - Disabled - Level4 - true - EditAndContinue - ..\..\include;..\ExternalAPI;src\wtl\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - Use - Common.h - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - $(IntDir)$(TargetName).lib - Shlwapi.lib;%(AdditionalDependencies) - $(ProfileDir)..\..\bin12\lib - false - false - - - - - MultiThreadedDebugDLL - false - Disabled - Level4 - ProgramDatabase - ..\..\include;..\ExternalAPI;src\wtl\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - Use - Common.h - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - $(IntDir)$(TargetName).lib - Shlwapi.lib;%(AdditionalDependencies) - - - $(ProfileDir)..\..\bin12\lib - false - - - - - - - - - - - - Create - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/XSoundNotify/XSoundNotify_12.vcxproj.filters b/plugins/XSoundNotify/XSoundNotify_12.vcxproj.filters deleted file mode 100644 index 1826cc9cf7..0000000000 --- a/plugins/XSoundNotify/XSoundNotify_12.vcxproj.filters +++ /dev/null @@ -1,47 +0,0 @@ - - - - - {b2391aba-83eb-4e21-b831-6ebaf38ca1a7} - - - {bc6a0629-d782-4ba0-b23b-7691cfaf03fc} - - - {933468af-a762-4a74-8a66-e4e1d2d030a4} - - - - - Header Files - - - Header Files - - - Header Files - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/XSoundNotify/XSoundNotify_14.vcxproj b/plugins/XSoundNotify/XSoundNotify_14.vcxproj deleted file mode 100644 index b73514614e..0000000000 --- a/plugins/XSoundNotify/XSoundNotify_14.vcxproj +++ /dev/null @@ -1,213 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - XSoundNotify - {5935CC24-A1C9-4CF9-8B1C-1AA2321627DE} - - - - DynamicLibrary - Unicode - v140_xp - - - DynamicLibrary - Unicode - v140_xp - - - DynamicLibrary - Unicode - v140_xp - true - - - DynamicLibrary - Unicode - v140_xp - true - - - - - - - - - - - - - - - - - - - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - OnlyExplicitInline - true - true - Full - Level4 - ..\..\include;..\ExternalAPI;src\wtl\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Size - Use - Common.h - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - Windows - $(IntDir)$(TargetName).lib - Shlwapi.lib;%(AdditionalDependencies) - $(ProfileDir)..\..\bin14\lib - true - true - true - false - /PDBALTPATH:%_PDB% %(AdditionalOptions) - - - - - OnlyExplicitInline - true - true - Full - Level4 - ..\..\include;..\ExternalAPI;src\wtl\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Size - Use - Common.h - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - Windows - $(IntDir)$(TargetName).lib - Shlwapi.lib;%(AdditionalDependencies) - $(ProfileDir)..\..\bin14\lib - true - true - true - false - /PDBALTPATH:%_PDB% %(AdditionalOptions) - - - - - MultiThreadedDebugDLL - false - Disabled - Level4 - true - EditAndContinue - ..\..\include;..\ExternalAPI;src\wtl\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - Use - Common.h - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - $(IntDir)$(TargetName).lib - Shlwapi.lib;%(AdditionalDependencies) - $(ProfileDir)..\..\bin14\lib - false - false - - - - - MultiThreadedDebugDLL - false - Disabled - Level4 - ProgramDatabase - ..\..\include;..\ExternalAPI;src\wtl\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - Use - Common.h - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - $(IntDir)$(TargetName).lib - Shlwapi.lib;%(AdditionalDependencies) - - - $(ProfileDir)..\..\bin14\lib - false - - - - - - - - - - - - Create - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/XSoundNotify/XSoundNotify_14.vcxproj.filters b/plugins/XSoundNotify/XSoundNotify_14.vcxproj.filters deleted file mode 100644 index 1826cc9cf7..0000000000 --- a/plugins/XSoundNotify/XSoundNotify_14.vcxproj.filters +++ /dev/null @@ -1,47 +0,0 @@ - - - - - {b2391aba-83eb-4e21-b831-6ebaf38ca1a7} - - - {bc6a0629-d782-4ba0-b23b-7691cfaf03fc} - - - {933468af-a762-4a74-8a66-e4e1d2d030a4} - - - - - Header Files - - - Header Files - - - Header Files - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/XSoundNotify/src/Common.h b/plugins/XSoundNotify/src/Common.h deleted file mode 100644 index 16a60182fa..0000000000 --- a/plugins/XSoundNotify/src/Common.h +++ /dev/null @@ -1,49 +0,0 @@ -#define _CRT_SECURE_NO_WARNINGS - -#include -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include "resource.h" -#include "Version.h" - -#define SETTINGSNAME "XSoundNotify" -#define SETTINGSKEY "XSNPlugin_sound" -#define SETTINGSIGNOREKEY "XSNPlugin_ignore" - -struct XSN_Data -{ - MCONTACT hContact; - TCHAR path[MAX_PATH]; - BYTE ignore; - - __forceinline XSN_Data(MCONTACT _aContact, TCHAR *_path, BYTE _ignore) : - hContact(_aContact) - { - _tcsncpy(path, _path, _countof(path)); - ignore = _ignore; - } -}; - -extern LIST XSN_Users; - -extern HINSTANCE hInst; -extern MWindowList hChangeSoundDlgList; -extern BYTE isIgnoreSound, isOwnSound; - -bool IsSuitableProto(PROTOACCOUNT *pa); - -INT OptInit(WPARAM wParam, LPARAM lParam); - -INT_PTR ShowDialog(WPARAM wParam, LPARAM lParam); diff --git a/plugins/XSoundNotify/src/dialog.cpp b/plugins/XSoundNotify/src/dialog.cpp index f893d65aab..142e178c95 100644 --- a/plugins/XSoundNotify/src/dialog.cpp +++ b/plugins/XSoundNotify/src/dialog.cpp @@ -7,7 +7,7 @@ modify it as they wish with no restriction. There is no warranty. */ -#include "Common.h" +#include "stdafx.h" static INT_PTR CALLBACK DlgProcContactsOptions(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) { diff --git a/plugins/XSoundNotify/src/options.cpp b/plugins/XSoundNotify/src/options.cpp index 3e528ba273..0df84c1e80 100644 --- a/plugins/XSoundNotify/src/options.cpp +++ b/plugins/XSoundNotify/src/options.cpp @@ -7,7 +7,7 @@ modify it as they wish with no restriction. There is no warranty. */ -#include "Common.h" +#include "stdafx.h" bool IsSuitableProto(PROTOACCOUNT *pa) { diff --git a/plugins/XSoundNotify/src/stdafx.cpp b/plugins/XSoundNotify/src/stdafx.cpp deleted file mode 100644 index c5fe5abaad..0000000000 --- a/plugins/XSoundNotify/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/XSoundNotify/src/stdafx.cxx b/plugins/XSoundNotify/src/stdafx.cxx new file mode 100644 index 0000000000..6fb37564b7 --- /dev/null +++ b/plugins/XSoundNotify/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/XSoundNotify/src/stdafx.h b/plugins/XSoundNotify/src/stdafx.h new file mode 100644 index 0000000000..6e867669ed --- /dev/null +++ b/plugins/XSoundNotify/src/stdafx.h @@ -0,0 +1,47 @@ +#include +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "resource.h" +#include "Version.h" + +#define SETTINGSNAME "XSoundNotify" +#define SETTINGSKEY "XSNPlugin_sound" +#define SETTINGSIGNOREKEY "XSNPlugin_ignore" + +struct XSN_Data +{ + MCONTACT hContact; + TCHAR path[MAX_PATH]; + BYTE ignore; + + __forceinline XSN_Data(MCONTACT _aContact, TCHAR *_path, BYTE _ignore) : + hContact(_aContact) + { + _tcsncpy(path, _path, _countof(path)); + ignore = _ignore; + } +}; + +extern LIST XSN_Users; + +extern HINSTANCE hInst; +extern MWindowList hChangeSoundDlgList; +extern BYTE isIgnoreSound, isOwnSound; + +bool IsSuitableProto(PROTOACCOUNT *pa); + +INT OptInit(WPARAM wParam, LPARAM lParam); + +INT_PTR ShowDialog(WPARAM wParam, LPARAM lParam); diff --git a/plugins/XSoundNotify/src/xsn_main.cpp b/plugins/XSoundNotify/src/xsn_main.cpp index dc23fae00a..baea4559fd 100644 --- a/plugins/XSoundNotify/src/xsn_main.cpp +++ b/plugins/XSoundNotify/src/xsn_main.cpp @@ -7,7 +7,7 @@ modify it as they wish with no restriction. There is no warranty. */ -#include "Common.h" +#include "stdafx.h" HINSTANCE hInst; int hLangpack; -- cgit v1.2.3