From ddbb6e01d6aa94cac9770378f5ab76b5a044800c Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Tue, 5 May 2009 14:50:46 +0000 Subject: Add Visuql Studio files for qmf-agent example; finishes QPID-1731 additions git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@771756 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/examples/examples.sln | 2 + cpp/examples/qmf-agent/example_gen.mak | 10 + cpp/examples/qmf-agent/qmf_agent.vcproj | 422 ++++++++++++++++++++++++++++++++ 3 files changed, 434 insertions(+) create mode 100644 cpp/examples/qmf-agent/example_gen.mak create mode 100644 cpp/examples/qmf-agent/qmf_agent.vcproj (limited to 'cpp/examples') diff --git a/cpp/examples/examples.sln b/cpp/examples/examples.sln index e7e6fcb53c..983456b41a 100644 --- a/cpp/examples/examples.sln +++ b/cpp/examples/examples.sln @@ -28,6 +28,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pub_sub_topic_listener", "p EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pub_sub_topic_publisher", "pub-sub\pub_sub_topic_publisher.vcproj", "{05158653-FECA-1BAD-A430-FD5330E23A2D}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "qmf_agent", "qmf-agent\qmf_agent.vcproj", "{771767FB-FECA-1BAD-2E13-3FFA2B8669C3}" +EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "qmf_console_console", "qmf-console\qmf_console_console.vcproj", "{490473E1-FECA-1BAD-2E13-3FFA2B8669C3}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "qmf_console_ping", "qmf-console\qmf_console_ping.vcproj", "{771767FB-FECA-1BAD-2E13-3FFA2B8669C3}" diff --git a/cpp/examples/qmf-agent/example_gen.mak b/cpp/examples/qmf-agent/example_gen.mak new file mode 100644 index 0000000000..45da3932e9 --- /dev/null +++ b/cpp/examples/qmf-agent/example_gen.mak @@ -0,0 +1,10 @@ +# This nmake file generates the C++ mapping from the example schema. +# +# The Visual Studio projects assume the existence of the generated files. +# These generated files must be created using this makefile for Windows +# developers working from the source repository. + +mgen_dir=..\..\..\cpp\managementgen + +all: + python $(mgen_dir)\qmf-gen -o .\gen\qmf .\schema.xml diff --git a/cpp/examples/qmf-agent/qmf_agent.vcproj b/cpp/examples/qmf-agent/qmf_agent.vcproj new file mode 100644 index 0000000000..4cb6ceb4ad --- /dev/null +++ b/cpp/examples/qmf-agent/qmf_agent.vcproj @@ -0,0 +1,422 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1