From c58ce788e56741915bf1d1d504299e4a6b934898 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@771756 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/examples/qmf-agent/example_gen.mak | 10 + qpid/cpp/examples/qmf-agent/qmf_agent.vcproj | 422 +++++++++++++++++++++++++++ 2 files changed, 432 insertions(+) create mode 100644 qpid/cpp/examples/qmf-agent/example_gen.mak create mode 100644 qpid/cpp/examples/qmf-agent/qmf_agent.vcproj (limited to 'qpid/cpp/examples/qmf-agent') diff --git a/qpid/cpp/examples/qmf-agent/example_gen.mak b/qpid/cpp/examples/qmf-agent/example_gen.mak new file mode 100644 index 0000000000..45da3932e9 --- /dev/null +++ b/qpid/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/qpid/cpp/examples/qmf-agent/qmf_agent.vcproj b/qpid/cpp/examples/qmf-agent/qmf_agent.vcproj new file mode 100644 index 0000000000..4cb6ceb4ad --- /dev/null +++ b/qpid/cpp/examples/qmf-agent/qmf_agent.vcproj @@ -0,0 +1,422 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1