From e750e8644fb332c5cb9cc11a7a7cb6c2778e53e8 Mon Sep 17 00:00:00 2001 From: watcherhd Date: Tue, 29 Nov 2011 16:23:03 +0000 Subject: another part of small project fixes and x64 adaptation in some cases git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@229 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- MRA/Mra.vcxproj | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'MRA') diff --git a/MRA/Mra.vcxproj b/MRA/Mra.vcxproj index 62f5102..75dc1c5 100644 --- a/MRA/Mra.vcxproj +++ b/MRA/Mra.vcxproj @@ -116,7 +116,7 @@ Level3 EditAndContinue - ./sdk;../../include;../ExternalAPI + ./sdk;../include;../ExternalAPI;%(AdditionalIncludeDirectories) Crypt32.lib;shlwapi.lib;Ws2_32.lib;mswsock.lib;%(AdditionalDependencies) @@ -161,6 +161,7 @@ Level3 ProgramDatabase CompileAsCpp + ./sdk;../include;../ExternalAPI;%(AdditionalIncludeDirectories) shlwapi.lib;Ws2_32.lib;mswsock.lib;%(AdditionalDependencies) @@ -179,7 +180,7 @@ false false true - $(OutDir)Mra.lib + $(IntDir)$(TargetName).lib MachineX64 @@ -195,8 +196,6 @@ OnlyExplicitInline false Size - true - false WIN32;NDEBUG;_WINDOWS;_USRDLL;MRA_EXPORTS;%(PreprocessorDefinitions) true @@ -209,7 +208,8 @@ Level3 ProgramDatabase - ./sdk;../include;../ExternalAPI + ./sdk;../include;../ExternalAPI;%(AdditionalIncludeDirectories) + true @@ -225,7 +225,6 @@ true true - Default $(IntDir)$(TargetName).lib @@ -245,12 +244,10 @@ X64 - MinSpace + Full OnlyExplicitInline false Size - true - false WIN64;NDEBUG;_WINDOWS;_USRDLL;MRA_EXPORTS;%(PreprocessorDefinitions) true @@ -264,7 +261,8 @@ Level3 - ./sdk;../include;../ExternalAPI + ./sdk;../include;../ExternalAPI;%(AdditionalIncludeDirectories) + true false @@ -284,8 +282,6 @@ Windows true true - - true @@ -293,7 +289,7 @@ true false true - $(OutDir)Mra.lib + $(IntDir)$(TargetName).lib MachineX64 DefaultThreadingAttribute Default -- cgit v1.2.3