From 4269a726e3ca96a1676d35600f32c29ae5e120a6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 16 Feb 2017 20:51:24 +0300 Subject: duplicated lib folders no needed anymore --- plugins/HTTPServer/HTTPServer_10.vcxproj | 8 ++++---- plugins/HTTPServer/HTTPServer_12.vcxproj | 8 ++++---- plugins/HTTPServer/HTTPServer_14.vcxproj | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'plugins/HTTPServer') diff --git a/plugins/HTTPServer/HTTPServer_10.vcxproj b/plugins/HTTPServer/HTTPServer_10.vcxproj index 222a04b0a1..3d6ee3134f 100644 --- a/plugins/HTTPServer/HTTPServer_10.vcxproj +++ b/plugins/HTTPServer/HTTPServer_10.vcxproj @@ -89,7 +89,7 @@ ..\..\include\msapi - $(ProfileDir)..\..\bin10\lib + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) true 0x22500000 $(IntDir)$(TargetName).lib @@ -113,7 +113,7 @@ ..\..\include\msapi - $(ProfileDir)..\..\bin10\lib + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) true 0x22500000 $(IntDir)$(TargetName).lib @@ -144,7 +144,7 @@ comctl32.lib;Ws2_32.lib;%(AdditionalDependencies) Windows $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin10\lib + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) true true true @@ -174,7 +174,7 @@ comctl32.lib;Ws2_32.lib;%(AdditionalDependencies) Windows $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin10\lib + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) true true true diff --git a/plugins/HTTPServer/HTTPServer_12.vcxproj b/plugins/HTTPServer/HTTPServer_12.vcxproj index 6b65dc8653..04d9762ea2 100644 --- a/plugins/HTTPServer/HTTPServer_12.vcxproj +++ b/plugins/HTTPServer/HTTPServer_12.vcxproj @@ -93,7 +93,7 @@ ..\..\include\msapi - $(ProfileDir)..\..\bin12\lib + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) true 0x22500000 $(IntDir)$(TargetName).lib @@ -118,7 +118,7 @@ ..\..\include\msapi - $(ProfileDir)..\..\bin12\lib + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) true 0x22500000 $(IntDir)$(TargetName).lib @@ -149,7 +149,7 @@ comctl32.lib;Ws2_32.lib;%(AdditionalDependencies) Windows $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin12\lib + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) true true true @@ -179,7 +179,7 @@ comctl32.lib;Ws2_32.lib;%(AdditionalDependencies) Windows $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin12\lib + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) true true true diff --git a/plugins/HTTPServer/HTTPServer_14.vcxproj b/plugins/HTTPServer/HTTPServer_14.vcxproj index 02e2bc0db0..a211fe4461 100644 --- a/plugins/HTTPServer/HTTPServer_14.vcxproj +++ b/plugins/HTTPServer/HTTPServer_14.vcxproj @@ -93,7 +93,7 @@ ..\..\include\msapi - $(ProfileDir)..\..\bin14\lib + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) true 0x22500000 $(IntDir)$(TargetName).lib @@ -118,7 +118,7 @@ ..\..\include\msapi - $(ProfileDir)..\..\bin14\lib + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) true 0x22500000 $(IntDir)$(TargetName).lib @@ -149,7 +149,7 @@ comctl32.lib;Ws2_32.lib;%(AdditionalDependencies) Windows $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin14\lib + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) true true true @@ -179,7 +179,7 @@ comctl32.lib;Ws2_32.lib;%(AdditionalDependencies) Windows $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin14\lib + $(ProfileDir)..\..\libs\win$(PlatformArchitecture) true true true -- cgit v1.2.3