From dc78867d601425d10382cd22ae6a53cb80da499f Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 18 May 2013 20:09:38 +0000 Subject: - Spamotron: added to solutions git-svn-id: http://svn.miranda-ng.org/main/trunk@4722 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Spamotron/Spamotron_11.vcxproj | 205 +++++++++++++++++++++++++++++++++ 1 file changed, 205 insertions(+) create mode 100644 plugins/Spamotron/Spamotron_11.vcxproj (limited to 'plugins/Spamotron/Spamotron_11.vcxproj') diff --git a/plugins/Spamotron/Spamotron_11.vcxproj b/plugins/Spamotron/Spamotron_11.vcxproj new file mode 100644 index 0000000000..0199cdc71f --- /dev/null +++ b/plugins/Spamotron/Spamotron_11.vcxproj @@ -0,0 +1,205 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {DBB261B4-E433-4DFF-8A5D-6C3B5B5F4FF4} + + + Spamotron + + + + DynamicLibrary + true + Unicode + v110_xp + + + DynamicLibrary + true + Unicode + v110_xp + + + DynamicLibrary + false + true + Unicode + v110_xp + + + DynamicLibrary + false + true + Unicode + v110_xp + + + + + + + + + + + + + + + + + + + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + + + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + + + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + true + + + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Level3 + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + + + true + $(ProfileDir)..\..\bin11\lib + pcre\pcre.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).lib + /NODEFAULTLIB:LIBCMT %(AdditionalOptions) + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Level3 + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + + + true + $(ProfileDir)..\..\bin11\lib + pcre\pcre64.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).lib + /NODEFAULTLIB:LIBCMT %(AdditionalOptions) + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Level3 + Full + true + false + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + OnlyExplicitInline + Size + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + NotUsing + + + + + true + true + true + $(ProfileDir)..\..\bin11\lib + pcre\pcre.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).lib + /NODEFAULTLIB:LIBCMT %(AdditionalOptions) + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Level3 + Full + true + false + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + OnlyExplicitInline + Size + WIN64;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + NotUsing + + + + + true + true + true + $(ProfileDir)..\..\bin11\lib + pcre\pcre64.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).lib + /NODEFAULTLIB:LIBCMT %(AdditionalOptions) + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3