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/BasicHistory/BasicHistory_10.vcxproj | 233 +++++++++++++++++++++++++++ 1 file changed, 233 insertions(+) create mode 100644 plugins/BasicHistory/BasicHistory_10.vcxproj (limited to 'plugins/BasicHistory/BasicHistory_10.vcxproj') diff --git a/plugins/BasicHistory/BasicHistory_10.vcxproj b/plugins/BasicHistory/BasicHistory_10.vcxproj new file mode 100644 index 0000000000..30320ac1e4 --- /dev/null +++ b/plugins/BasicHistory/BasicHistory_10.vcxproj @@ -0,0 +1,233 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {7DF5234A-A93A-47AD-8201-377ECF59AE5F} + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + true + Unicode + + + DynamicLibrary + false + true + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Use + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;BASICHISTORY_EXPORTS;%(PreprocessorDefinitions) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + + + Windows + true + Comctl32.lib;lib\zlib.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + + + ..\..\include\msapi;..\..\include + _DEBUG;%(PreprocessorDefinitions) + + + + + Use + Level3 + Disabled + WIN64;_DEBUG;_WINDOWS;_USRDLL;BASICHISTORY_EXPORTS;%(PreprocessorDefinitions) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + + + Windows + true + Comctl32.lib;lib64\zlib.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + + + ..\..\include\msapi;..\..\include + _DEBUG;%(PreprocessorDefinitions) + + + + + Level3 + Use + Full + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;BASICHISTORY_EXPORTS;%(PreprocessorDefinitions) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + Size + + + Windows + true + true + true + Comctl32.lib;lib\zlib.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + ..\..\include\msapi;..\..\include + NDEBUG;%(PreprocessorDefinitions) + + + + + Level3 + Use + Full + true + WIN64;NDEBUG;_WINDOWS;_USRDLL;BASICHISTORY_EXPORTS;%(PreprocessorDefinitions) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + Size + + + Windows + true + true + true + Comctl32.lib;lib64\zlib.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + ..\..\include\msapi;..\..\include + NDEBUG;%(PreprocessorDefinitions) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Create + + + + NotUsing + + + NotUsing + + + NotUsing + + + NotUsing + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3