From 382cb50dc847e4d81cc6eea2e238429e0ceebfe0 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 18 Jul 2012 19:24:32 +0000 Subject: 64-bit compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@1025 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/OpenFolder/openFolder.vcxproj | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'plugins/OpenFolder') diff --git a/plugins/OpenFolder/openFolder.vcxproj b/plugins/OpenFolder/openFolder.vcxproj index 5caa3dc531..69791270be 100644 --- a/plugins/OpenFolder/openFolder.vcxproj +++ b/plugins/OpenFolder/openFolder.vcxproj @@ -28,11 +28,13 @@ DynamicLibrary false Unicode + true DynamicLibrary false Unicode + true DynamicLibrary @@ -96,7 +98,6 @@ true EnableFastChecks MultiThreadedDebug - .\Debug/openFolder.pch Level3 true EditAndContinue @@ -114,7 +115,6 @@ true - .\Debug/openFolder.bsc @@ -132,7 +132,6 @@ WIN32;_DEBUG;_WINDOWS;_USRDLL;openFolder_EXPORTS;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebug - .\Debug/openFolder.pch Level3 true ProgramDatabase @@ -149,7 +148,6 @@ true - .\Debug/openFolder.bsc @@ -163,16 +161,16 @@ - MinSpace + Full OnlyExplicitInline ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;openFolder_EXPORTS;%(PreprocessorDefinitions) true MultiThreadedDLL true - .\Release/openFolder.pch Level3 true + Size NDEBUG;%(PreprocessorDefinitions) @@ -184,10 +182,11 @@ MachineX86 true $(SolutionDir)\lib + true + true true - .\Release/openFolder.bsc @@ -200,16 +199,16 @@ - MinSpace + Full OnlyExplicitInline ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;openFolder_EXPORTS;%(PreprocessorDefinitions) + WIN64;NDEBUG;_WINDOWS;_USRDLL;openFolder_EXPORTS;%(PreprocessorDefinitions) true MultiThreadedDLL true - .\Release/openFolder.pch Level3 true + Size NDEBUG;%(PreprocessorDefinitions) @@ -220,10 +219,11 @@ $(IntDir)$(TargetName).lib true $(SolutionDir)\lib + true + true true - .\Release/openFolder.bsc -- cgit v1.2.3