From a3efd513ac5cc0d55fe66492091d51ceddb34d14 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 6 Nov 2012 16:36:25 +0000 Subject: Fixed compilation of standalone plugins (thx robyer) Xfire protocol added to solutions (no 64-bit yet) git-svn-id: http://svn.miranda-ng.org/main/trunk@2218 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Xfire/xfire.vcxproj | 123 +++++++++++++++++++++++++++++++++++++----- 1 file changed, 110 insertions(+), 13 deletions(-) (limited to 'protocols/Xfire/xfire.vcxproj') diff --git a/protocols/Xfire/xfire.vcxproj b/protocols/Xfire/xfire.vcxproj index 473b44fb20..98cb364a5d 100644 --- a/protocols/Xfire/xfire.vcxproj +++ b/protocols/Xfire/xfire.vcxproj @@ -5,13 +5,21 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + - xfire + Xfire {E4CD8BBA-B580-4584-AC3E-B4E9915026AE} xFire Win32Proj @@ -20,29 +28,53 @@ DynamicLibrary NotSet - false + true + + + DynamicLibrary + NotSet + true DynamicLibrary NotSet + + DynamicLibrary + NotSet + + + + + + + <_ProjectFileVersion>10.0.30319.1 - $(Configuration)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ true - $(Configuration)\ + true + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ false + false false + false + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ @@ -51,7 +83,7 @@ WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;PTW32_STATIC_LIB;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL Use Level3 EditAndContinue @@ -61,21 +93,49 @@ kernel32.lib $(OutDir)XFire.dll true - Console + Windows MachineX86 - $(SolutionDir)\lib;..\..\bin10\lib + $(ProfileDir)..\..\bin10\lib + $(IntDir)$(TargetName).lib + + ..\..\include\msapi + + + + + -D_SCL_SECURE_NO_WARNINGS %(AdditionalOptions) + Disabled + WIN64;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;PTW32_STATIC_LIB;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Use + Level3 + ProgramDatabase + ../../include;../../plugins/ExternalAPI;%(AdditionalIncludeDirectories) + + + kernel32.lib + $(OutDir)XFire.dll + true + Windows + $(ProfileDir)..\..\bin10\lib + $(IntDir)$(TargetName).lib + + + ..\..\include\msapi + -D_SCL_SECURE_NO_WARNINGS %(AdditionalOptions) Full - Speed + Size true WIN32;NDEBUG;_CONSOLE;PTW32_STATIC_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) Sync Default - MultiThreaded + MultiThreadedDLL true Fast Use @@ -88,17 +148,52 @@ kernel32.lib $(OutDir)XFire.dll true - true - true Windows true true - $(TargetDir)$XFire.lib + $(IntDir)$(TargetName).lib MachineX86 - $(SolutionDir)\lib;..\..\bin10\lib + $(ProfileDir)..\..\bin10\lib + + + ..\..\include\msapi + + + + + -D_SCL_SECURE_NO_WARNINGS %(AdditionalOptions) + Full + Size + true + WIN64;NDEBUG;_CONSOLE;PTW32_STATIC_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + Default + MultiThreadedDLL + true + Fast + Use + Level3 + OldStyle + None + ../../include;../../plugins/ExternalAPI;%(AdditionalIncludeDirectories) + + + kernel32.lib + $(OutDir)XFire.dll + true + Windows + true + true + + + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin10\lib + + ..\..\include\msapi + @@ -174,7 +269,9 @@ Create + Create Create + Create -- cgit v1.2.3