From b9703bb8be514ca0d9aaae40c0771ea90cb8318c Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 8 Aug 2015 20:20:21 +0000 Subject: stdmsg: common project git-svn-id: http://svn.miranda-ng.org/main/trunk@14869 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stdmsg/src/cmdlist.cpp | 2 +- src/core/stdmsg/src/commonheaders.h | 75 ---------- src/core/stdmsg/src/globals.cpp | 2 +- src/core/stdmsg/src/msgdialog.cpp | 2 +- src/core/stdmsg/src/msglog.cpp | 2 +- src/core/stdmsg/src/msgoptions.cpp | 2 +- src/core/stdmsg/src/msgs.cpp | 2 +- src/core/stdmsg/src/msgtimedout.cpp | 2 +- src/core/stdmsg/src/richutil.cpp | 2 +- src/core/stdmsg/src/srmm.cpp | 2 +- src/core/stdmsg/src/statusicon.cpp | 2 +- src/core/stdmsg/src/stdafx.cpp | 19 --- src/core/stdmsg/src/stdafx.cxx | 19 +++ src/core/stdmsg/src/stdafx.h | 75 ++++++++++ src/core/stdmsg/stdmsg.vcxproj | 28 ++++ src/core/stdmsg/stdmsg.vcxproj.filters | 4 + src/core/stdmsg/stdmsg_10.vcxproj | 224 ----------------------------- src/core/stdmsg/stdmsg_10.vcxproj.filters | 83 ----------- src/core/stdmsg/stdmsg_12.vcxproj | 227 ------------------------------ src/core/stdmsg/stdmsg_12.vcxproj.filters | 83 ----------- src/core/stdmsg/stdmsg_14.vcxproj | 227 ------------------------------ src/core/stdmsg/stdmsg_14.vcxproj.filters | 83 ----------- 22 files changed, 136 insertions(+), 1031 deletions(-) delete mode 100644 src/core/stdmsg/src/commonheaders.h delete mode 100644 src/core/stdmsg/src/stdafx.cpp create mode 100644 src/core/stdmsg/src/stdafx.cxx create mode 100644 src/core/stdmsg/src/stdafx.h create mode 100644 src/core/stdmsg/stdmsg.vcxproj create mode 100644 src/core/stdmsg/stdmsg.vcxproj.filters delete mode 100644 src/core/stdmsg/stdmsg_10.vcxproj delete mode 100644 src/core/stdmsg/stdmsg_10.vcxproj.filters delete mode 100644 src/core/stdmsg/stdmsg_12.vcxproj delete mode 100644 src/core/stdmsg/stdmsg_12.vcxproj.filters delete mode 100644 src/core/stdmsg/stdmsg_14.vcxproj delete mode 100644 src/core/stdmsg/stdmsg_14.vcxproj.filters (limited to 'src') diff --git a/src/core/stdmsg/src/cmdlist.cpp b/src/core/stdmsg/src/cmdlist.cpp index c605e0c6a6..80e54b6f76 100644 --- a/src/core/stdmsg/src/cmdlist.cpp +++ b/src/core/stdmsg/src/cmdlist.cpp @@ -19,7 +19,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 LIST msgQueue(5, NumericKeySortT); static mir_cs csMsgQueue; diff --git a/src/core/stdmsg/src/commonheaders.h b/src/core/stdmsg/src/commonheaders.h deleted file mode 100644 index db3d85499d..0000000000 --- a/src/core/stdmsg/src/commonheaders.h +++ /dev/null @@ -1,75 +0,0 @@ -/* - -Copyright 2000-12 Miranda IM, 2012-15 Miranda NG 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. -*/ - -#define WIN32_LEAN_AND_MEAN - -#define _CRT_SECURE_NO_WARNINGS - -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include - -#include "resource.h" - -#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 "cmdlist.h" -#include "msgs.h" -#include "globals.h" -#include "richutil.h" -#include "version.h" - -extern HINSTANCE g_hInst; -extern HCURSOR hCurSplitNS, hCurSplitWE, hCurHyperlinkHand; -extern HANDLE hHookWinEvt, hHookWinPopup, hHookWinWrite; -extern CREOleCallback reOleCallback; diff --git a/src/core/stdmsg/src/globals.cpp b/src/core/stdmsg/src/globals.cpp index 30576920cf..a59b1d9a1a 100644 --- a/src/core/stdmsg/src/globals.cpp +++ b/src/core/stdmsg/src/globals.cpp @@ -19,7 +19,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" GlobalMessageData g_dat; diff --git a/src/core/stdmsg/src/msgdialog.cpp b/src/core/stdmsg/src/msgdialog.cpp index 21d47e4340..5b91776990 100644 --- a/src/core/stdmsg/src/msgdialog.cpp +++ b/src/core/stdmsg/src/msgdialog.cpp @@ -19,7 +19,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" #include "statusicon.h" #define TIMERID_FLASHWND 1 diff --git a/src/core/stdmsg/src/msglog.cpp b/src/core/stdmsg/src/msglog.cpp index a56f85e5b9..2b2210d875 100644 --- a/src/core/stdmsg/src/msglog.cpp +++ b/src/core/stdmsg/src/msglog.cpp @@ -19,7 +19,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" extern IconItem iconList[]; diff --git a/src/core/stdmsg/src/msgoptions.cpp b/src/core/stdmsg/src/msgoptions.cpp index a05d36fe1a..905b7c4061 100644 --- a/src/core/stdmsg/src/msgoptions.cpp +++ b/src/core/stdmsg/src/msgoptions.cpp @@ -19,7 +19,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" #include "m_fontservice.h" #include "m_modernopt.h" diff --git a/src/core/stdmsg/src/msgs.cpp b/src/core/stdmsg/src/msgs.cpp index c433236f35..d4189bcf8d 100644 --- a/src/core/stdmsg/src/msgs.cpp +++ b/src/core/stdmsg/src/msgs.cpp @@ -19,7 +19,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" #include "statusicon.h" /* Missing MinGW GUIDs */ diff --git a/src/core/stdmsg/src/msgtimedout.cpp b/src/core/stdmsg/src/msgtimedout.cpp index c2c175bc2a..59e773ac15 100644 --- a/src/core/stdmsg/src/msgtimedout.cpp +++ b/src/core/stdmsg/src/msgtimedout.cpp @@ -19,7 +19,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" #include "msgs.h" struct ErrorDlgParam diff --git a/src/core/stdmsg/src/richutil.cpp b/src/core/stdmsg/src/richutil.cpp index 3c53b9c868..1ea7f0af1f 100644 --- a/src/core/stdmsg/src/richutil.cpp +++ b/src/core/stdmsg/src/richutil.cpp @@ -19,7 +19,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" #include "richutil.h" /* diff --git a/src/core/stdmsg/src/srmm.cpp b/src/core/stdmsg/src/srmm.cpp index 8136de9f46..ac63fcb764 100644 --- a/src/core/stdmsg/src/srmm.cpp +++ b/src/core/stdmsg/src/srmm.cpp @@ -19,7 +19,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 LoadSendRecvMessageModule(void); int SplitmsgShutdown(void); diff --git a/src/core/stdmsg/src/statusicon.cpp b/src/core/stdmsg/src/statusicon.cpp index f355f63758..dfe19ec161 100644 --- a/src/core/stdmsg/src/statusicon.cpp +++ b/src/core/stdmsg/src/statusicon.cpp @@ -19,7 +19,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" #include "statusicon.h" HANDLE hHookIconPressedEvt; diff --git a/src/core/stdmsg/src/stdafx.cpp b/src/core/stdmsg/src/stdafx.cpp deleted file mode 100644 index 288f19664b..0000000000 --- a/src/core/stdmsg/src/stdafx.cpp +++ /dev/null @@ -1,19 +0,0 @@ -/* - -Copyright (C) 2012-15 Miranda NG team (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 "commonheaders.h" \ No newline at end of file diff --git a/src/core/stdmsg/src/stdafx.cxx b/src/core/stdmsg/src/stdafx.cxx new file mode 100644 index 0000000000..5d3cae4e8e --- /dev/null +++ b/src/core/stdmsg/src/stdafx.cxx @@ -0,0 +1,19 @@ +/* + +Copyright (C) 2012-15 Miranda NG team (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/src/core/stdmsg/src/stdafx.h b/src/core/stdmsg/src/stdafx.h new file mode 100644 index 0000000000..db3d85499d --- /dev/null +++ b/src/core/stdmsg/src/stdafx.h @@ -0,0 +1,75 @@ +/* + +Copyright 2000-12 Miranda IM, 2012-15 Miranda NG 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. +*/ + +#define WIN32_LEAN_AND_MEAN + +#define _CRT_SECURE_NO_WARNINGS + +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include + +#include "resource.h" + +#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 "cmdlist.h" +#include "msgs.h" +#include "globals.h" +#include "richutil.h" +#include "version.h" + +extern HINSTANCE g_hInst; +extern HCURSOR hCurSplitNS, hCurSplitWE, hCurHyperlinkHand; +extern HANDLE hHookWinEvt, hHookWinPopup, hHookWinWrite; +extern CREOleCallback reOleCallback; diff --git a/src/core/stdmsg/stdmsg.vcxproj b/src/core/stdmsg/stdmsg.vcxproj new file mode 100644 index 0000000000..df123906a6 --- /dev/null +++ b/src/core/stdmsg/stdmsg.vcxproj @@ -0,0 +1,28 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + StdMsg + {F47EAB99-C78F-4A92-87D5-B0E16FE5A133} + + + + + \ No newline at end of file diff --git a/src/core/stdmsg/stdmsg.vcxproj.filters b/src/core/stdmsg/stdmsg.vcxproj.filters new file mode 100644 index 0000000000..e39f86d5d6 --- /dev/null +++ b/src/core/stdmsg/stdmsg.vcxproj.filters @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/core/stdmsg/stdmsg_10.vcxproj b/src/core/stdmsg/stdmsg_10.vcxproj deleted file mode 100644 index c4c2296a22..0000000000 --- a/src/core/stdmsg/stdmsg_10.vcxproj +++ /dev/null @@ -1,224 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - StdMsg - {F47EAB99-C78F-4A92-87D5-B0E16FE5A133} - - - - DynamicLibrary - Unicode - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - true - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - $(SolutionDir)$(Configuration)\Core\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Core\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Core\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Core\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Full - OnlyExplicitInline - Size - ..\..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - false - true - Fast - Use - Level3 - commonheaders.h - false - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include;..\..\..\include\msapi - - - comctl32.lib;UxTheme.lib;%(AdditionalDependencies) - true - true - true - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - - - Full - OnlyExplicitInline - Size - ..\..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - false - true - Fast - Use - Level3 - commonheaders.h - false - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include;..\..\..\include\msapi - - - comctl32.lib;UxTheme.lib;%(AdditionalDependencies) - true - true - true - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - - - Disabled - ..\..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - Fast - Use - Level3 - EditAndContinue - commonheaders.h - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include;..\..\..\include\msapi - - - true - false - $(IntDir)$(TargetName).lib - Windows - comctl32.lib;UxTheme.lib;%(AdditionalDependencies) - $(ProfileDir)..\..\..\bin10\lib - - - - - Disabled - ..\..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - Fast - Use - Level3 - commonheaders.h - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include;..\..\..\include\msapi - - - comctl32.lib;UxTheme.lib;%(AdditionalDependencies) - true - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin10\lib - - - - - - - - - - - - - Create - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/core/stdmsg/stdmsg_10.vcxproj.filters b/src/core/stdmsg/stdmsg_10.vcxproj.filters deleted file mode 100644 index 27fb189312..0000000000 --- a/src/core/stdmsg/stdmsg_10.vcxproj.filters +++ /dev/null @@ -1,83 +0,0 @@ - - - - - {8927e967-671b-4c16-8208-54dec5f31489} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {6ae44719-2dc0-4659-bb57-b80bc11f0eb2} - h;hpp;hxx;hm;inl - - - {ed6d6a77-6f3c-4512-afc9-7c872bee5ded} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/src/core/stdmsg/stdmsg_12.vcxproj b/src/core/stdmsg/stdmsg_12.vcxproj deleted file mode 100644 index 664e8d8fe0..0000000000 --- a/src/core/stdmsg/stdmsg_12.vcxproj +++ /dev/null @@ -1,227 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - StdMsg - {F47EAB99-C78F-4A92-87D5-B0E16FE5A133} - - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - true - Unicode - v120_xp - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - Unicode - true - v120_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - $(SolutionDir)$(Configuration)\Core\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Core\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Core\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Core\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Full - OnlyExplicitInline - Size - ..\..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - false - true - Fast - Use - Level3 - commonheaders.h - false - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include;..\..\..\include\msapi - - - comctl32.lib;UxTheme.lib;%(AdditionalDependencies) - true - true - true - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin12\lib - - - - - Full - OnlyExplicitInline - Size - ..\..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - false - true - Fast - Use - Level3 - commonheaders.h - false - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include;..\..\..\include\msapi - - - comctl32.lib;UxTheme.lib;%(AdditionalDependencies) - true - true - true - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin12\lib - - - - - Disabled - ..\..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - Fast - Use - Level3 - EditAndContinue - commonheaders.h - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include;..\..\..\include\msapi - - - true - false - $(IntDir)$(TargetName).lib - Windows - comctl32.lib;UxTheme.lib;%(AdditionalDependencies) - $(ProfileDir)..\..\..\bin12\lib - false - - - - - Disabled - ..\..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - Fast - Use - Level3 - commonheaders.h - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include;..\..\..\include\msapi - - - comctl32.lib;UxTheme.lib;%(AdditionalDependencies) - true - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin12\lib - - - - - - - - - - - - - Create - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/core/stdmsg/stdmsg_12.vcxproj.filters b/src/core/stdmsg/stdmsg_12.vcxproj.filters deleted file mode 100644 index 27fb189312..0000000000 --- a/src/core/stdmsg/stdmsg_12.vcxproj.filters +++ /dev/null @@ -1,83 +0,0 @@ - - - - - {8927e967-671b-4c16-8208-54dec5f31489} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {6ae44719-2dc0-4659-bb57-b80bc11f0eb2} - h;hpp;hxx;hm;inl - - - {ed6d6a77-6f3c-4512-afc9-7c872bee5ded} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/src/core/stdmsg/stdmsg_14.vcxproj b/src/core/stdmsg/stdmsg_14.vcxproj deleted file mode 100644 index 00bd05d156..0000000000 --- a/src/core/stdmsg/stdmsg_14.vcxproj +++ /dev/null @@ -1,227 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - StdMsg - {F47EAB99-C78F-4A92-87D5-B0E16FE5A133} - - - - DynamicLibrary - Unicode - v140_xp - - - DynamicLibrary - true - Unicode - v140_xp - - - DynamicLibrary - Unicode - v140_xp - - - DynamicLibrary - Unicode - true - v140_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - $(SolutionDir)$(Configuration)\Core\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Core\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Core\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Core\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Full - OnlyExplicitInline - Size - ..\..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - false - true - Fast - Use - Level3 - commonheaders.h - false - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include;..\..\..\include\msapi - - - comctl32.lib;UxTheme.lib;%(AdditionalDependencies) - true - true - true - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin14\lib - - - - - Full - OnlyExplicitInline - Size - ..\..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - false - true - Fast - Use - Level3 - commonheaders.h - false - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include;..\..\..\include\msapi - - - comctl32.lib;UxTheme.lib;%(AdditionalDependencies) - true - true - true - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin14\lib - - - - - Disabled - ..\..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - Fast - Use - Level3 - EditAndContinue - commonheaders.h - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include;..\..\..\include\msapi - - - true - false - $(IntDir)$(TargetName).lib - Windows - comctl32.lib;UxTheme.lib;%(AdditionalDependencies) - $(ProfileDir)..\..\..\bin14\lib - false - - - - - Disabled - ..\..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - Fast - Use - Level3 - commonheaders.h - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include;..\..\..\include\msapi - - - comctl32.lib;UxTheme.lib;%(AdditionalDependencies) - true - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin14\lib - - - - - - - - - - - - - Create - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/core/stdmsg/stdmsg_14.vcxproj.filters b/src/core/stdmsg/stdmsg_14.vcxproj.filters deleted file mode 100644 index 27fb189312..0000000000 --- a/src/core/stdmsg/stdmsg_14.vcxproj.filters +++ /dev/null @@ -1,83 +0,0 @@ - - - - - {8927e967-671b-4c16-8208-54dec5f31489} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {6ae44719-2dc0-4659-bb57-b80bc11f0eb2} - h;hpp;hxx;hm;inl - - - {ed6d6a77-6f3c-4512-afc9-7c872bee5ded} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file -- cgit v1.2.3