From 528949c71a12f54dc7b71133a32d9ee91cb53298 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 5 Jun 2012 19:31:43 +0000 Subject: BasicHistory - the alternative for history++ git-svn-id: http://svn.miranda-ng.org/main/trunk@317 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/BasicHistory/BasicHistory.vcxproj | 275 ++++++++++++++++++++++++++++++ 1 file changed, 275 insertions(+) create mode 100644 plugins/BasicHistory/BasicHistory.vcxproj (limited to 'plugins/BasicHistory/BasicHistory.vcxproj') diff --git a/plugins/BasicHistory/BasicHistory.vcxproj b/plugins/BasicHistory/BasicHistory.vcxproj new file mode 100644 index 0000000000..0adffb8582 --- /dev/null +++ b/plugins/BasicHistory/BasicHistory.vcxproj @@ -0,0 +1,275 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {7DF5234A-A93A-47AD-8201-377ECF59AE5F} + Win32Proj + BasicHistory + + + + DynamicLibrary + true + Unicode + v100 + + + DynamicLibrary + true + Unicode + v100 + + + DynamicLibrary + false + true + Unicode + v100 + + + DynamicLibrary + false + true + Unicode + v100 + + + + + + + + + + + + + + + + + + + true + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + + + true + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + + + false + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + + + false + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + + + + Use + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;BASICHISTORY_EXPORTS;%(PreprocessorDefinitions) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + + + Windows + true + Comctl32.lib;lib\zlib.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).lib + + + ..\..\include\msapi;..\..\include;%(AdditionalIncludeDirectories) + + + + + Use + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;BASICHISTORY_EXPORTS;%(PreprocessorDefinitions) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + + + Windows + true + Comctl32.lib;lib64\zlib.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).lib + + + ..\..\include\msapi;..\..\include;%(AdditionalIncludeDirectories) + + + + + Level3 + Use + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;BASICHISTORY_EXPORTS;%(PreprocessorDefinitions) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + + + Windows + true + true + true + Comctl32.lib;lib\zlib.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).lib + + + ..\..\include\msapi;..\..\include;%(AdditionalIncludeDirectories) + + + if not exist "$(TargetDir)Docs\" mkdir "$(TargetDir)Docs\" +copy "$(ProjectDir)Docs\*.*" "$(TargetDir)Docs\" + + + + + Level3 + Use + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;BASICHISTORY_EXPORTS;%(PreprocessorDefinitions) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + + + Windows + true + true + true + Comctl32.lib;lib64\zlib.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).lib + + + ..\..\include\msapi;..\..\include;%(AdditionalIncludeDirectories) + + + if not exist "$(TargetDir)Docs\" mkdir "$(TargetDir)Docs\" +copy "$(ProjectDir)Docs\*.*" "$(TargetDir)Docs\" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + false + false + + + + + false + false + + + + + + + + + + + + + + + + + Create + Create + Create + Create + + + + NotUsing + NotUsing + NotUsing + NotUsing + + + NotUsing + NotUsing + NotUsing + NotUsing + + + NotUsing + NotUsing + NotUsing + NotUsing + + + NotUsing + NotUsing + NotUsing + NotUsing + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3