From 362cffd1f54e8c36f1a1e4ec9aa14ecc8a6bf27a Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 8 Aug 2015 19:27:17 +0000 Subject: stdaway: common project git-svn-id: http://svn.miranda-ng.org/main/trunk@14861 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- bin10/mir_dev.sln | 2 +- bin10/mir_full.sln | 2 +- bin10/mir_full_pro.sln | 2 +- bin10/miranda32.sln | 2 +- bin12/mir_dev.sln | 2 +- bin12/mir_full.sln | 2 +- bin12/miranda32.sln | 2 +- bin14/mir_dev.sln | 2 +- bin14/mir_full.sln | 2 +- bin14/miranda32.sln | 2 +- src/core/stdautoaway/stdautoaway_12.vcxproj | 222 -------------------- .../stdautoaway/stdautoaway_12.vcxproj.filters | 44 ---- src/core/stdautoaway/stdautoaway_14.vcxproj | 222 -------------------- .../stdautoaway/stdautoaway_14.vcxproj.filters | 44 ---- src/core/stdaway/src/awaymsg.cpp | 2 +- src/core/stdaway/src/commonheaders.cpp | 2 - src/core/stdaway/src/commonheaders.h | 72 ------- src/core/stdaway/src/main.cpp | 2 +- src/core/stdaway/src/sendmsg.cpp | 2 +- src/core/stdaway/src/stdafx.cxx | 1 + src/core/stdaway/src/stdafx.h | 72 +++++++ src/core/stdaway/stdaway.vcxproj | 28 +++ src/core/stdaway/stdaway.vcxproj.filters | 4 + src/core/stdaway/stdaway_10.vcxproj | 220 -------------------- src/core/stdaway/stdaway_10.vcxproj.filters | 47 ----- src/core/stdaway/stdaway_12.vcxproj | 223 --------------------- src/core/stdaway/stdaway_12.vcxproj.filters | 47 ----- src/core/stdaway/stdaway_14.vcxproj | 223 --------------------- src/core/stdaway/stdaway_14.vcxproj.filters | 47 ----- 29 files changed, 118 insertions(+), 1426 deletions(-) delete mode 100644 src/core/stdautoaway/stdautoaway_12.vcxproj delete mode 100644 src/core/stdautoaway/stdautoaway_12.vcxproj.filters delete mode 100644 src/core/stdautoaway/stdautoaway_14.vcxproj delete mode 100644 src/core/stdautoaway/stdautoaway_14.vcxproj.filters delete mode 100644 src/core/stdaway/src/commonheaders.cpp delete mode 100644 src/core/stdaway/src/commonheaders.h create mode 100644 src/core/stdaway/src/stdafx.cxx create mode 100644 src/core/stdaway/src/stdafx.h create mode 100644 src/core/stdaway/stdaway.vcxproj create mode 100644 src/core/stdaway/stdaway.vcxproj.filters delete mode 100644 src/core/stdaway/stdaway_10.vcxproj delete mode 100644 src/core/stdaway/stdaway_10.vcxproj.filters delete mode 100644 src/core/stdaway/stdaway_12.vcxproj delete mode 100644 src/core/stdaway/stdaway_12.vcxproj.filters delete mode 100644 src/core/stdaway/stdaway_14.vcxproj delete mode 100644 src/core/stdaway/stdaway_14.vcxproj.filters diff --git a/bin10/mir_dev.sln b/bin10/mir_dev.sln index bfde791b77..3e1995d40e 100644 --- a/bin10/mir_dev.sln +++ b/bin10/mir_dev.sln @@ -227,7 +227,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdUserOnline", "..\src\cor {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} = {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdAway", "..\src\core\stdaway\stdaway_10.vcxproj", "{C14D6E0D-810E-4599-A6E0-17298AFA0501}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdAway", "..\src\core\stdaway\stdaway.vcxproj", "{C14D6E0D-810E-4599-A6E0-17298AFA0501}" ProjectSection(ProjectDependencies) = postProject {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} = {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} EndProjectSection diff --git a/bin10/mir_full.sln b/bin10/mir_full.sln index 94f141ece9..f01dfde2df 100644 --- a/bin10/mir_full.sln +++ b/bin10/mir_full.sln @@ -232,7 +232,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdUserOnline", "..\src\cor {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} = {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdAway", "..\src\core\stdaway\stdaway_10.vcxproj", "{C14D6E0D-810E-4599-A6E0-17298AFA0501}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdAway", "..\src\core\stdaway\stdaway.vcxproj", "{C14D6E0D-810E-4599-A6E0-17298AFA0501}" ProjectSection(ProjectDependencies) = postProject {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} = {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} EndProjectSection diff --git a/bin10/mir_full_pro.sln b/bin10/mir_full_pro.sln index c95264d9e0..146cc9d369 100644 --- a/bin10/mir_full_pro.sln +++ b/bin10/mir_full_pro.sln @@ -264,7 +264,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdUserOnline", "..\src\cor {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} = {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdAway", "..\src\core\stdaway\stdaway_10.vcxproj", "{C14D6E0D-810E-4599-A6E0-17298AFA0501}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdAway", "..\src\core\stdaway\stdaway.vcxproj", "{C14D6E0D-810E-4599-A6E0-17298AFA0501}" ProjectSection(ProjectDependencies) = postProject {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} = {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} EndProjectSection diff --git a/bin10/miranda32.sln b/bin10/miranda32.sln index a1de8ae2e7..ee9495fa28 100644 --- a/bin10/miranda32.sln +++ b/bin10/miranda32.sln @@ -114,7 +114,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdUserOnline", "..\src\cor {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} = {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdAway", "..\src\core\stdaway\stdaway_10.vcxproj", "{C14D6E0D-810E-4599-A6E0-17298AFA0501}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdAway", "..\src\core\stdaway\stdaway.vcxproj", "{C14D6E0D-810E-4599-A6E0-17298AFA0501}" ProjectSection(ProjectDependencies) = postProject {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} = {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} EndProjectSection diff --git a/bin12/mir_dev.sln b/bin12/mir_dev.sln index d8fead81db..179a3219d6 100644 --- a/bin12/mir_dev.sln +++ b/bin12/mir_dev.sln @@ -234,7 +234,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdUserOnline", "..\src\cor {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} = {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdAway", "..\src\core\stdaway\stdaway_12.vcxproj", "{C14D6E0D-810E-4599-A6E0-17298AFA0501}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdAway", "..\src\core\stdaway\stdaway.vcxproj", "{C14D6E0D-810E-4599-A6E0-17298AFA0501}" ProjectSection(ProjectDependencies) = postProject {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} = {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} EndProjectSection diff --git a/bin12/mir_full.sln b/bin12/mir_full.sln index 96d97c7cf3..d7d1cae324 100644 --- a/bin12/mir_full.sln +++ b/bin12/mir_full.sln @@ -234,7 +234,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdUserOnline", "..\src\cor {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} = {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdAway", "..\src\core\stdaway\stdaway_12.vcxproj", "{C14D6E0D-810E-4599-A6E0-17298AFA0501}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdAway", "..\src\core\stdaway\stdaway.vcxproj", "{C14D6E0D-810E-4599-A6E0-17298AFA0501}" ProjectSection(ProjectDependencies) = postProject {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} = {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} EndProjectSection diff --git a/bin12/miranda32.sln b/bin12/miranda32.sln index 32d57bb9a2..b7776c1e64 100644 --- a/bin12/miranda32.sln +++ b/bin12/miranda32.sln @@ -116,7 +116,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdUserOnline", "..\src\cor {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} = {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdAway", "..\src\core\stdaway\stdaway_12.vcxproj", "{C14D6E0D-810E-4599-A6E0-17298AFA0501}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdAway", "..\src\core\stdaway\stdaway.vcxproj", "{C14D6E0D-810E-4599-A6E0-17298AFA0501}" ProjectSection(ProjectDependencies) = postProject {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} = {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} EndProjectSection diff --git a/bin14/mir_dev.sln b/bin14/mir_dev.sln index 705189d5dc..d4a73aba3c 100644 --- a/bin14/mir_dev.sln +++ b/bin14/mir_dev.sln @@ -234,7 +234,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdUserOnline", "..\src\cor {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} = {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdAway", "..\src\core\stdaway\stdaway_14.vcxproj", "{C14D6E0D-810E-4599-A6E0-17298AFA0501}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdAway", "..\src\core\stdaway\stdaway.vcxproj", "{C14D6E0D-810E-4599-A6E0-17298AFA0501}" ProjectSection(ProjectDependencies) = postProject {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} = {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} EndProjectSection diff --git a/bin14/mir_full.sln b/bin14/mir_full.sln index a9f03e84f4..54f9b3f7fd 100644 --- a/bin14/mir_full.sln +++ b/bin14/mir_full.sln @@ -234,7 +234,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdUserOnline", "..\src\cor {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} = {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdAway", "..\src\core\stdaway\stdaway_14.vcxproj", "{C14D6E0D-810E-4599-A6E0-17298AFA0501}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdAway", "..\src\core\stdaway\stdaway.vcxproj", "{C14D6E0D-810E-4599-A6E0-17298AFA0501}" ProjectSection(ProjectDependencies) = postProject {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} = {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} EndProjectSection diff --git a/bin14/miranda32.sln b/bin14/miranda32.sln index bbe310ebbb..0abe5ef5fd 100644 --- a/bin14/miranda32.sln +++ b/bin14/miranda32.sln @@ -116,7 +116,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdUserOnline", "..\src\cor {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} = {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdAway", "..\src\core\stdaway\stdaway_14.vcxproj", "{C14D6E0D-810E-4599-A6E0-17298AFA0501}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdAway", "..\src\core\stdaway\stdaway.vcxproj", "{C14D6E0D-810E-4599-A6E0-17298AFA0501}" ProjectSection(ProjectDependencies) = postProject {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} = {D9EFEA4B-B817-4DE1-BD62-68A5DB8F5F60} EndProjectSection diff --git a/src/core/stdautoaway/stdautoaway_12.vcxproj b/src/core/stdautoaway/stdautoaway_12.vcxproj deleted file mode 100644 index c3aeb1fa86..0000000000 --- a/src/core/stdautoaway/stdautoaway_12.vcxproj +++ /dev/null @@ -1,222 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - StdAutoAway - {a8f23706-e590-4a87-96cc-5f8e5082503f} - - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - Unicode - true - v120_xp - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - Unicode - true - v120_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)\Core\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Core\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Core\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Core\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Full - OnlyExplicitInline - Size - ..\..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;ADDCONTACTPLUS_EXPORTS;%(PreprocessorDefinitions) - true - false - true - Fast - Level3 - 4996;%(DisableSpecificWarnings) - Use - commonheaders.h - false - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi;..\..\..\include - - - ws2_32.lib;comctl32.lib;%(AdditionalDependencies) - true - true - true - 0x3ae00000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin12\lib - - - - - Disabled - ..\..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;ADDCONTACTPLUS_EXPORTS;%(PreprocessorDefinitions) - false - true - EnableFastChecks - MultiThreadedDebugDLL - true - Level3 - EditAndContinue - 4996;%(DisableSpecificWarnings) - Use - commonheaders.h - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi;..\..\..\include - - - ws2_32.lib;comctl32.lib;%(AdditionalDependencies) - true - 0x3ae00000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin12\lib - false - - - - - Full - OnlyExplicitInline - Size - ..\..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;ADDCONTACTPLUS_EXPORTS;%(PreprocessorDefinitions) - true - false - true - Fast - Level3 - 4996;%(DisableSpecificWarnings) - Use - commonheaders.h - false - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi;..\..\..\include - - - ws2_32.lib;comctl32.lib;%(AdditionalDependencies) - true - true - true - 0x3ae00000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin12\lib - - - - - Disabled - ..\..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;ADDCONTACTPLUS_EXPORTS;%(PreprocessorDefinitions) - false - true - EnableFastChecks - MultiThreadedDebugDLL - true - Level3 - 4996;%(DisableSpecificWarnings) - Use - commonheaders.h - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi;..\..\..\include - - - ws2_32.lib;comctl32.lib;%(AdditionalDependencies) - true - 0x3ae00000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin12\lib - - - - - - Create - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/core/stdautoaway/stdautoaway_12.vcxproj.filters b/src/core/stdautoaway/stdautoaway_12.vcxproj.filters deleted file mode 100644 index c3fdd336cf..0000000000 --- a/src/core/stdautoaway/stdautoaway_12.vcxproj.filters +++ /dev/null @@ -1,44 +0,0 @@ - - - - - {5c074c9e-6c66-4233-bbd3-a50170fccf47} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {e30af2c4-42d4-4342-8eb9-2dbca157c6bb} - h;hpp;hxx;hm;inl - - - {9208a050-ffae-47fa-bc98-4ca4f79d37d7} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/src/core/stdautoaway/stdautoaway_14.vcxproj b/src/core/stdautoaway/stdautoaway_14.vcxproj deleted file mode 100644 index 55dd8912d3..0000000000 --- a/src/core/stdautoaway/stdautoaway_14.vcxproj +++ /dev/null @@ -1,222 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - StdAutoAway - {a8f23706-e590-4a87-96cc-5f8e5082503f} - - - - DynamicLibrary - Unicode - v140_xp - - - DynamicLibrary - Unicode - true - v140_xp - - - DynamicLibrary - Unicode - v140_xp - - - DynamicLibrary - Unicode - true - v140_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)\Core\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Core\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Core\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Core\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Full - OnlyExplicitInline - Size - ..\..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;ADDCONTACTPLUS_EXPORTS;%(PreprocessorDefinitions) - true - false - true - Fast - Level3 - 4996;%(DisableSpecificWarnings) - Use - commonheaders.h - false - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi;..\..\..\include - - - ws2_32.lib;comctl32.lib;%(AdditionalDependencies) - true - true - true - 0x3ae00000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin14\lib - - - - - Disabled - ..\..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;ADDCONTACTPLUS_EXPORTS;%(PreprocessorDefinitions) - false - true - EnableFastChecks - MultiThreadedDebugDLL - true - Level3 - EditAndContinue - 4996;%(DisableSpecificWarnings) - Use - commonheaders.h - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi;..\..\..\include - - - ws2_32.lib;comctl32.lib;%(AdditionalDependencies) - true - 0x3ae00000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin14\lib - false - - - - - Full - OnlyExplicitInline - Size - ..\..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;ADDCONTACTPLUS_EXPORTS;%(PreprocessorDefinitions) - true - false - true - Fast - Level3 - 4996;%(DisableSpecificWarnings) - Use - commonheaders.h - false - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi;..\..\..\include - - - ws2_32.lib;comctl32.lib;%(AdditionalDependencies) - true - true - true - 0x3ae00000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin14\lib - - - - - Disabled - ..\..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;ADDCONTACTPLUS_EXPORTS;%(PreprocessorDefinitions) - false - true - EnableFastChecks - MultiThreadedDebugDLL - true - Level3 - 4996;%(DisableSpecificWarnings) - Use - commonheaders.h - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi;..\..\..\include - - - ws2_32.lib;comctl32.lib;%(AdditionalDependencies) - true - 0x3ae00000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin14\lib - - - - - - Create - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/core/stdautoaway/stdautoaway_14.vcxproj.filters b/src/core/stdautoaway/stdautoaway_14.vcxproj.filters deleted file mode 100644 index c3fdd336cf..0000000000 --- a/src/core/stdautoaway/stdautoaway_14.vcxproj.filters +++ /dev/null @@ -1,44 +0,0 @@ - - - - - {5c074c9e-6c66-4233-bbd3-a50170fccf47} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {e30af2c4-42d4-4342-8eb9-2dbca157c6bb} - h;hpp;hxx;hm;inl - - - {9208a050-ffae-47fa-bc98-4ca4f79d37d7} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/src/core/stdaway/src/awaymsg.cpp b/src/core/stdaway/src/awaymsg.cpp index 8ffae1df96..9c333cef1b 100644 --- a/src/core/stdaway/src/awaymsg.cpp +++ b/src/core/stdaway/src/awaymsg.cpp @@ -22,7 +22,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "commonheaders.h" +#include "stdafx.h" int LoadAwayMessageSending(void); diff --git a/src/core/stdaway/src/commonheaders.cpp b/src/core/stdaway/src/commonheaders.cpp deleted file mode 100644 index 95b2201163..0000000000 --- a/src/core/stdaway/src/commonheaders.cpp +++ /dev/null @@ -1,2 +0,0 @@ -#include "commonheaders.h" - diff --git a/src/core/stdaway/src/commonheaders.h b/src/core/stdaway/src/commonheaders.h deleted file mode 100644 index 9003105e93..0000000000 --- a/src/core/stdaway/src/commonheaders.h +++ /dev/null @@ -1,72 +0,0 @@ -/* - -Miranda NG: the free IM client for Microsoft* Windows* - -Copyright (ñ) 2012-15 Miranda NG project (http://miranda-ng.org), -Copyright (c) 2000-12 Miranda IM project, -all portions of this codebase are copyrighted to the people -listed in contributors.txt. - -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; either version 2 -of the License, or (at your option) any later version. - -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, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -*/ - -#include -#include -#include -#include -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include "version.h" - -#include "../../mir_app/src/resource.h" - -extern HINSTANCE hInst; diff --git a/src/core/stdaway/src/main.cpp b/src/core/stdaway/src/main.cpp index 134512f027..03ad0791f2 100644 --- a/src/core/stdaway/src/main.cpp +++ b/src/core/stdaway/src/main.cpp @@ -19,7 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "commonheaders.h" +#include "stdafx.h" int LoadAwayMsgModule(void); diff --git a/src/core/stdaway/src/sendmsg.cpp b/src/core/stdaway/src/sendmsg.cpp index dc36c8d8cc..9fce5c6ef4 100644 --- a/src/core/stdaway/src/sendmsg.cpp +++ b/src/core/stdaway/src/sendmsg.cpp @@ -22,7 +22,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "commonheaders.h" +#include "stdafx.h" static DWORD protoModeMsgFlags; static HWND hwndStatusMsg; diff --git a/src/core/stdaway/src/stdafx.cxx b/src/core/stdaway/src/stdafx.cxx new file mode 100644 index 0000000000..a27b824da7 --- /dev/null +++ b/src/core/stdaway/src/stdafx.cxx @@ -0,0 +1 @@ +#include "stdafx.h" diff --git a/src/core/stdaway/src/stdafx.h b/src/core/stdaway/src/stdafx.h new file mode 100644 index 0000000000..9003105e93 --- /dev/null +++ b/src/core/stdaway/src/stdafx.h @@ -0,0 +1,72 @@ +/* + +Miranda NG: the free IM client for Microsoft* Windows* + +Copyright (ñ) 2012-15 Miranda NG project (http://miranda-ng.org), +Copyright (c) 2000-12 Miranda IM project, +all portions of this codebase are copyrighted to the people +listed in contributors.txt. + +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; either version 2 +of the License, or (at your option) any later version. + +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, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +#include +#include +#include +#include +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "version.h" + +#include "../../mir_app/src/resource.h" + +extern HINSTANCE hInst; diff --git a/src/core/stdaway/stdaway.vcxproj b/src/core/stdaway/stdaway.vcxproj new file mode 100644 index 0000000000..67ad186a75 --- /dev/null +++ b/src/core/stdaway/stdaway.vcxproj @@ -0,0 +1,28 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + StdAway + {C14D6E0D-810E-4599-A6E0-17298AFA0501} + + + + + \ No newline at end of file diff --git a/src/core/stdaway/stdaway.vcxproj.filters b/src/core/stdaway/stdaway.vcxproj.filters new file mode 100644 index 0000000000..e39f86d5d6 --- /dev/null +++ b/src/core/stdaway/stdaway.vcxproj.filters @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/core/stdaway/stdaway_10.vcxproj b/src/core/stdaway/stdaway_10.vcxproj deleted file mode 100644 index f597108572..0000000000 --- a/src/core/stdaway/stdaway_10.vcxproj +++ /dev/null @@ -1,220 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - StdAway - {C14D6E0D-810E-4599-A6E0-17298AFA0501} - - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - true - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)\Core\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Core\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Core\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Core\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Full - OnlyExplicitInline - Size - ..\..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;ADDCONTACTPLUS_EXPORTS;%(PreprocessorDefinitions) - true - false - true - Fast - Level3 - 4996;%(DisableSpecificWarnings) - Use - commonheaders.h - false - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi;..\..\..\include - - - ws2_32.lib;comctl32.lib;%(AdditionalDependencies) - true - true - true - 0x3ae00000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - - - Disabled - ..\..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;ADDCONTACTPLUS_EXPORTS;%(PreprocessorDefinitions) - false - true - EnableFastChecks - MultiThreadedDebugDLL - true - Level3 - EditAndContinue - 4996;%(DisableSpecificWarnings) - Use - commonheaders.h - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi;..\..\..\include - - - ws2_32.lib;comctl32.lib;%(AdditionalDependencies) - true - 0x3ae00000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin10\lib - - - - - Full - OnlyExplicitInline - Size - ..\..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;ADDCONTACTPLUS_EXPORTS;%(PreprocessorDefinitions) - true - false - true - Fast - Level3 - 4996;%(DisableSpecificWarnings) - Use - commonheaders.h - false - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi;..\..\..\include - - - ws2_32.lib;comctl32.lib;%(AdditionalDependencies) - true - true - true - 0x3ae00000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - - - Disabled - ..\..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;ADDCONTACTPLUS_EXPORTS;%(PreprocessorDefinitions) - false - true - EnableFastChecks - MultiThreadedDebugDLL - true - Level3 - 4996;%(DisableSpecificWarnings) - Use - commonheaders.h - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi;..\..\..\include - - - ws2_32.lib;comctl32.lib;%(AdditionalDependencies) - true - 0x3ae00000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin10\lib - - - - - - Create - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/core/stdaway/stdaway_10.vcxproj.filters b/src/core/stdaway/stdaway_10.vcxproj.filters deleted file mode 100644 index 3f952c05b5..0000000000 --- a/src/core/stdaway/stdaway_10.vcxproj.filters +++ /dev/null @@ -1,47 +0,0 @@ - - - - - {5c074c9e-6c66-4233-bbd3-a50170fccf47} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {e30af2c4-42d4-4342-8eb9-2dbca157c6bb} - h;hpp;hxx;hm;inl - - - {9208a050-ffae-47fa-bc98-4ca4f79d37d7} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/src/core/stdaway/stdaway_12.vcxproj b/src/core/stdaway/stdaway_12.vcxproj deleted file mode 100644 index a4363fedf7..0000000000 --- a/src/core/stdaway/stdaway_12.vcxproj +++ /dev/null @@ -1,223 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - StdAway - {C14D6E0D-810E-4599-A6E0-17298AFA0501} - - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - Unicode - true - v120_xp - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - Unicode - true - v120_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)\Core\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Core\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Core\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Core\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Full - OnlyExplicitInline - Size - ..\..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;ADDCONTACTPLUS_EXPORTS;%(PreprocessorDefinitions) - true - false - true - Fast - Level3 - 4996;%(DisableSpecificWarnings) - Use - commonheaders.h - false - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi;..\..\..\include - - - ws2_32.lib;comctl32.lib;%(AdditionalDependencies) - true - true - true - 0x3ae00000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin12\lib - - - - - Disabled - ..\..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;ADDCONTACTPLUS_EXPORTS;%(PreprocessorDefinitions) - false - true - EnableFastChecks - MultiThreadedDebugDLL - true - Level3 - EditAndContinue - 4996;%(DisableSpecificWarnings) - Use - commonheaders.h - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi;..\..\..\include - - - ws2_32.lib;comctl32.lib;%(AdditionalDependencies) - true - 0x3ae00000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin12\lib - false - - - - - Full - OnlyExplicitInline - Size - ..\..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;ADDCONTACTPLUS_EXPORTS;%(PreprocessorDefinitions) - true - false - true - Fast - Level3 - 4996;%(DisableSpecificWarnings) - Use - commonheaders.h - false - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi;..\..\..\include - - - ws2_32.lib;comctl32.lib;%(AdditionalDependencies) - true - true - true - 0x3ae00000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin12\lib - - - - - Disabled - ..\..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;ADDCONTACTPLUS_EXPORTS;%(PreprocessorDefinitions) - false - true - EnableFastChecks - MultiThreadedDebugDLL - true - Level3 - 4996;%(DisableSpecificWarnings) - Use - commonheaders.h - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi;..\..\..\include - - - ws2_32.lib;comctl32.lib;%(AdditionalDependencies) - true - 0x3ae00000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin12\lib - - - - - - Create - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/core/stdaway/stdaway_12.vcxproj.filters b/src/core/stdaway/stdaway_12.vcxproj.filters deleted file mode 100644 index 3f952c05b5..0000000000 --- a/src/core/stdaway/stdaway_12.vcxproj.filters +++ /dev/null @@ -1,47 +0,0 @@ - - - - - {5c074c9e-6c66-4233-bbd3-a50170fccf47} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {e30af2c4-42d4-4342-8eb9-2dbca157c6bb} - h;hpp;hxx;hm;inl - - - {9208a050-ffae-47fa-bc98-4ca4f79d37d7} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/src/core/stdaway/stdaway_14.vcxproj b/src/core/stdaway/stdaway_14.vcxproj deleted file mode 100644 index ddab1641b6..0000000000 --- a/src/core/stdaway/stdaway_14.vcxproj +++ /dev/null @@ -1,223 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - StdAway - {C14D6E0D-810E-4599-A6E0-17298AFA0501} - - - - DynamicLibrary - Unicode - v140_xp - - - DynamicLibrary - Unicode - true - v140_xp - - - DynamicLibrary - Unicode - v140_xp - - - DynamicLibrary - Unicode - true - v140_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)\Core\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Core\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Core\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Core\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Full - OnlyExplicitInline - Size - ..\..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;ADDCONTACTPLUS_EXPORTS;%(PreprocessorDefinitions) - true - false - true - Fast - Level3 - 4996;%(DisableSpecificWarnings) - Use - commonheaders.h - false - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi;..\..\..\include - - - ws2_32.lib;comctl32.lib;%(AdditionalDependencies) - true - true - true - 0x3ae00000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin14\lib - - - - - Disabled - ..\..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;ADDCONTACTPLUS_EXPORTS;%(PreprocessorDefinitions) - false - true - EnableFastChecks - MultiThreadedDebugDLL - true - Level3 - EditAndContinue - 4996;%(DisableSpecificWarnings) - Use - commonheaders.h - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi;..\..\..\include - - - ws2_32.lib;comctl32.lib;%(AdditionalDependencies) - true - 0x3ae00000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin14\lib - false - - - - - Full - OnlyExplicitInline - Size - ..\..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;ADDCONTACTPLUS_EXPORTS;%(PreprocessorDefinitions) - true - false - true - Fast - Level3 - 4996;%(DisableSpecificWarnings) - Use - commonheaders.h - false - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi;..\..\..\include - - - ws2_32.lib;comctl32.lib;%(AdditionalDependencies) - true - true - true - 0x3ae00000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin14\lib - - - - - Disabled - ..\..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;ADDCONTACTPLUS_EXPORTS;%(PreprocessorDefinitions) - false - true - EnableFastChecks - MultiThreadedDebugDLL - true - Level3 - 4996;%(DisableSpecificWarnings) - Use - commonheaders.h - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi;..\..\..\include - - - ws2_32.lib;comctl32.lib;%(AdditionalDependencies) - true - 0x3ae00000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin14\lib - - - - - - Create - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/core/stdaway/stdaway_14.vcxproj.filters b/src/core/stdaway/stdaway_14.vcxproj.filters deleted file mode 100644 index 3f952c05b5..0000000000 --- a/src/core/stdaway/stdaway_14.vcxproj.filters +++ /dev/null @@ -1,47 +0,0 @@ - - - - - {5c074c9e-6c66-4233-bbd3-a50170fccf47} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {e30af2c4-42d4-4342-8eb9-2dbca157c6bb} - h;hpp;hxx;hm;inl - - - {9208a050-ffae-47fa-bc98-4ca4f79d37d7} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file -- cgit v1.2.3