From 39e33f6df5cb5b67eb21e83e9b26e14dfb80bfc7 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 6 Dec 2012 19:57:25 +0000 Subject: - MSVC 2012 adaptation part 1 git-svn-id: http://svn.miranda-ng.org/main/trunk@2671 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AvatarHistory/AvatarHistory.vcxproj | 219 --------------------- .../AvatarHistory/AvatarHistory.vcxproj.filters | 71 ------- plugins/AvatarHistory/AvatarHistory_10.vcxproj | 219 +++++++++++++++++++++ .../AvatarHistory/AvatarHistory_10.vcxproj.filters | 71 +++++++ plugins/AvatarHistory/AvatarHistory_11.vcxproj | 219 +++++++++++++++++++++ .../AvatarHistory/AvatarHistory_11.vcxproj.filters | 71 +++++++ 6 files changed, 580 insertions(+), 290 deletions(-) delete mode 100644 plugins/AvatarHistory/AvatarHistory.vcxproj delete mode 100644 plugins/AvatarHistory/AvatarHistory.vcxproj.filters create mode 100644 plugins/AvatarHistory/AvatarHistory_10.vcxproj create mode 100644 plugins/AvatarHistory/AvatarHistory_10.vcxproj.filters create mode 100644 plugins/AvatarHistory/AvatarHistory_11.vcxproj create mode 100644 plugins/AvatarHistory/AvatarHistory_11.vcxproj.filters (limited to 'plugins/AvatarHistory') diff --git a/plugins/AvatarHistory/AvatarHistory.vcxproj b/plugins/AvatarHistory/AvatarHistory.vcxproj deleted file mode 100644 index 7c9f5bc0b5..0000000000 --- a/plugins/AvatarHistory/AvatarHistory.vcxproj +++ /dev/null @@ -1,219 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - AvatarHistory - {7A50C5F4-866B-B8BD-D5FA-0EE6745194C6} - - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - MultiThreadedDebugDLL - false - Disabled - Level3 - true - EditAndContinue - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;AvatarHistory_EXPORTS;%(PreprocessorDefinitions) - EnableFastChecks - AvatarHistory.h - Use - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - comctl32.lib;%(AdditionalDependencies) - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin10\lib - - - - - MultiThreadedDebugDLL - false - Disabled - Level3 - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;_DEBUG;_WINDOWS;_USRDLL;AvatarHistory_EXPORTS;%(PreprocessorDefinitions) - EnableFastChecks - AvatarHistory.h - Use - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - comctl32.lib;%(AdditionalDependencies) - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin10\lib - - - - - OnlyExplicitInline - true - true - Full - Level3 - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;AvatarHistory_EXPORTS;%(PreprocessorDefinitions) - AvatarHistory.h - Use - Size - false - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - Windows - comctl32.lib;%(AdditionalDependencies) - true - $(IntDir)$(TargetName).lib - true - true - false - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - - - OnlyExplicitInline - true - true - Full - Level3 - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;NDEBUG;_WINDOWS;_USRDLL;AvatarHistory_EXPORTS;%(PreprocessorDefinitions) - AvatarHistory.h - Use - Size - false - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - Windows - comctl32.lib;%(AdditionalDependencies) - true - $(IntDir)$(TargetName).lib - true - true - false - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - - - - Create - - - - NotUsing - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/AvatarHistory/AvatarHistory.vcxproj.filters b/plugins/AvatarHistory/AvatarHistory.vcxproj.filters deleted file mode 100644 index 876c924e34..0000000000 --- a/plugins/AvatarHistory/AvatarHistory.vcxproj.filters +++ /dev/null @@ -1,71 +0,0 @@ - - - - - {82b52cc9-91bf-46bb-b045-52e8df41b13d} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {e28f6fa3-76df-4c8d-8454-ee929e07f290} - h;hpp;hxx;hm;inl - - - {6ad471fb-470c-4466-b817-ec90cb51260c} - 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 - - - - - 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/plugins/AvatarHistory/AvatarHistory_10.vcxproj b/plugins/AvatarHistory/AvatarHistory_10.vcxproj new file mode 100644 index 0000000000..7c9f5bc0b5 --- /dev/null +++ b/plugins/AvatarHistory/AvatarHistory_10.vcxproj @@ -0,0 +1,219 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + AvatarHistory + {7A50C5F4-866B-B8BD-D5FA-0EE6745194C6} + + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + true + EditAndContinue + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;AvatarHistory_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + AvatarHistory.h + Use + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + comctl32.lib;%(AdditionalDependencies) + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin10\lib + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;AvatarHistory_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + AvatarHistory.h + Use + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + comctl32.lib;%(AdditionalDependencies) + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin10\lib + + + + + OnlyExplicitInline + true + true + Full + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;AvatarHistory_EXPORTS;%(PreprocessorDefinitions) + AvatarHistory.h + Use + Size + false + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + Windows + comctl32.lib;%(AdditionalDependencies) + true + $(IntDir)$(TargetName).lib + true + true + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + + + OnlyExplicitInline + true + true + Full + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_WINDOWS;_USRDLL;AvatarHistory_EXPORTS;%(PreprocessorDefinitions) + AvatarHistory.h + Use + Size + false + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + Windows + comctl32.lib;%(AdditionalDependencies) + true + $(IntDir)$(TargetName).lib + true + true + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + + + + Create + + + + NotUsing + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/AvatarHistory/AvatarHistory_10.vcxproj.filters b/plugins/AvatarHistory/AvatarHistory_10.vcxproj.filters new file mode 100644 index 0000000000..876c924e34 --- /dev/null +++ b/plugins/AvatarHistory/AvatarHistory_10.vcxproj.filters @@ -0,0 +1,71 @@ + + + + + {82b52cc9-91bf-46bb-b045-52e8df41b13d} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {e28f6fa3-76df-4c8d-8454-ee929e07f290} + h;hpp;hxx;hm;inl + + + {6ad471fb-470c-4466-b817-ec90cb51260c} + 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 + + + + + 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/plugins/AvatarHistory/AvatarHistory_11.vcxproj b/plugins/AvatarHistory/AvatarHistory_11.vcxproj new file mode 100644 index 0000000000..7c9f5bc0b5 --- /dev/null +++ b/plugins/AvatarHistory/AvatarHistory_11.vcxproj @@ -0,0 +1,219 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + AvatarHistory + {7A50C5F4-866B-B8BD-D5FA-0EE6745194C6} + + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + true + EditAndContinue + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;AvatarHistory_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + AvatarHistory.h + Use + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + comctl32.lib;%(AdditionalDependencies) + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin10\lib + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;AvatarHistory_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + AvatarHistory.h + Use + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + comctl32.lib;%(AdditionalDependencies) + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin10\lib + + + + + OnlyExplicitInline + true + true + Full + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;AvatarHistory_EXPORTS;%(PreprocessorDefinitions) + AvatarHistory.h + Use + Size + false + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + Windows + comctl32.lib;%(AdditionalDependencies) + true + $(IntDir)$(TargetName).lib + true + true + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + + + OnlyExplicitInline + true + true + Full + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_WINDOWS;_USRDLL;AvatarHistory_EXPORTS;%(PreprocessorDefinitions) + AvatarHistory.h + Use + Size + false + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + Windows + comctl32.lib;%(AdditionalDependencies) + true + $(IntDir)$(TargetName).lib + true + true + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + + + + Create + + + + NotUsing + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/AvatarHistory/AvatarHistory_11.vcxproj.filters b/plugins/AvatarHistory/AvatarHistory_11.vcxproj.filters new file mode 100644 index 0000000000..876c924e34 --- /dev/null +++ b/plugins/AvatarHistory/AvatarHistory_11.vcxproj.filters @@ -0,0 +1,71 @@ + + + + + {82b52cc9-91bf-46bb-b045-52e8df41b13d} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {e28f6fa3-76df-4c8d-8454-ee929e07f290} + h;hpp;hxx;hm;inl + + + {6ad471fb-470c-4466-b817-ec90cb51260c} + 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 + + + + + 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