From 960bb20ccd3c375bcfc8b642fcbe89feaf143b22 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 2 Jul 2012 08:36:04 +0000 Subject: only add PasteIt, not adapted git-svn-id: http://svn.miranda-ng.org/main/trunk@712 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/PasteIt/PasteIt.vcxproj | 226 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 226 insertions(+) create mode 100644 plugins/PasteIt/PasteIt.vcxproj (limited to 'plugins/PasteIt/PasteIt.vcxproj') diff --git a/plugins/PasteIt/PasteIt.vcxproj b/plugins/PasteIt/PasteIt.vcxproj new file mode 100644 index 0000000000..0cb427047b --- /dev/null +++ b/plugins/PasteIt/PasteIt.vcxproj @@ -0,0 +1,226 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {BAEBC482-CDA9-4053-A7D0-08222E85118E} + Win32Proj + PasteIt + + + + DynamicLibrary + true + Unicode + Windows7.1SDK + + + DynamicLibrary + true + Unicode + Windows7.1SDK + + + DynamicLibrary + false + true + Unicode + v90 + + + DynamicLibrary + false + true + Unicode + Windows7.1SDK + + + + + + + + + + + + + + + + + + + true + obj\$(Platform)\$(Configuration)\ + C:\Miranda\Plugins\ + + + true + obj\$(Platform)\$(Configuration)\ + C:\Miranda Im\Plugins\ + + + false + $(SolutionDir)$(Platform)\$(Configuration)\ + obj\$(Platform)\$(Configuration)\ + + + false + obj\$(Platform)\$(Configuration)\ + + + + Use + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;PASTEIT_EXPORTS;%(PreprocessorDefinitions) + ..\..\include;%(AdditionalIncludeDirectories) + + + Windows + true + %(AdditionalDependencies) + + + ..\..\include\msapi;%(AdditionalIncludeDirectories) + + + + + Use + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;PASTEIT_EXPORTS;_WIN64;_AMD64_;%(PreprocessorDefinitions) + ..\..\include;%(AdditionalIncludeDirectories) + + + Windows + true + %(AdditionalDependencies) + + + ..\..\include\msapi;%(AdditionalIncludeDirectories) + + + + + Level3 + Use + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;PASTEIT_EXPORTS;%(PreprocessorDefinitions) + ..\..\include;%(AdditionalIncludeDirectories) + + + Windows + true + true + true + %(AdditionalDependencies) + + + ..\..\include\msapi;%(AdditionalIncludeDirectories) + + + if not exist "$(TargetDir)Docs\" mkdir "$(TargetDir)Docs\" +copy "$(ProjectDir)Docs\*.*" "$(TargetDir)Docs\" + + + + + Level3 + Use + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;PASTEIT_EXPORTS;_WIN64;_AMD64_;%(PreprocessorDefinitions) + ..\..\include;%(AdditionalIncludeDirectories) + + + Windows + true + true + true + %(AdditionalDependencies) + + + ..\..\include\msapi;%(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + + + if not exist "$(TargetDir)Docs\" mkdir "$(TargetDir)Docs\" +copy "$(ProjectDir)Docs\*.*" "$(TargetDir)Docs\" + + + + + + + + + + + + + + + false + false + + + + + false + false + + + + + + + + + + + + Create + Create + Create + Create + + + + + + + + + + + + false + + + + + + + \ No newline at end of file -- cgit v1.2.3