From b79d157ac729f61af715266b91a78eb8e0969d19 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 27 May 2012 13:30:38 +0000 Subject: projects cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@196 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/JSON/libjson.vcxproj | 97 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 77 insertions(+), 20 deletions(-) (limited to 'plugins/JSON') diff --git a/plugins/JSON/libjson.vcxproj b/plugins/JSON/libjson.vcxproj index 5cec684c2a..33cd1ad020 100644 --- a/plugins/JSON/libjson.vcxproj +++ b/plugins/JSON/libjson.vcxproj @@ -5,16 +5,22 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {F6B2FB04-4FFD-419F-BC9F-8CC43F00C2B0} - libjson - Win32Proj - libJSON + LibJSON @@ -22,31 +28,49 @@ Unicode true + + DynamicLibrary + Unicode + true + DynamicLibrary Unicode + + DynamicLibrary + Unicode + + + + + + + <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)/Plugins\ - $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ - true - $(SolutionDir)$(Configuration)/Plugins\ - $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ - false - false + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ true + true true + true @@ -55,29 +79,61 @@ true EnableFastChecks MultiThreadedDebugDLL - - Level3 EditAndContinue - ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + + + true + Windows + $(IntDir)$(TargetName).lib + comctl32.lib;%(AdditionalDependencies) + false + + + + + Disabled + WIN64;_DEBUG;_WINDOWS;_USRDLL;LIBJSON_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) true Windows - MachineX86 $(IntDir)$(TargetName).lib + comctl32.lib;%(AdditionalDependencies) + false WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBJSON_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) MultiThreadedDLL - - Level3 - - - ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + Full + Speed + true + + + true + Windows + true + true + $(IntDir)$(TargetName).lib + comctl32.lib;%(AdditionalDependencies) + false + + + + + WIN64;NDEBUG;_WINDOWS;_USRDLL;LIBJSON_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + MultiThreadedDLL + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) Full Speed true @@ -87,8 +143,9 @@ Windows true true - MachineX86 $(IntDir)$(TargetName).lib + comctl32.lib;%(AdditionalDependencies) + false -- cgit v1.2.3