From 8a0b56e75dc369c7126158fa5090d8b1eae93540 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Wed, 19 Nov 2008 00:07:58 +0000 Subject: Change formats to VC9, add MaxMethodBodySize and remove it from protocol_gen.mak; resolved QPID-1473 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@718813 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/MaxMethodBodySize.vcproj | 375 +++++++++++++++++++++++++++++++++++++++ cpp/src/broker.vcproj | 44 +++-- cpp/src/client.vcproj | 26 +-- cpp/src/common.vcproj | 26 +-- cpp/src/protocol_gen.mak | 10 +- cpp/src/qpid.sln | 21 ++- 6 files changed, 450 insertions(+), 52 deletions(-) create mode 100644 cpp/src/MaxMethodBodySize.vcproj (limited to 'cpp/src') diff --git a/cpp/src/MaxMethodBodySize.vcproj b/cpp/src/MaxMethodBodySize.vcproj new file mode 100644 index 0000000000..f7365eacd9 --- /dev/null +++ b/cpp/src/MaxMethodBodySize.vcproj @@ -0,0 +1,375 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cpp/src/broker.vcproj b/cpp/src/broker.vcproj index a416927803..f57e3305c0 100644 --- a/cpp/src/broker.vcproj +++ b/cpp/src/broker.vcproj @@ -1,7 +1,7 @@ + + + + + + @@ -946,9 +955,18 @@ + + + + + + diff --git a/cpp/src/client.vcproj b/cpp/src/client.vcproj index f77b00eb52..eb817b7cfd 100644 --- a/cpp/src/client.vcproj +++ b/cpp/src/client.vcproj @@ -1,7 +1,7 @@