From f616294363c642d138f9dc0ef6eceae639e2434c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 26 Jun 2012 16:44:50 +0000 Subject: /bin10/lib added to the default lib path git-svn-id: http://svn.miranda-ng.org/main/trunk@640 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/AimOscar/aim_10.vcxproj | 4 ++++ protocols/AimOscar/proto_aim/Proto_AIM.vcxproj | 4 ++++ protocols/FacebookRM/facebook_10.vcxproj | 4 ++++ protocols/FacebookRM/proto_facebook/Proto_Facebook.vcxproj | 4 ++++ protocols/GTalkExt/GTalkExt.vcxproj | 4 ++++ protocols/Gadu-Gadu/Gadu-Gadu_10.vcxproj | 4 ++++ protocols/Gadu-Gadu/proto_gg/Proto_GG.vcxproj | 4 ++++ protocols/IRCG/IRC_10.vcxproj | 4 ++++ protocols/IRCG/proto_irc/Proto_IRC.vcxproj | 4 ++++ protocols/IcqOscarJ/icons_pack/ICONS.vcxproj | 4 ++++ protocols/IcqOscarJ/icqoscar8_10.vcxproj | 4 ++++ protocols/IcqOscarJ/proto_icq/Proto_ICQ.vcxproj | 4 ++++ protocols/JabberG/jabber_10.vcxproj | 4 ++++ protocols/JabberG/jabber_xstatus/JABBER_XSTATUS_10.vcxproj | 4 ++++ protocols/JabberG/proto_jabber/Proto_Jabber.vcxproj | 4 ++++ protocols/MRA/Mra.vcxproj | 4 ++++ protocols/MRA/proto_mra/Proto_MRA.vcxproj | 4 ++++ protocols/MRA/xstatus_MRA/xstatus_MRA.vcxproj | 4 ++++ protocols/MSN/msn_10.vcxproj | 4 ++++ protocols/MSN/proto_msn/Proto_MSN.vcxproj | 4 ++++ protocols/NewsAggregator/NewsAggregator_10.vcxproj | 4 ++++ protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.vcxproj | 4 ++++ protocols/Omegle/omegle_10.vcxproj | 4 ++++ protocols/Omegle/omegle_icons_10.vcxproj | 4 ++++ protocols/Quotes/Forex.vcxproj | 8 ++++---- protocols/Quotes/proto_Quotes/proto_Quotes_10.vcxproj | 4 ++++ protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj | 4 ++++ protocols/Twitter/twitter.vcxproj | 4 ++++ protocols/Weather/proto_weather/proto_weather_10.vcxproj | 4 ++++ protocols/Weather/weather_10.vcxproj | 4 ++++ protocols/YAMN/YAMN_10.vcxproj | 4 ++++ protocols/YAMN/icons/proto_YAMN_10.vcxproj | 4 ++++ protocols/Yahoo/Yahoo_10.vcxproj | 4 ++++ protocols/Yahoo/proto_yahoo/Proto_Yahoo.vcxproj | 4 ++++ 34 files changed, 136 insertions(+), 4 deletions(-) (limited to 'protocols') diff --git a/protocols/AimOscar/aim_10.vcxproj b/protocols/AimOscar/aim_10.vcxproj index cf4ab67d55..1dee6bab84 100644 --- a/protocols/AimOscar/aim_10.vcxproj +++ b/protocols/AimOscar/aim_10.vcxproj @@ -92,6 +92,7 @@ false $(IntDir)$(TargetName).lib Windows + $(SolutionDir)\lib ..\..\bin10\make_ver.bat @@ -119,6 +120,7 @@ $(IntDir)$(TargetName).lib ws2_32.lib;%(AdditionalDependencies) Windows + $(SolutionDir)\lib ..\..\bin10\make_ver.bat @@ -153,6 +155,7 @@ false $(IntDir)$(TargetName).lib Windows + $(SolutionDir)\lib ..\..\bin10\make_ver.bat @@ -187,6 +190,7 @@ false $(IntDir)$(TargetName).lib Windows + $(SolutionDir)\lib ..\..\bin10\make_ver.bat diff --git a/protocols/AimOscar/proto_aim/Proto_AIM.vcxproj b/protocols/AimOscar/proto_aim/Proto_AIM.vcxproj index 1296fa46bb..16b8fad806 100644 --- a/protocols/AimOscar/proto_aim/Proto_AIM.vcxproj +++ b/protocols/AimOscar/proto_aim/Proto_AIM.vcxproj @@ -75,6 +75,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -86,6 +87,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -97,6 +99,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) @@ -108,6 +111,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) diff --git a/protocols/FacebookRM/facebook_10.vcxproj b/protocols/FacebookRM/facebook_10.vcxproj index 08a131321a..fd14f7d07e 100644 --- a/protocols/FacebookRM/facebook_10.vcxproj +++ b/protocols/FacebookRM/facebook_10.vcxproj @@ -91,6 +91,7 @@ Windows false $(IntDir)$(TargetName).lib + $(SolutionDir)\lib @@ -113,6 +114,7 @@ Windows false $(IntDir)$(TargetName).lib + $(SolutionDir)\lib @@ -139,6 +141,7 @@ true false $(IntDir)$(TargetName).lib + $(SolutionDir)\lib @@ -165,6 +168,7 @@ true false $(IntDir)$(TargetName).lib + $(SolutionDir)\lib diff --git a/protocols/FacebookRM/proto_facebook/Proto_Facebook.vcxproj b/protocols/FacebookRM/proto_facebook/Proto_Facebook.vcxproj index 574a1c413c..828e4b103b 100644 --- a/protocols/FacebookRM/proto_facebook/Proto_Facebook.vcxproj +++ b/protocols/FacebookRM/proto_facebook/Proto_Facebook.vcxproj @@ -75,6 +75,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -86,6 +87,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -97,6 +99,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) @@ -108,6 +111,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) diff --git a/protocols/GTalkExt/GTalkExt.vcxproj b/protocols/GTalkExt/GTalkExt.vcxproj index 8a91d97602..4a5ae03cbf 100644 --- a/protocols/GTalkExt/GTalkExt.vcxproj +++ b/protocols/GTalkExt/GTalkExt.vcxproj @@ -86,6 +86,7 @@ Windows $(IntDir)$(TargetName).lib false + $(SolutionDir)\lib ..\..\include;..\..\include\msapi @@ -107,6 +108,7 @@ Windows $(IntDir)$(TargetName).lib false + $(SolutionDir)\lib ..\..\include;..\..\include\msapi @@ -131,6 +133,7 @@ true $(IntDir)$(TargetName).lib false + $(SolutionDir)\lib ..\..\include;..\..\include\msapi @@ -155,6 +158,7 @@ true $(IntDir)$(TargetName).lib false + $(SolutionDir)\lib ..\..\include;..\..\include\msapi diff --git a/protocols/Gadu-Gadu/Gadu-Gadu_10.vcxproj b/protocols/Gadu-Gadu/Gadu-Gadu_10.vcxproj index db0474ffb0..c4f4fb954b 100644 --- a/protocols/Gadu-Gadu/Gadu-Gadu_10.vcxproj +++ b/protocols/Gadu-Gadu/Gadu-Gadu_10.vcxproj @@ -95,6 +95,7 @@ false $(IntDir)$(TargetName).lib Windows + $(SolutionDir)\lib ..\..\bin10\make_ver.bat @@ -125,6 +126,7 @@ false $(IntDir)$(TargetName).lib Windows + $(SolutionDir)\lib ..\..\bin10\make_ver.bat @@ -160,6 +162,7 @@ false $(IntDir)$(TargetName).lib Windows + $(SolutionDir)\lib ..\..\bin10\make_ver.bat @@ -195,6 +198,7 @@ false $(IntDir)$(TargetName).lib Windows + $(SolutionDir)\lib ..\..\bin10\make_ver.bat diff --git a/protocols/Gadu-Gadu/proto_gg/Proto_GG.vcxproj b/protocols/Gadu-Gadu/proto_gg/Proto_GG.vcxproj index 8f82ece830..250beed3aa 100644 --- a/protocols/Gadu-Gadu/proto_gg/Proto_GG.vcxproj +++ b/protocols/Gadu-Gadu/proto_gg/Proto_GG.vcxproj @@ -75,6 +75,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -86,6 +87,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -97,6 +99,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) @@ -108,6 +111,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) diff --git a/protocols/IRCG/IRC_10.vcxproj b/protocols/IRCG/IRC_10.vcxproj index 799463128f..19d2808688 100644 --- a/protocols/IRCG/IRC_10.vcxproj +++ b/protocols/IRCG/IRC_10.vcxproj @@ -94,6 +94,7 @@ false $(IntDir)$(TargetName).lib Windows + $(SolutionDir)\lib ..\..\bin10\make_ver.bat @@ -123,6 +124,7 @@ false $(IntDir)$(TargetName).lib Windows + $(SolutionDir)\lib ..\..\bin10\make_ver.bat @@ -158,6 +160,7 @@ false $(IntDir)$(TargetName).lib Windows + $(SolutionDir)\lib ..\..\bin10\make_ver.bat @@ -193,6 +196,7 @@ false $(IntDir)$(TargetName).lib Windows + $(SolutionDir)\lib ..\..\bin10\make_ver.bat diff --git a/protocols/IRCG/proto_irc/Proto_IRC.vcxproj b/protocols/IRCG/proto_irc/Proto_IRC.vcxproj index 565c9a0058..84ec6a3d9a 100644 --- a/protocols/IRCG/proto_irc/Proto_IRC.vcxproj +++ b/protocols/IRCG/proto_irc/Proto_IRC.vcxproj @@ -75,6 +75,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -86,6 +87,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -97,6 +99,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) @@ -108,6 +111,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) diff --git a/protocols/IcqOscarJ/icons_pack/ICONS.vcxproj b/protocols/IcqOscarJ/icons_pack/ICONS.vcxproj index 0fafe4cf39..6dbed0f118 100644 --- a/protocols/IcqOscarJ/icons_pack/ICONS.vcxproj +++ b/protocols/IcqOscarJ/icons_pack/ICONS.vcxproj @@ -77,6 +77,7 @@ Windows true false + $(SolutionDir)\lib @@ -89,6 +90,7 @@ Windows true false + $(SolutionDir)\lib @@ -103,6 +105,7 @@ false + $(SolutionDir)\lib @@ -115,6 +118,7 @@ Windows true false + $(SolutionDir)\lib diff --git a/protocols/IcqOscarJ/icqoscar8_10.vcxproj b/protocols/IcqOscarJ/icqoscar8_10.vcxproj index 73274db87b..7e46259898 100644 --- a/protocols/IcqOscarJ/icqoscar8_10.vcxproj +++ b/protocols/IcqOscarJ/icqoscar8_10.vcxproj @@ -95,6 +95,7 @@ $(IntDir)$(TargetName).lib Windows type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27X86%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) + $(SolutionDir)\lib ..\..\bin10\make_ver.bat @@ -125,6 +126,7 @@ false $(IntDir)$(TargetName).lib Windows + $(SolutionDir)\lib ..\..\bin10\make_ver.bat @@ -162,6 +164,7 @@ $(IntDir)$(TargetName).lib Windows 0x25000000 + $(SolutionDir)\lib ..\..\bin10\make_ver.bat @@ -199,6 +202,7 @@ $(IntDir)$(TargetName).lib Windows 0x25000000 + $(SolutionDir)\lib ..\..\bin10\make_ver.bat diff --git a/protocols/IcqOscarJ/proto_icq/Proto_ICQ.vcxproj b/protocols/IcqOscarJ/proto_icq/Proto_ICQ.vcxproj index 4aff2d42ca..de86e8248c 100644 --- a/protocols/IcqOscarJ/proto_icq/Proto_ICQ.vcxproj +++ b/protocols/IcqOscarJ/proto_icq/Proto_ICQ.vcxproj @@ -75,6 +75,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -86,6 +87,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -97,6 +99,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) @@ -108,6 +111,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) diff --git a/protocols/JabberG/jabber_10.vcxproj b/protocols/JabberG/jabber_10.vcxproj index 89d2e58e33..a3176b7300 100644 --- a/protocols/JabberG/jabber_10.vcxproj +++ b/protocols/JabberG/jabber_10.vcxproj @@ -101,6 +101,7 @@ false $(IntDir)$(TargetName).lib Windows + $(SolutionDir)\lib ..\..\bin10\make_ver.bat @@ -138,6 +139,7 @@ false $(IntDir)$(TargetName).lib Windows + $(SolutionDir)\lib ..\..\bin10\make_ver.bat @@ -170,6 +172,7 @@ $(IntDir)$(TargetName).lib Windows type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27X86%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) + $(SolutionDir)\lib ..\..\bin10\make_ver.bat @@ -201,6 +204,7 @@ false $(IntDir)$(TargetName).lib Windows + $(SolutionDir)\lib ..\..\bin10\make_ver.bat diff --git a/protocols/JabberG/jabber_xstatus/JABBER_XSTATUS_10.vcxproj b/protocols/JabberG/jabber_xstatus/JABBER_XSTATUS_10.vcxproj index 40469265c8..beb6e1b4bf 100644 --- a/protocols/JabberG/jabber_xstatus/JABBER_XSTATUS_10.vcxproj +++ b/protocols/JabberG/jabber_xstatus/JABBER_XSTATUS_10.vcxproj @@ -77,6 +77,7 @@ Windows true false + $(SolutionDir)\lib @@ -89,6 +90,7 @@ Windows true false + $(SolutionDir)\lib @@ -101,6 +103,7 @@ Windows true false + $(SolutionDir)\lib @@ -113,6 +116,7 @@ Windows true false + $(SolutionDir)\lib diff --git a/protocols/JabberG/proto_jabber/Proto_Jabber.vcxproj b/protocols/JabberG/proto_jabber/Proto_Jabber.vcxproj index fd67e11ecf..1051ada6bb 100644 --- a/protocols/JabberG/proto_jabber/Proto_Jabber.vcxproj +++ b/protocols/JabberG/proto_jabber/Proto_Jabber.vcxproj @@ -75,6 +75,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -86,6 +87,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -97,6 +99,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) @@ -108,6 +111,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) diff --git a/protocols/MRA/Mra.vcxproj b/protocols/MRA/Mra.vcxproj index 5d0cc04d24..5235b1fd5d 100644 --- a/protocols/MRA/Mra.vcxproj +++ b/protocols/MRA/Mra.vcxproj @@ -89,6 +89,7 @@ Windows false $(IntDir)$(TargetName).lib + $(SolutionDir)\lib ..\..\include\msapi @@ -113,6 +114,7 @@ Windows false $(IntDir)$(TargetName).lib + $(SolutionDir)\lib ..\..\include\msapi @@ -143,6 +145,7 @@ $(IntDir)$(TargetName).lib false true + $(SolutionDir)\lib ..\..\include\msapi @@ -171,6 +174,7 @@ true false $(IntDir)$(TargetName).lib + $(SolutionDir)\lib ..\..\include\msapi diff --git a/protocols/MRA/proto_mra/Proto_MRA.vcxproj b/protocols/MRA/proto_mra/Proto_MRA.vcxproj index 6f0e1e9830..93e00d2672 100644 --- a/protocols/MRA/proto_mra/Proto_MRA.vcxproj +++ b/protocols/MRA/proto_mra/Proto_MRA.vcxproj @@ -75,6 +75,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -86,6 +87,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -97,6 +99,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) @@ -108,6 +111,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) diff --git a/protocols/MRA/xstatus_MRA/xstatus_MRA.vcxproj b/protocols/MRA/xstatus_MRA/xstatus_MRA.vcxproj index 926a03e992..6bdef72b4e 100644 --- a/protocols/MRA/xstatus_MRA/xstatus_MRA.vcxproj +++ b/protocols/MRA/xstatus_MRA/xstatus_MRA.vcxproj @@ -71,6 +71,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -82,6 +83,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -93,6 +95,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) @@ -104,6 +107,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) diff --git a/protocols/MSN/msn_10.vcxproj b/protocols/MSN/msn_10.vcxproj index cae9f096c9..d62bb0f7b2 100644 --- a/protocols/MSN/msn_10.vcxproj +++ b/protocols/MSN/msn_10.vcxproj @@ -95,6 +95,7 @@ $(IntDir)$(TargetName).lib Windows 0x19000000 + $(SolutionDir)\lib ..\..\bin10\make_ver.bat @@ -126,6 +127,7 @@ $(IntDir)$(TargetName).lib Windows 0x19000000 + $(SolutionDir)\lib ..\..\bin10\make_ver.bat @@ -163,6 +165,7 @@ false $(IntDir)$(TargetName).lib Windows + $(SolutionDir)\lib ..\..\bin10\make_ver.bat @@ -200,6 +203,7 @@ false $(IntDir)$(TargetName).lib Windows + $(SolutionDir)\lib ..\..\bin10\make_ver.bat diff --git a/protocols/MSN/proto_msn/Proto_MSN.vcxproj b/protocols/MSN/proto_msn/Proto_MSN.vcxproj index 129e8742a5..d2c58c466f 100644 --- a/protocols/MSN/proto_msn/Proto_MSN.vcxproj +++ b/protocols/MSN/proto_msn/Proto_MSN.vcxproj @@ -75,6 +75,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -86,6 +87,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -97,6 +99,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) @@ -108,6 +111,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) diff --git a/protocols/NewsAggregator/NewsAggregator_10.vcxproj b/protocols/NewsAggregator/NewsAggregator_10.vcxproj index 614170e0fb..3d40cf87c2 100644 --- a/protocols/NewsAggregator/NewsAggregator_10.vcxproj +++ b/protocols/NewsAggregator/NewsAggregator_10.vcxproj @@ -87,6 +87,7 @@ false $(IntDir)$(TargetName).lib comdlg32.lib;%(AdditionalDependencies) + $(SolutionDir)\lib ..\..\include\msapi @@ -110,6 +111,7 @@ Windows false $(IntDir)$(TargetName).lib + $(SolutionDir)\lib ..\..\include\msapi @@ -135,6 +137,7 @@ $(IntDir)$(TargetName).lib true comdlg32.lib;%(AdditionalDependencies) + $(SolutionDir)\lib ..\..\include\msapi @@ -160,6 +163,7 @@ false $(IntDir)$(TargetName).lib true + $(SolutionDir)\lib ..\..\include\msapi diff --git a/protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.vcxproj b/protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.vcxproj index b43103e4b2..83216615d4 100644 --- a/protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.vcxproj +++ b/protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.vcxproj @@ -75,6 +75,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -86,6 +87,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -97,6 +99,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) @@ -108,6 +111,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) diff --git a/protocols/Omegle/omegle_10.vcxproj b/protocols/Omegle/omegle_10.vcxproj index 2010878c60..eb777ff704 100644 --- a/protocols/Omegle/omegle_10.vcxproj +++ b/protocols/Omegle/omegle_10.vcxproj @@ -91,6 +91,7 @@ Windows false $(IntDir)$(TargetName).lib + $(SolutionDir)\lib @@ -113,6 +114,7 @@ Windows false $(IntDir)$(TargetName).lib + $(SolutionDir)\lib @@ -139,6 +141,7 @@ true false $(IntDir)$(TargetName).lib + $(SolutionDir)\lib @@ -165,6 +168,7 @@ true false $(IntDir)$(TargetName).lib + $(SolutionDir)\lib diff --git a/protocols/Omegle/omegle_icons_10.vcxproj b/protocols/Omegle/omegle_icons_10.vcxproj index 3f82246c7d..f2e9f913f3 100644 --- a/protocols/Omegle/omegle_icons_10.vcxproj +++ b/protocols/Omegle/omegle_icons_10.vcxproj @@ -72,6 +72,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -83,6 +84,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -96,6 +98,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) @@ -109,6 +112,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) diff --git a/protocols/Quotes/Forex.vcxproj b/protocols/Quotes/Forex.vcxproj index c02955da95..9349f30702 100644 --- a/protocols/Quotes/Forex.vcxproj +++ b/protocols/Quotes/Forex.vcxproj @@ -86,7 +86,7 @@ Windows $(IntDir)$(TargetName).lib false - ..\..\..\boost_1_49_0\lib + $(SolutionDir)\lib;..\..\..\boost_1_49_0\lib ..\..\include\msapi @@ -109,7 +109,7 @@ Windows $(IntDir)$(TargetName).lib false - ..\..\..\boost_1_49_0\lib64 + $(SolutionDir)\lib;..\..\..\boost_1_49_0\lib ..\..\include\msapi @@ -134,7 +134,7 @@ true $(IntDir)$(TargetName).lib false - ..\..\..\boost_1_49_0\lib + $(SolutionDir)\lib;..\..\..\boost_1_49_0\lib ..\..\include\msapi @@ -159,7 +159,7 @@ true $(IntDir)$(TargetName).lib false - ..\..\..\boost_1_49_0\lib64 + $(SolutionDir)\lib;..\..\..\boost_1_49_0\lib ..\..\include\msapi diff --git a/protocols/Quotes/proto_Quotes/proto_Quotes_10.vcxproj b/protocols/Quotes/proto_Quotes/proto_Quotes_10.vcxproj index 667f639213..ff7f5129a3 100644 --- a/protocols/Quotes/proto_Quotes/proto_Quotes_10.vcxproj +++ b/protocols/Quotes/proto_Quotes/proto_Quotes_10.vcxproj @@ -72,6 +72,7 @@ true false Windows + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -83,6 +84,7 @@ true false Windows + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -94,6 +96,7 @@ true false Windows + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) @@ -105,6 +108,7 @@ true false Windows + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) diff --git a/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj b/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj index 230c53deb5..6230925b29 100644 --- a/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj +++ b/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj @@ -75,6 +75,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -86,6 +87,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -97,6 +99,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) @@ -108,6 +111,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) diff --git a/protocols/Twitter/twitter.vcxproj b/protocols/Twitter/twitter.vcxproj index f89274a67f..c27d310f81 100644 --- a/protocols/Twitter/twitter.vcxproj +++ b/protocols/Twitter/twitter.vcxproj @@ -85,6 +85,7 @@ Windows $(IntDir)$(TargetName).lib false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -105,6 +106,7 @@ Windows $(IntDir)$(TargetName).lib false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -127,6 +129,7 @@ true $(IntDir)$(TargetName).lib false + $(SolutionDir)\lib ..\..\include\msapi @@ -149,6 +152,7 @@ true $(IntDir)$(TargetName).lib false + $(SolutionDir)\lib ..\..\include\msapi diff --git a/protocols/Weather/proto_weather/proto_weather_10.vcxproj b/protocols/Weather/proto_weather/proto_weather_10.vcxproj index f8b17f86a5..93e9c63fc1 100644 --- a/protocols/Weather/proto_weather/proto_weather_10.vcxproj +++ b/protocols/Weather/proto_weather/proto_weather_10.vcxproj @@ -72,6 +72,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -85,6 +86,7 @@ true true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) @@ -96,6 +98,7 @@ true false Windows + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -109,6 +112,7 @@ true true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) diff --git a/protocols/Weather/weather_10.vcxproj b/protocols/Weather/weather_10.vcxproj index 1c5e7037ad..f11d40ae03 100644 --- a/protocols/Weather/weather_10.vcxproj +++ b/protocols/Weather/weather_10.vcxproj @@ -98,6 +98,7 @@ $(IntDir)$(TargetName).lib true Windows + $(SolutionDir)\lib @@ -128,6 +129,7 @@ $(IntDir)$(TargetName).lib true Windows + $(SolutionDir)\lib @@ -153,6 +155,7 @@ false $(IntDir)$(TargetName).lib Windows + $(SolutionDir)\lib @@ -176,6 +179,7 @@ false $(IntDir)$(TargetName).lib Windows + $(SolutionDir)\lib diff --git a/protocols/YAMN/YAMN_10.vcxproj b/protocols/YAMN/YAMN_10.vcxproj index 43c831f369..b6da916537 100644 --- a/protocols/YAMN/YAMN_10.vcxproj +++ b/protocols/YAMN/YAMN_10.vcxproj @@ -91,6 +91,7 @@ false $(IntDir)$(TargetName).lib Windows + $(SolutionDir)\lib @@ -118,6 +119,7 @@ $(IntDir)$(TargetName).lib true Windows + $(SolutionDir)\lib @@ -145,6 +147,7 @@ Windows true true + $(SolutionDir)\lib @@ -169,6 +172,7 @@ false $(IntDir)$(TargetName).lib Windows + $(SolutionDir)\lib diff --git a/protocols/YAMN/icons/proto_YAMN_10.vcxproj b/protocols/YAMN/icons/proto_YAMN_10.vcxproj index ffbb19a8c4..f7e5e72dac 100644 --- a/protocols/YAMN/icons/proto_YAMN_10.vcxproj +++ b/protocols/YAMN/icons/proto_YAMN_10.vcxproj @@ -78,6 +78,7 @@ false true true + $(SolutionDir)\lib @@ -91,6 +92,7 @@ false true true + $(SolutionDir)\lib @@ -102,6 +104,7 @@ Windows true false + $(SolutionDir)\lib @@ -113,6 +116,7 @@ Windows true false + $(SolutionDir)\lib diff --git a/protocols/Yahoo/Yahoo_10.vcxproj b/protocols/Yahoo/Yahoo_10.vcxproj index 5beb9c56e0..89fa127af1 100644 --- a/protocols/Yahoo/Yahoo_10.vcxproj +++ b/protocols/Yahoo/Yahoo_10.vcxproj @@ -94,6 +94,7 @@ false $(IntDir)$(TargetName).lib Windows + $(SolutionDir)\lib ..\..\bin10\make_ver.bat @@ -123,6 +124,7 @@ false $(IntDir)$(TargetName).lib Windows + $(SolutionDir)\lib ..\..\bin10\make_ver.bat @@ -157,6 +159,7 @@ false $(IntDir)$(TargetName).lib Windows + $(SolutionDir)\lib ..\..\bin10\make_ver.bat @@ -191,6 +194,7 @@ false $(IntDir)$(TargetName).lib Windows + $(SolutionDir)\lib ..\..\bin10\make_ver.bat diff --git a/protocols/Yahoo/proto_yahoo/Proto_Yahoo.vcxproj b/protocols/Yahoo/proto_yahoo/Proto_Yahoo.vcxproj index 99d3c3a208..5ce16e3a7d 100644 --- a/protocols/Yahoo/proto_yahoo/Proto_Yahoo.vcxproj +++ b/protocols/Yahoo/proto_yahoo/Proto_Yahoo.vcxproj @@ -75,6 +75,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -86,6 +87,7 @@ Windows true false + $(SolutionDir)\lib _DEBUG;%(PreprocessorDefinitions) @@ -97,6 +99,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) @@ -108,6 +111,7 @@ Windows true false + $(SolutionDir)\lib NDEBUG;%(PreprocessorDefinitions) -- cgit v1.2.3