From 1555d00e6825086309b29f4782f47a44efe41c91 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 8 Aug 2015 19:37:09 +0000 Subject: stdclist: common project git-svn-id: http://svn.miranda-ng.org/main/trunk@14863 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stdclist/src/clcfonts.cpp | 2 +- src/core/stdclist/src/clcopts.cpp | 2 +- src/core/stdclist/src/clcpaint.cpp | 2 +- src/core/stdclist/src/clistmenus.cpp | 2 +- src/core/stdclist/src/clistopts.cpp | 2 +- src/core/stdclist/src/cluiopts.cpp | 2 +- src/core/stdclist/src/commonheaders.h | 65 -------- src/core/stdclist/src/init.cpp | 2 +- src/core/stdclist/src/stdafx.cpp | 18 -- src/core/stdclist/src/stdafx.cxx | 18 ++ src/core/stdclist/src/stdafx.h | 65 ++++++++ src/core/stdclist/stdclist.vcxproj | 28 ++++ src/core/stdclist/stdclist.vcxproj.filters | 4 + src/core/stdclist/stdclist_10.vcxproj | 229 ------------------------- src/core/stdclist/stdclist_10.vcxproj.filters | 76 --------- src/core/stdclist/stdclist_12.vcxproj | 232 -------------------------- src/core/stdclist/stdclist_12.vcxproj.filters | 76 --------- src/core/stdclist/stdclist_14.vcxproj | 232 -------------------------- src/core/stdclist/stdclist_14.vcxproj.filters | 76 --------- 19 files changed, 122 insertions(+), 1011 deletions(-) delete mode 100644 src/core/stdclist/src/commonheaders.h delete mode 100644 src/core/stdclist/src/stdafx.cpp create mode 100644 src/core/stdclist/src/stdafx.cxx create mode 100644 src/core/stdclist/src/stdafx.h create mode 100644 src/core/stdclist/stdclist.vcxproj create mode 100644 src/core/stdclist/stdclist.vcxproj.filters delete mode 100644 src/core/stdclist/stdclist_10.vcxproj delete mode 100644 src/core/stdclist/stdclist_10.vcxproj.filters delete mode 100644 src/core/stdclist/stdclist_12.vcxproj delete mode 100644 src/core/stdclist/stdclist_12.vcxproj.filters delete mode 100644 src/core/stdclist/stdclist_14.vcxproj delete mode 100644 src/core/stdclist/stdclist_14.vcxproj.filters (limited to 'src/core') diff --git a/src/core/stdclist/src/clcfonts.cpp b/src/core/stdclist/src/clcfonts.cpp index 560a3a6363..9f00cd8974 100644 --- a/src/core/stdclist/src/clcfonts.cpp +++ b/src/core/stdclist/src/clcfonts.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" #include "m_fontservice.h" diff --git a/src/core/stdclist/src/clcopts.cpp b/src/core/stdclist/src/clcopts.cpp index d50c7902d2..a183703487 100644 --- a/src/core/stdclist/src/clcopts.cpp +++ b/src/core/stdclist/src/clcopts.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" #define DBFONTF_BOLD 1 #define DBFONTF_ITALIC 2 diff --git a/src/core/stdclist/src/clcpaint.cpp b/src/core/stdclist/src/clcpaint.cpp index 7b856f5d19..506f1cc33a 100644 --- a/src/core/stdclist/src/clcpaint.cpp +++ b/src/core/stdclist/src/clcpaint.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" extern HIMAGELIST himlCListClc; static BYTE divide3[765] = { 255 }; diff --git a/src/core/stdclist/src/clistmenus.cpp b/src/core/stdclist/src/clistmenus.cpp index 312ceeec8d..66fbbe894f 100644 --- a/src/core/stdclist/src/clistmenus.cpp +++ b/src/core/stdclist/src/clistmenus.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 INT_PTR CloseAction(WPARAM wParam, LPARAM lParam) { diff --git a/src/core/stdclist/src/clistopts.cpp b/src/core/stdclist/src/clistopts.cpp index eb54908883..5d11a6490e 100644 --- a/src/core/stdclist/src/clistopts.cpp +++ b/src/core/stdclist/src/clistopts.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 INT_PTR CALLBACK DlgProcGenOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) { diff --git a/src/core/stdclist/src/cluiopts.cpp b/src/core/stdclist/src/cluiopts.cpp index b8db5f0dd0..9263b53284 100644 --- a/src/core/stdclist/src/cluiopts.cpp +++ b/src/core/stdclist/src/cluiopts.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 INT_PTR CALLBACK DlgProcCluiOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) { diff --git a/src/core/stdclist/src/commonheaders.h b/src/core/stdclist/src/commonheaders.h deleted file mode 100644 index deff5b4d14..0000000000 --- a/src/core/stdclist/src/commonheaders.h +++ /dev/null @@ -1,65 +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. -*/ - -#define _CRT_SECURE_NO_WARNINGS - -#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 "clc.h" -#include "version.h" -#include "resource.h" - -// shared vars -extern HINSTANCE g_hInst; -extern CLIST_INTERFACE coreCli; - -void LoadClcOptions(HWND hwnd, struct ClcData *dat, BOOL bFirst); diff --git a/src/core/stdclist/src/init.cpp b/src/core/stdclist/src/init.cpp index efb6a00d7c..7333402024 100644 --- a/src/core/stdclist/src/init.cpp +++ b/src/core/stdclist/src/init.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" HINSTANCE g_hInst = 0; CLIST_INTERFACE* pcli = NULL, coreCli; diff --git a/src/core/stdclist/src/stdafx.cpp b/src/core/stdclist/src/stdafx.cpp deleted file mode 100644 index 3507dce3c6..0000000000 --- a/src/core/stdclist/src/stdafx.cpp +++ /dev/null @@ -1,18 +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/stdclist/src/stdafx.cxx b/src/core/stdclist/src/stdafx.cxx new file mode 100644 index 0000000000..8aab1386be --- /dev/null +++ b/src/core/stdclist/src/stdafx.cxx @@ -0,0 +1,18 @@ +/* +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/stdclist/src/stdafx.h b/src/core/stdclist/src/stdafx.h new file mode 100644 index 0000000000..deff5b4d14 --- /dev/null +++ b/src/core/stdclist/src/stdafx.h @@ -0,0 +1,65 @@ +/* + +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. +*/ + +#define _CRT_SECURE_NO_WARNINGS + +#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 "clc.h" +#include "version.h" +#include "resource.h" + +// shared vars +extern HINSTANCE g_hInst; +extern CLIST_INTERFACE coreCli; + +void LoadClcOptions(HWND hwnd, struct ClcData *dat, BOOL bFirst); diff --git a/src/core/stdclist/stdclist.vcxproj b/src/core/stdclist/stdclist.vcxproj new file mode 100644 index 0000000000..60ab07c74a --- /dev/null +++ b/src/core/stdclist/stdclist.vcxproj @@ -0,0 +1,28 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + StdClist + {E71C1722-A41D-4475-87F4-29961A3654BB} + + + + + \ No newline at end of file diff --git a/src/core/stdclist/stdclist.vcxproj.filters b/src/core/stdclist/stdclist.vcxproj.filters new file mode 100644 index 0000000000..e39f86d5d6 --- /dev/null +++ b/src/core/stdclist/stdclist.vcxproj.filters @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/core/stdclist/stdclist_10.vcxproj b/src/core/stdclist/stdclist_10.vcxproj deleted file mode 100644 index d259af1c84..0000000000 --- a/src/core/stdclist/stdclist_10.vcxproj +++ /dev/null @@ -1,229 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - StdClist - {E71C1722-A41D-4475-87F4-29961A3654BB} - - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - - - - - - - - - - - - - - - - - <_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 - - - - Disabled - ..\..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - Fast - Use - commonheaders.h - Level3 - EditAndContinue - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include;..\..\..\include\msapi - - - comctl32.lib;UxTheme.lib;shlwapi.lib;%(AdditionalDependencies) - true - 0x6590000 - false - $(IntDir)$(TargetName).lib - Windows - type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27*%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) - $(ProfileDir)..\..\..\bin10\lib - - - - - Disabled - ..\..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - Fast - Use - commonheaders.h - Level3 - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include;..\..\..\include\msapi - - - comctl32.lib;UxTheme.lib;shlwapi.lib;%(AdditionalDependencies) - type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27*%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) - true - 0x6590000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin10\lib - - - - - Full - OnlyExplicitInline - Size - ..\..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS;%(PreprocessorDefinitions) - true - false - true - Fast - Use - commonheaders.h - Level3 - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include;..\..\..\include\msapi - - - comctl32.lib;UxTheme.lib;shlwapi.lib;%(AdditionalDependencies) - type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27X86%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) - true - true - true - 0x6590000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - - - Full - OnlyExplicitInline - Size - ..\..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS;%(PreprocessorDefinitions) - true - false - true - Fast - Use - commonheaders.h - Level3 - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include;..\..\..\include\msapi - - - comctl32.lib;UxTheme.lib;shlwapi.lib;%(AdditionalDependencies) - type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27*%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) - true - true - true - 0x6590000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - - - - - - - - - Create - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/core/stdclist/stdclist_10.vcxproj.filters b/src/core/stdclist/stdclist_10.vcxproj.filters deleted file mode 100644 index 03237b7fe3..0000000000 --- a/src/core/stdclist/stdclist_10.vcxproj.filters +++ /dev/null @@ -1,76 +0,0 @@ - - - - - {63109169-73b5-4fd9-b189-bfe8ca62f233} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {952f01d3-995f-456b-98ff-785b549b289d} - h;hpp;hxx;hm;inl - - - {97bb8e2e-2508-4f05-bdcf-376efae7e97c} - 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 - - - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/src/core/stdclist/stdclist_12.vcxproj b/src/core/stdclist/stdclist_12.vcxproj deleted file mode 100644 index 1b12a0e9ed..0000000000 --- a/src/core/stdclist/stdclist_12.vcxproj +++ /dev/null @@ -1,232 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - StdClist - {E71C1722-A41D-4475-87F4-29961A3654BB} - - - - DynamicLibrary - Unicode - true - v120_xp - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - Unicode - true - v120_xp - - - DynamicLibrary - Unicode - 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 - - - - Disabled - ..\..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - Fast - Use - commonheaders.h - Level3 - EditAndContinue - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include;..\..\..\include\msapi - - - comctl32.lib;UxTheme.lib;shlwapi.lib;%(AdditionalDependencies) - true - 0x6590000 - false - $(IntDir)$(TargetName).lib - Windows - type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27*%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) - $(ProfileDir)..\..\..\bin12\lib - false - - - - - Disabled - ..\..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - Fast - Use - commonheaders.h - Level3 - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include;..\..\..\include\msapi - - - comctl32.lib;UxTheme.lib;shlwapi.lib;%(AdditionalDependencies) - type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27*%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) - true - 0x6590000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin12\lib - - - - - Full - OnlyExplicitInline - Size - ..\..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS;%(PreprocessorDefinitions) - true - false - true - Fast - Use - commonheaders.h - Level3 - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include;..\..\..\include\msapi - - - comctl32.lib;UxTheme.lib;shlwapi.lib;%(AdditionalDependencies) - type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27X86%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) - true - true - true - 0x6590000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin12\lib - - - - - Full - OnlyExplicitInline - Size - ..\..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS;%(PreprocessorDefinitions) - true - false - true - Fast - Use - commonheaders.h - Level3 - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include;..\..\..\include\msapi - - - comctl32.lib;UxTheme.lib;shlwapi.lib;%(AdditionalDependencies) - type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27*%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) - true - true - true - 0x6590000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin12\lib - - - - - - - - - - - Create - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/core/stdclist/stdclist_12.vcxproj.filters b/src/core/stdclist/stdclist_12.vcxproj.filters deleted file mode 100644 index 03237b7fe3..0000000000 --- a/src/core/stdclist/stdclist_12.vcxproj.filters +++ /dev/null @@ -1,76 +0,0 @@ - - - - - {63109169-73b5-4fd9-b189-bfe8ca62f233} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {952f01d3-995f-456b-98ff-785b549b289d} - h;hpp;hxx;hm;inl - - - {97bb8e2e-2508-4f05-bdcf-376efae7e97c} - 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 - - - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/src/core/stdclist/stdclist_14.vcxproj b/src/core/stdclist/stdclist_14.vcxproj deleted file mode 100644 index 9eed7fd7dc..0000000000 --- a/src/core/stdclist/stdclist_14.vcxproj +++ /dev/null @@ -1,232 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - StdClist - {E71C1722-A41D-4475-87F4-29961A3654BB} - - - - DynamicLibrary - Unicode - true - v140_xp - - - DynamicLibrary - Unicode - v140_xp - - - DynamicLibrary - Unicode - true - v140_xp - - - DynamicLibrary - Unicode - 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 - - - - Disabled - ..\..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - Fast - Use - commonheaders.h - Level3 - EditAndContinue - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include;..\..\..\include\msapi - - - comctl32.lib;UxTheme.lib;shlwapi.lib;%(AdditionalDependencies) - true - 0x6590000 - false - $(IntDir)$(TargetName).lib - Windows - type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27*%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) - $(ProfileDir)..\..\..\bin14\lib - false - - - - - Disabled - ..\..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - Fast - Use - commonheaders.h - Level3 - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include;..\..\..\include\msapi - - - comctl32.lib;UxTheme.lib;shlwapi.lib;%(AdditionalDependencies) - type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27*%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) - true - 0x6590000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin14\lib - - - - - Full - OnlyExplicitInline - Size - ..\..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS;%(PreprocessorDefinitions) - true - false - true - Fast - Use - commonheaders.h - Level3 - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include;..\..\..\include\msapi - - - comctl32.lib;UxTheme.lib;shlwapi.lib;%(AdditionalDependencies) - type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27X86%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) - true - true - true - 0x6590000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin14\lib - - - - - Full - OnlyExplicitInline - Size - ..\..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS;%(PreprocessorDefinitions) - true - false - true - Fast - Use - commonheaders.h - Level3 - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include;..\..\..\include\msapi - - - comctl32.lib;UxTheme.lib;shlwapi.lib;%(AdditionalDependencies) - type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27*%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) - true - true - true - 0x6590000 - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\..\bin14\lib - - - - - - - - - - - Create - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/core/stdclist/stdclist_14.vcxproj.filters b/src/core/stdclist/stdclist_14.vcxproj.filters deleted file mode 100644 index 03237b7fe3..0000000000 --- a/src/core/stdclist/stdclist_14.vcxproj.filters +++ /dev/null @@ -1,76 +0,0 @@ - - - - - {63109169-73b5-4fd9-b189-bfe8ca62f233} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {952f01d3-995f-456b-98ff-785b549b289d} - h;hpp;hxx;hm;inl - - - {97bb8e2e-2508-4f05-bdcf-376efae7e97c} - 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 - - - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file -- cgit v1.2.3