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_11.vcxproj | 219 +++++++++++++++++++++++++ 1 file changed, 219 insertions(+) create mode 100644 plugins/AvatarHistory/AvatarHistory_11.vcxproj (limited to 'plugins/AvatarHistory/AvatarHistory_11.vcxproj') 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 -- cgit v1.2.3