From 781e0c8468dcebdc2743dcf3011572c3fdc87a6d Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Tue, 5 Jan 2010 22:06:29 +0000 Subject: Add vcproj files for messaging/drain and messaging/spout; resolves QPID-2299 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@896242 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/examples/messaging/Makefile.am | 2 + qpid/cpp/examples/messaging/messaging_drain.vcproj | 374 +++++++++++++++++++ .../messaging/messaging_queue_listener.vcproj | 411 --------------------- qpid/cpp/examples/messaging/messaging_spout.vcproj | 375 +++++++++++++++++++ .../messaging/messaging_topic_listener.vcproj | 411 --------------------- 5 files changed, 751 insertions(+), 822 deletions(-) create mode 100644 qpid/cpp/examples/messaging/messaging_drain.vcproj delete mode 100644 qpid/cpp/examples/messaging/messaging_queue_listener.vcproj create mode 100644 qpid/cpp/examples/messaging/messaging_spout.vcproj delete mode 100644 qpid/cpp/examples/messaging/messaging_topic_listener.vcproj (limited to 'qpid/cpp/examples/messaging') diff --git a/qpid/cpp/examples/messaging/Makefile.am b/qpid/cpp/examples/messaging/Makefile.am index 0bf9ae9e31..53a9e4773a 100644 --- a/qpid/cpp/examples/messaging/Makefile.am +++ b/qpid/cpp/examples/messaging/Makefile.am @@ -56,10 +56,12 @@ map_receiver_LDADD=$(CLIENT_LIB) EXTRA_DIST= \ CMakeLists.txt \ messaging_client.vcproj \ + messaging_drain.vcproj \ messaging_map_receiver.vcproj \ messaging_map_sender.vcproj \ messaging_queue_receiver.vcproj \ messaging_queue_sender.vcproj \ messaging_server.vcproj \ + messaging_spout.vcproj \ messaging_topic_receiver.vcproj \ messaging_topic_sender.vcproj diff --git a/qpid/cpp/examples/messaging/messaging_drain.vcproj b/qpid/cpp/examples/messaging/messaging_drain.vcproj new file mode 100644 index 0000000000..4b2b99672e --- /dev/null +++ b/qpid/cpp/examples/messaging/messaging_drain.vcproj @@ -0,0 +1,374 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/qpid/cpp/examples/messaging/messaging_queue_listener.vcproj b/qpid/cpp/examples/messaging/messaging_queue_listener.vcproj deleted file mode 100644 index 5bc19b655a..0000000000 --- a/qpid/cpp/examples/messaging/messaging_queue_listener.vcproj +++ /dev/null @@ -1,411 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/qpid/cpp/examples/messaging/messaging_spout.vcproj b/qpid/cpp/examples/messaging/messaging_spout.vcproj new file mode 100644 index 0000000000..dba5e40449 --- /dev/null +++ b/qpid/cpp/examples/messaging/messaging_spout.vcproj @@ -0,0 +1,375 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/qpid/cpp/examples/messaging/messaging_topic_listener.vcproj b/qpid/cpp/examples/messaging/messaging_topic_listener.vcproj deleted file mode 100644 index a43d10ed60..0000000000 --- a/qpid/cpp/examples/messaging/messaging_topic_listener.vcproj +++ /dev/null @@ -1,411 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.1