From fbeb917c5230e0f64fb45e22488e91ab2f35c8f8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 3 Aug 2015 16:27:24 +0000 Subject: new template for core projects git-svn-id: http://svn.miranda-ng.org/main/trunk@14836 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stdauth/src/auth.cpp | 2 +- src/core/stdauth/src/authdialogs.cpp | 2 +- src/core/stdauth/src/commonheaders.cpp | 2 - src/core/stdauth/src/commonheaders.h | 72 --------- src/core/stdauth/src/main.cpp | 6 +- src/core/stdauth/src/stdafx.cxx | 2 + src/core/stdauth/src/stdafx.h | 72 +++++++++ src/core/stdauth/stdauth.vcxproj | 28 ++++ src/core/stdauth/stdauth.vcxproj.filters | 4 + src/core/stdauth/stdauth_10.vcxproj | 220 --------------------------- src/core/stdauth/stdauth_10.vcxproj.filters | 47 ------ src/core/stdauth/stdauth_12.vcxproj | 223 ---------------------------- src/core/stdauth/stdauth_12.vcxproj.filters | 47 ------ src/core/stdauth/stdauth_14.vcxproj | 223 ---------------------------- src/core/stdauth/stdauth_14.vcxproj.filters | 47 ------ 15 files changed, 111 insertions(+), 886 deletions(-) delete mode 100644 src/core/stdauth/src/commonheaders.cpp delete mode 100644 src/core/stdauth/src/commonheaders.h create mode 100644 src/core/stdauth/src/stdafx.cxx create mode 100644 src/core/stdauth/src/stdafx.h create mode 100644 src/core/stdauth/stdauth.vcxproj create mode 100644 src/core/stdauth/stdauth.vcxproj.filters delete mode 100644 src/core/stdauth/stdauth_10.vcxproj delete mode 100644 src/core/stdauth/stdauth_10.vcxproj.filters delete mode 100644 src/core/stdauth/stdauth_12.vcxproj delete mode 100644 src/core/stdauth/stdauth_12.vcxproj.filters delete mode 100644 src/core/stdauth/stdauth_14.vcxproj delete mode 100644 src/core/stdauth/stdauth_14.vcxproj.filters (limited to 'src') diff --git a/src/core/stdauth/src/auth.cpp b/src/core/stdauth/src/auth.cpp index 5d5d158d18..29297e7426 100644 --- a/src/core/stdauth/src/auth.cpp +++ b/src/core/stdauth/src/auth.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 MS_AUTH_SHOWREQUEST "Auth/ShowRequest" #define MS_AUTH_SHOWADDED "Auth/ShowAdded" diff --git a/src/core/stdauth/src/authdialogs.cpp b/src/core/stdauth/src/authdialogs.cpp index ddf2fdc738..85b08c1a20 100644 --- a/src/core/stdauth/src/authdialogs.cpp +++ b/src/core/stdauth/src/authdialogs.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_PTR CALLBACK DlgProcAdded(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) { diff --git a/src/core/stdauth/src/commonheaders.cpp b/src/core/stdauth/src/commonheaders.cpp deleted file mode 100644 index 95b2201163..0000000000 --- a/src/core/stdauth/src/commonheaders.cpp +++ /dev/null @@ -1,2 +0,0 @@ -#include "commonheaders.h" - diff --git a/src/core/stdauth/src/commonheaders.h b/src/core/stdauth/src/commonheaders.h deleted file mode 100644 index 209a0a9813..0000000000 --- a/src/core/stdauth/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/stdauth/src/main.cpp b/src/core/stdauth/src/main.cpp index 2282a4d608..fdab815acf 100644 --- a/src/core/stdauth/src/main.cpp +++ b/src/core/stdauth/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 LoadSendRecvAuthModule(void); @@ -40,13 +40,13 @@ PLUGININFOEX pluginInfo = { { 0x8d0a046d, 0x8ea9, 0x4c55, {0xb5, 0x68, 0x38, 0xda, 0x52, 0x05, 0x64, 0xfd}} }; -BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) +BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD, LPVOID) { hInst = hinstDLL; return TRUE; } -extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion) +extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD) { return &pluginInfo; } diff --git a/src/core/stdauth/src/stdafx.cxx b/src/core/stdauth/src/stdafx.cxx new file mode 100644 index 0000000000..716dda68f1 --- /dev/null +++ b/src/core/stdauth/src/stdafx.cxx @@ -0,0 +1,2 @@ +#include "stdafx.h" + diff --git a/src/core/stdauth/src/stdafx.h b/src/core/stdauth/src/stdafx.h new file mode 100644 index 0000000000..209a0a9813 --- /dev/null +++ b/src/core/stdauth/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/stdauth/stdauth.vcxproj b/src/core/stdauth/stdauth.vcxproj new file mode 100644 index 0000000000..e4e5d4090b --- /dev/null +++ b/src/core/stdauth/stdauth.vcxproj @@ -0,0 +1,28 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + StdAuth + {86E0715E-C769-11E1-A41D-6CED6188709B} + + + + + \ No newline at end of file diff --git a/src/core/stdauth/stdauth.vcxproj.filters b/src/core/stdauth/stdauth.vcxproj.filters new file mode 100644 index 0000000000..e39f86d5d6 --- /dev/null +++ b/src/core/stdauth/stdauth.vcxproj.filters @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/core/stdauth/stdauth_10.vcxproj b/src/core/stdauth/stdauth_10.vcxproj deleted file mode 100644 index 7c0a70f0a1..0000000000 --- a/src/core/stdauth/stdauth_10.vcxproj +++ /dev/null @@ -1,220 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - StdAuth - {86E0715E-C769-11E1-A41D-6CED6188709B} - - - - 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/stdauth/stdauth_10.vcxproj.filters b/src/core/stdauth/stdauth_10.vcxproj.filters deleted file mode 100644 index cbb7778662..0000000000 --- a/src/core/stdauth/stdauth_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/stdauth/stdauth_12.vcxproj b/src/core/stdauth/stdauth_12.vcxproj deleted file mode 100644 index 8032a71d0e..0000000000 --- a/src/core/stdauth/stdauth_12.vcxproj +++ /dev/null @@ -1,223 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - StdAuth - {86E0715E-C769-11E1-A41D-6CED6188709B} - - - - 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/stdauth/stdauth_12.vcxproj.filters b/src/core/stdauth/stdauth_12.vcxproj.filters deleted file mode 100644 index cbb7778662..0000000000 --- a/src/core/stdauth/stdauth_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/stdauth/stdauth_14.vcxproj b/src/core/stdauth/stdauth_14.vcxproj deleted file mode 100644 index 554f45bab4..0000000000 --- a/src/core/stdauth/stdauth_14.vcxproj +++ /dev/null @@ -1,223 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - StdAuth - {86E0715E-C769-11E1-A41D-6CED6188709B} - - - - 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/stdauth/stdauth_14.vcxproj.filters b/src/core/stdauth/stdauth_14.vcxproj.filters deleted file mode 100644 index cbb7778662..0000000000 --- a/src/core/stdauth/stdauth_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