From 56fdf9150cb97434f0107614f85426f00580848e Mon Sep 17 00:00:00 2001 From: watcherhd Date: Sun, 15 May 2011 17:12:30 +0000 Subject: small fixes git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@108 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- stopspam/stopspam_10.vcxproj | 2 +- useactions/UseActions_10.vcxproj | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/stopspam/stopspam_10.vcxproj b/stopspam/stopspam_10.vcxproj index 3f292b7..7782273 100644 --- a/stopspam/stopspam_10.vcxproj +++ b/stopspam/stopspam_10.vcxproj @@ -258,7 +258,7 @@ ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;STOPSPAM_EXPORTS;%(PreprocessorDefinitions) true - MultiThreadedDLL + MultiThreaded true NotSet diff --git a/useactions/UseActions_10.vcxproj b/useactions/UseActions_10.vcxproj index 502b25b..4c24766 100644 --- a/useactions/UseActions_10.vcxproj +++ b/useactions/UseActions_10.vcxproj @@ -56,19 +56,19 @@ <_ProjectFileVersion>10.0.30319.1 - $(Configuration)\ - $(Configuration)\ + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj\$(ProjectName)\ true false - $(Configuration)\ - $(Configuration)\ + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj\$(ProjectName)\ false - ..\..\..\..\testmir\Plugins\ - $(Configuration)\ + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj\$(ProjectName)\ true false - $(Configuration)\ - $(Configuration)\ + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj\$(ProjectName)\ false -- cgit v1.2.3