From b85bd118908cebf2765db4d827c7e51115ce847e Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Fri, 4 Jun 2010 21:11:04 +0000 Subject: Windows SDK work: * Added message_drain & message_spout programs back into the SDK examples * Modified messaging example project files to use qpidmessaging library (instead of old qpidclient lib) * Removed all x64 configurations from the example messaging projects as we don't include the x64 libs in the SDK * Put import libs in lib directory to separate them from dlls * Removed use of BOOST_ROOT env var from example projects as no boost headers are needed by the SDK git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@951572 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/examples/messaging/messaging_map_sender.vcproj | 221 +++------------------ 1 file changed, 30 insertions(+), 191 deletions(-) (limited to 'cpp/examples/messaging/messaging_map_sender.vcproj') diff --git a/cpp/examples/messaging/messaging_map_sender.vcproj b/cpp/examples/messaging/messaging_map_sender.vcproj index 55d16063c5..29b31143b1 100644 --- a/cpp/examples/messaging/messaging_map_sender.vcproj +++ b/cpp/examples/messaging/messaging_map_sender.vcproj @@ -26,15 +26,12 @@ ProjectGUID="{3B9EA507-FECA-1BAD-1FEE-AE349A6B75AA}" RootNamespace="messaging_map_sender" Keyword="Win32Proj" - SignManifests="true" + TargetFrameworkVersion="0" > - @@ -45,7 +42,6 @@ IntermediateDirectory="Debug\messaging_map_sender\I386" ConfigurationType="1" CharacterSet="0" - > + @@ -116,6 +115,9 @@ + @@ -126,7 +128,6 @@ IntermediateDirectory="Release\messaging_map_sender\I386" ConfigurationType="1" CharacterSet="0" - > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + Filter="cpp;cxx;cc;c;C" + > + RelativePath="map_sender.cpp" + > + > + RelativePath="CMakeLists.txt" + > + ExcludedFromBuild="true" + > + Name="VCCustomBuildTool" + /> - - - - - - + ExcludedFromBuild="true" + > + Name="VCCustomBuildTool" + /> -- cgit v1.2.1