From 157eef15ba4ce70c506ed9e7d50e1ffd1364d384 Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Fri, 12 Sep 2014 18:23:31 +0000 Subject: QPID-4575: C++ Messaging .NET Binding fixes for Visual Studio 2012 Rename msvc10 folders to msvcx as they hold files 2010, 2012, ... Change projects/solutions to .in templates and cmake configure them. Collapse common example csproj files into common template. Add cmake BUILD_BINDING_DOTNET option setting. Fix up various scripts to accomodate new studio version. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1624604 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/CMakeLists.txt | 3 + qpid/cpp/bindings/CMakeLists.txt | 12 + qpid/cpp/bindings/qpid/dotnet/CMakeLists.txt | 196 +++++++ .../cpp/bindings/qpid/dotnet/configure-windows.ps1 | 10 +- .../msvc10/csharp.direct.receiver/app.config | 21 - .../csharp.direct.receiver.csproj | 110 ---- .../msvc10/csharp.direct.sender/app.config | 21 - .../csharp.direct.sender.csproj | 110 ---- .../msvc10/csharp.example.client/app.config | 21 - .../csharp.example.client.csproj | 110 ---- .../csharp.example.declare_queues/app.config | 21 - .../csharp.example.declare_queues.csproj | 110 ---- .../msvc10/csharp.example.drain/app.config | 21 - .../csharp.example.drain.csproj | 111 ---- .../msvc10/csharp.example.helloworld/app.config | 21 - .../csharp.example.helloworld.csproj | 110 ---- .../msvc10/csharp.example.server/app.config | 21 - .../csharp.example.server.csproj | 110 ---- .../msvc10/csharp.example.spout/app.config | 21 - .../csharp.example.spout.csproj | 114 ---- .../msvc10/csharp.map.callback.receiver/app.config | 21 - .../csharp.map.callback.receiver.csproj | 117 ---- .../msvc10/csharp.map.callback.sender/app.config | 21 - .../csharp.map.callback.sender.csproj | 115 ---- .../examples/msvc10/csharp.map.receiver/app.config | 21 - .../csharp.map.receiver/csharp.map.receiver.csproj | 110 ---- .../examples/msvc10/csharp.map.sender/app.config | 21 - .../csharp.map.sender/csharp.map.sender.csproj | 110 ---- .../dotnet/examples/msvc9/anyproject.csproj.in | 102 ++++ .../csharp.direct.receiver.csproj | 102 ---- .../csharp.direct.sender.csproj | 102 ---- .../csharp.example.client.csproj | 102 ---- .../csharp.example.declare_queues.csproj | 102 ---- .../csharp.example.drain.csproj | 103 ---- .../csharp.example.drain.csproj.in | 103 ++++ .../csharp.example.helloworld.csproj | 102 ---- .../csharp.example.server.csproj | 102 ---- .../csharp.example.spout.csproj | 106 ---- .../csharp.example.spout.csproj.in | 106 ++++ .../csharp.map.callback.receiver.csproj | 109 ---- .../csharp.map.callback.receiver.csproj.in | 109 ++++ .../csharp.map.callback.sender.csproj | 107 ---- .../csharp.map.callback.sender.csproj.in | 107 ++++ .../csharp.map.receiver/csharp.map.receiver.csproj | 102 ---- .../csharp.map.sender/csharp.map.sender.csproj | 102 ---- .../dotnet/examples/msvcx/anyproject.csproj.in | 116 ++++ .../bindings/qpid/dotnet/examples/msvcx/app.config | 21 + .../csharp.example.drain.csproj.in | 119 ++++ .../csharp.example.spout.csproj.in | 122 ++++ .../csharp.map.callback.receiver.csproj.in | 123 ++++ .../csharp.map.callback.sender.csproj.in | 121 ++++ .../org.apache.qpid.messaging.sessionreceiver.sln | 77 --- .../dotnet/msvc10/org.apache.qpid.messaging.sln | 344 ----------- .../org.apache.qpid.messaging.sessionreceiver.sln | 76 --- ...rg.apache.qpid.messaging.sessionreceiver.sln.in | 76 +++ .../dotnet/msvc9/org.apache.qpid.messaging.sln | 346 ----------- .../dotnet/msvc9/org.apache.qpid.messaging.sln.in | 346 +++++++++++ ...rg.apache.qpid.messaging.sessionreceiver.sln.in | 77 +++ .../dotnet/msvcx/org.apache.qpid.messaging.sln.in | 344 +++++++++++ .../src/msvc10/org.apache.qpid.messaging.vcxproj | 336 ----------- .../org.apache.qpid.messaging.vcxproj.filters | 116 ---- .../src/msvc9/org.apache.qpid.messaging.vcproj | 652 --------------------- .../src/msvc9/org.apache.qpid.messaging.vcproj.in | 652 +++++++++++++++++++++ .../org.apache.qpid.messaging.vcxproj.filters.in | 116 ++++ .../src/msvcx/org.apache.qpid.messaging.vcxproj.in | 342 +++++++++++ .../src/org.apache.qpid.messaging.template.rc | 4 +- ...rg.apache.qpid.messaging.sessionreceiver.csproj | 138 ----- ...rg.apache.qpid.messaging.sessionreceiver.csproj | 133 ----- ...apache.qpid.messaging.sessionreceiver.csproj.in | 133 +++++ ...apache.qpid.messaging.sessionreceiver.csproj.in | 144 +++++ .../messaging.test/msvc10/messaging.test.csproj | 185 ------ .../messaging.test/msvc9/messaging.test.csproj | 180 ------ .../messaging.test/msvc9/messaging.test.csproj.in | 180 ++++++ .../messaging.test/msvcx/messaging.test.csproj.in | 197 +++++++ .../csharp.direct.receiver.csproj | 89 --- .../csharp.direct.sender.csproj | 89 --- .../csharp.example.client.csproj | 89 --- .../csharp.example.declare_queues.csproj | 89 --- .../csharp.example.drain.csproj | 90 --- .../csharp.example.helloworld.csproj | 89 --- .../csharp.example.server.csproj | 89 --- .../csharp.example.spout.csproj | 91 --- .../csharp.map.callback.receiver.csproj | 93 --- .../csharp.map.callback.sender.csproj | 92 --- .../csharp.map.receiver/csharp.map.receiver.csproj | 89 --- .../csharp.map.sender/csharp.map.sender.csproj | 89 --- .../msvc10/winsdk_dotnet_examples.sln | 181 ------ .../csharp.direct.receiver.csproj | 107 ---- .../csharp.direct.receiver.csproj.in | 107 ++++ .../csharp.direct.sender.csproj | 90 --- .../csharp.direct.sender.csproj.in | 90 +++ .../csharp.example.client.csproj | 107 ---- .../csharp.example.client.csproj.in | 107 ++++ .../csharp.example.declare_queues.csproj | 107 ---- .../csharp.example.declare_queues.csproj.in | 107 ++++ .../csharp.example.drain.csproj | 108 ---- .../csharp.example.drain.csproj.in | 108 ++++ .../csharp.example.helloworld.csproj | 105 ---- .../csharp.example.helloworld.csproj.in | 105 ++++ .../csharp.example.server.csproj | 107 ---- .../csharp.example.server.csproj.in | 107 ++++ .../csharp.example.spout.csproj | 110 ---- .../csharp.example.spout.csproj.in | 110 ++++ .../csharp.map.callback.receiver.csproj | 117 ---- .../csharp.map.callback.receiver.csproj.in | 117 ++++ .../csharp.map.callback.sender.csproj | 112 ---- .../csharp.map.callback.sender.csproj.in | 112 ++++ .../csharp.map.receiver/csharp.map.receiver.csproj | 107 ---- .../csharp.map.receiver.csproj.in | 107 ++++ .../csharp.map.sender/csharp.map.sender.csproj | 107 ---- .../csharp.map.sender/csharp.map.sender.csproj.in | 107 ++++ .../msvc9/winsdk_dotnet_examples.sln | 178 ------ .../msvc9/winsdk_dotnet_examples.sln.in | 178 ++++++ .../csharp.direct.receiver.csproj.in | 89 +++ .../csharp.direct.sender.csproj.in | 89 +++ .../csharp.example.client.csproj.in | 89 +++ .../csharp.example.declare_queues.csproj.in | 89 +++ .../csharp.example.drain.csproj.in | 90 +++ .../csharp.example.helloworld.csproj.in | 89 +++ .../csharp.example.server.csproj.in | 89 +++ .../csharp.example.spout.csproj.in | 91 +++ .../csharp.map.callback.receiver.csproj.in | 93 +++ .../csharp.map.callback.sender.csproj.in | 92 +++ .../csharp.map.receiver.csproj.in | 89 +++ .../csharp.map.sender/csharp.map.sender.csproj.in | 89 +++ .../msvcx/winsdk_dotnet_examples.sln.in | 181 ++++++ qpid/cpp/bld-winsdk.ps1 | 38 +- 127 files changed, 6725 insertions(+), 8149 deletions(-) create mode 100644 qpid/cpp/bindings/qpid/dotnet/CMakeLists.txt delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.receiver/app.config delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.receiver/csharp.direct.receiver.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.sender/app.config delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.sender/csharp.direct.sender.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.client/app.config delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.client/csharp.example.client.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.declare_queues/app.config delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.declare_queues/csharp.example.declare_queues.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.drain/app.config delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.drain/csharp.example.drain.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.helloworld/app.config delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.helloworld/csharp.example.helloworld.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.server/app.config delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.server/csharp.example.server.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.spout/app.config delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.spout/csharp.example.spout.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.receiver/app.config delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.sender/app.config delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.sender/csharp.map.callback.sender.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.receiver/app.config delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.receiver/csharp.map.receiver.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.sender/app.config delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.sender/csharp.map.sender.csproj create mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc9/anyproject.csproj.in delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.direct.receiver/csharp.direct.receiver.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.direct.sender/csharp.direct.sender.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.client/csharp.example.client.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.declare_queues/csharp.example.declare_queues.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.drain/csharp.example.drain.csproj create mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.drain/csharp.example.drain.csproj.in delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.helloworld/csharp.example.helloworld.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.server/csharp.example.server.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.spout/csharp.example.spout.csproj create mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.spout/csharp.example.spout.csproj.in delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj create mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj.in delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.map.callback.sender/csharp.map.callback.sender.csproj create mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.map.callback.sender/csharp.map.callback.sender.csproj.in delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.map.receiver/csharp.map.receiver.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.map.sender/csharp.map.sender.csproj create mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvcx/anyproject.csproj.in create mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvcx/app.config create mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvcx/csharp.example.drain/csharp.example.drain.csproj.in create mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvcx/csharp.example.spout/csharp.example.spout.csproj.in create mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvcx/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj.in create mode 100644 qpid/cpp/bindings/qpid/dotnet/examples/msvcx/csharp.map.callback.sender/csharp.map.callback.sender.csproj.in delete mode 100644 qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sessionreceiver.sln delete mode 100644 qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sln delete mode 100644 qpid/cpp/bindings/qpid/dotnet/msvc9/org.apache.qpid.messaging.sessionreceiver.sln create mode 100644 qpid/cpp/bindings/qpid/dotnet/msvc9/org.apache.qpid.messaging.sessionreceiver.sln.in delete mode 100644 qpid/cpp/bindings/qpid/dotnet/msvc9/org.apache.qpid.messaging.sln create mode 100644 qpid/cpp/bindings/qpid/dotnet/msvc9/org.apache.qpid.messaging.sln.in create mode 100644 qpid/cpp/bindings/qpid/dotnet/msvcx/org.apache.qpid.messaging.sessionreceiver.sln.in create mode 100644 qpid/cpp/bindings/qpid/dotnet/msvcx/org.apache.qpid.messaging.sln.in delete mode 100644 qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj.filters delete mode 100644 qpid/cpp/bindings/qpid/dotnet/src/msvc9/org.apache.qpid.messaging.vcproj create mode 100644 qpid/cpp/bindings/qpid/dotnet/src/msvc9/org.apache.qpid.messaging.vcproj.in create mode 100644 qpid/cpp/bindings/qpid/dotnet/src/msvcx/org.apache.qpid.messaging.vcxproj.filters.in create mode 100644 qpid/cpp/bindings/qpid/dotnet/src/msvcx/org.apache.qpid.messaging.vcxproj.in delete mode 100644 qpid/cpp/bindings/qpid/dotnet/src/sessionreceiver/msvc10/org.apache.qpid.messaging.sessionreceiver.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/src/sessionreceiver/msvc9/org.apache.qpid.messaging.sessionreceiver.csproj create mode 100644 qpid/cpp/bindings/qpid/dotnet/src/sessionreceiver/msvc9/org.apache.qpid.messaging.sessionreceiver.csproj.in create mode 100644 qpid/cpp/bindings/qpid/dotnet/src/sessionreceiver/msvcx/org.apache.qpid.messaging.sessionreceiver.csproj.in delete mode 100644 qpid/cpp/bindings/qpid/dotnet/test/messaging.test/msvc10/messaging.test.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/test/messaging.test/msvc9/messaging.test.csproj create mode 100644 qpid/cpp/bindings/qpid/dotnet/test/messaging.test/msvc9/messaging.test.csproj.in create mode 100644 qpid/cpp/bindings/qpid/dotnet/test/messaging.test/msvcx/messaging.test.csproj.in delete mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.direct.receiver/csharp.direct.receiver.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.direct.sender/csharp.direct.sender.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.client/csharp.example.client.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.drain/csharp.example.drain.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.helloworld/csharp.example.helloworld.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.server/csharp.example.server.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.spout/csharp.example.spout.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.map.receiver/csharp.map.receiver.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.map.sender/csharp.map.sender.csproj delete mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/winsdk_dotnet_examples.sln delete mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.direct.receiver/csharp.direct.receiver.csproj create mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.direct.receiver/csharp.direct.receiver.csproj.in delete mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.direct.sender/csharp.direct.sender.csproj create mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.direct.sender/csharp.direct.sender.csproj.in delete mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.client/csharp.example.client.csproj create mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.client/csharp.example.client.csproj.in delete mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj create mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj.in delete mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.drain/csharp.example.drain.csproj create mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.drain/csharp.example.drain.csproj.in delete mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.helloworld/csharp.example.helloworld.csproj create mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.helloworld/csharp.example.helloworld.csproj.in delete mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.server/csharp.example.server.csproj create mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.server/csharp.example.server.csproj.in delete mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.spout/csharp.example.spout.csproj create mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.spout/csharp.example.spout.csproj.in delete mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj create mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj.in delete mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj create mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj.in delete mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.receiver/csharp.map.receiver.csproj create mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.receiver/csharp.map.receiver.csproj.in delete mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.sender/csharp.map.sender.csproj create mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.sender/csharp.map.sender.csproj.in delete mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/winsdk_dotnet_examples.sln create mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/winsdk_dotnet_examples.sln.in create mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.direct.receiver/csharp.direct.receiver.csproj.in create mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.direct.sender/csharp.direct.sender.csproj.in create mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.example.client/csharp.example.client.csproj.in create mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj.in create mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.example.drain/csharp.example.drain.csproj.in create mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.example.helloworld/csharp.example.helloworld.csproj.in create mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.example.server/csharp.example.server.csproj.in create mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.example.spout/csharp.example.spout.csproj.in create mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj.in create mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj.in create mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.map.receiver/csharp.map.receiver.csproj.in create mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.map.sender/csharp.map.sender.csproj.in create mode 100644 qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/winsdk_dotnet_examples.sln.in (limited to 'qpid/cpp') diff --git a/qpid/cpp/CMakeLists.txt b/qpid/cpp/CMakeLists.txt index fbf11a0a4e..29a52cbb49 100644 --- a/qpid/cpp/CMakeLists.txt +++ b/qpid/cpp/CMakeLists.txt @@ -212,6 +212,9 @@ if (MSVC) if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/bindings/qpid/dotnet/src) # Set the windows version for the .NET Binding cpp project + file(TO_CMAKE_PATH "${CMAKE_CURRENT_BINARY_DIR}/src/windows/resources" DOTNET_src) + file(TO_CMAKE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/bindings/qpid/dotnet/src/resource1.h" DOTNET_tgt) + file(RELATIVE_PATH DOTNET_relPathToResource ${DOTNET_src} ${DOTNET_tgt}) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/bindings/qpid/dotnet/src/org.apache.qpid.messaging.template.rc ${CMAKE_CURRENT_BINARY_DIR}/src/windows/resources/org.apache.qpid.messaging.rc) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/bindings/qpid/dotnet/src/AssemblyInfo-template.cpp diff --git a/qpid/cpp/bindings/CMakeLists.txt b/qpid/cpp/bindings/CMakeLists.txt index 5ba731af05..3c55871ee6 100644 --- a/qpid/cpp/bindings/CMakeLists.txt +++ b/qpid/cpp/bindings/CMakeLists.txt @@ -144,4 +144,16 @@ if (SWIG_FOUND) endif (BUILD_BINDING_PERL) endif (SWIG_FOUND) +if (MSVC) + set (dotnet_binding_default ON) +else (MSVC) + set (dotnet_binding_default OFF) +endif (MSVC) +option(BUILD_BINDING_DOTNET "Build DOTNET bindings" ${dotnet_binding_default}) + +if (BUILD_BINDING_DOTNET) + message(STATUS "Building Dotnet bindings") + add_subdirectory(qpid/dotnet) +endif (BUILD_BINDING_DOTNET) + add_subdirectory(qmf2/examples/cpp) diff --git a/qpid/cpp/bindings/qpid/dotnet/CMakeLists.txt b/qpid/cpp/bindings/qpid/dotnet/CMakeLists.txt new file mode 100644 index 0000000000..314990b1db --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/CMakeLists.txt @@ -0,0 +1,196 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + +# Configure Visual Studio version-specific files into build tree + +MACRO (select_msvc9_files) + set (sln_proj_SOURCES + examples/msvc9/csharp.example.drain/csharp.example.drain.csproj + examples/msvc9/csharp.example.spout/csharp.example.spout.csproj + examples/msvc9/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj + examples/msvc9/csharp.map.callback.sender/csharp.map.callback.sender.csproj + msvc9/org.apache.qpid.messaging.sessionreceiver.sln + msvc9/org.apache.qpid.messaging.sln + src/msvc9/org.apache.qpid.messaging.vcproj + src/sessionreceiver/msvc9/org.apache.qpid.messaging.sessionreceiver.csproj + test/messaging.test/msvc9/messaging.test.csproj + winsdk_sources/msvc9/winsdk_dotnet_examples.sln + winsdk_sources/msvc9/examples/csharp.direct.receiver/csharp.direct.receiver.csproj + winsdk_sources/msvc9/examples/csharp.direct.sender/csharp.direct.sender.csproj + winsdk_sources/msvc9/examples/csharp.example.client/csharp.example.client.csproj + winsdk_sources/msvc9/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj + winsdk_sources/msvc9/examples/csharp.example.drain/csharp.example.drain.csproj + winsdk_sources/msvc9/examples/csharp.example.helloworld/csharp.example.helloworld.csproj + winsdk_sources/msvc9/examples/csharp.example.server/csharp.example.server.csproj + winsdk_sources/msvc9/examples/csharp.example.spout/csharp.example.spout.csproj + winsdk_sources/msvc9/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj + winsdk_sources/msvc9/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj + winsdk_sources/msvc9/examples/csharp.map.receiver/csharp.map.receiver.csproj + winsdk_sources/msvc9/examples/csharp.map.sender/csharp.map.sender.csproj) + + # Base path from any example project + file(TO_CMAKE_PATH "${CMAKE_CURRENT_BINARY_DIR}/examples/msvc9/csharp.direct.receiver" DOTNET_src) + # to source root + file(TO_CMAKE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/examples" DOTNET_tgt) + file(RELATIVE_PATH DOTNET_exampleRelPathToSrc ${DOTNET_src} ${DOTNET_tgt}) + file(TO_NATIVE_PATH ${DOTNET_exampleRelPathToSrc} DOTNET_exampleRelPathToSrc) + + # to org.apache.qpid.messaging.dll through a project reference + file(TO_CMAKE_PATH "${CMAKE_CURRENT_BINARY_DIR}/src/msvc9/org.apache.qpid.messaging.vcxproj" DOTNET_tgt) + file(RELATIVE_PATH DOTNET_exampleRelPathToBindingProj ${DOTNET_src} ${DOTNET_tgt}) + file(TO_NATIVE_PATH ${DOTNET_exampleRelPathToBindingProj} DOTNET_exampleRelPathToBindingProj) + + # to org.apache.qpid.messaging.sessionreceiver.dll through a project reference + file(TO_CMAKE_PATH "${CMAKE_CURRENT_BINARY_DIR}/src/sessionreceiver/msvc9/org.apache.qpid.messaging.sessionreceiver.csproj" DOTNET_tgt) + file(RELATIVE_PATH DOTNET_exampleRelPathToSessionreceiverProj ${DOTNET_src} ${DOTNET_tgt}) + file(TO_NATIVE_PATH ${DOTNET_exampleRelPathToSessionreceiverProj} DOTNET_exampleRelPathToSessionreceiverProj) + + # to app.config file + file(TO_CMAKE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/examples/msvc9/app.config" DOTNET_tgt) + file(RELATIVE_PATH DOTNET_exampleRelPathToAppConfig ${DOTNET_src} ${DOTNET_tgt}) + file(TO_NATIVE_PATH ${DOTNET_exampleRelPathToAppConfig} DOTNET_exampleRelPathToAppConfig) +ENDMACRO (select_msvc9_files) + +MACRO (select_msvcx_files) + set (sln_proj_SOURCES + examples/msvcx/csharp.example.drain/csharp.example.drain.csproj + examples/msvcx/csharp.example.spout/csharp.example.spout.csproj + examples/msvcx/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj + examples/msvcx/csharp.map.callback.sender/csharp.map.callback.sender.csproj + msvcx/org.apache.qpid.messaging.sessionreceiver.sln + msvcx/org.apache.qpid.messaging.sln + src/msvcx/org.apache.qpid.messaging.vcxproj + src/sessionreceiver/msvcx/org.apache.qpid.messaging.sessionreceiver.csproj + test/messaging.test/msvcx/messaging.test.csproj + winsdk_sources/msvcx/winsdk_dotnet_examples.sln + winsdk_sources/msvcx/examples/csharp.direct.receiver/csharp.direct.receiver.csproj + winsdk_sources/msvcx/examples/csharp.direct.sender/csharp.direct.sender.csproj + winsdk_sources/msvcx/examples/csharp.example.client/csharp.example.client.csproj + winsdk_sources/msvcx/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj + winsdk_sources/msvcx/examples/csharp.example.drain/csharp.example.drain.csproj + winsdk_sources/msvcx/examples/csharp.example.helloworld/csharp.example.helloworld.csproj + winsdk_sources/msvcx/examples/csharp.example.server/csharp.example.server.csproj + winsdk_sources/msvcx/examples/csharp.example.spout/csharp.example.spout.csproj + winsdk_sources/msvcx/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj + winsdk_sources/msvcx/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj + winsdk_sources/msvcx/examples/csharp.map.receiver/csharp.map.receiver.csproj + winsdk_sources/msvcx/examples/csharp.map.sender/csharp.map.sender.csproj) + + # Base path from any example project + file(TO_CMAKE_PATH "${CMAKE_CURRENT_BINARY_DIR}/examples/msvcx/csharp.direct.receiver" DOTNET_src) + # to source root + file(TO_CMAKE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/examples" DOTNET_tgt) + file(RELATIVE_PATH DOTNET_exampleRelPathToSrc ${DOTNET_src} ${DOTNET_tgt}) + file(TO_NATIVE_PATH ${DOTNET_exampleRelPathToSrc} DOTNET_exampleRelPathToSrc) + + # to org.apache.qpid.messaging.dll through a project reference + file(TO_CMAKE_PATH "${CMAKE_CURRENT_BINARY_DIR}/src/msvcx/org.apache.qpid.messaging.vcxproj" DOTNET_tgt) + file(RELATIVE_PATH DOTNET_exampleRelPathToBindingProj ${DOTNET_src} ${DOTNET_tgt}) + file(TO_NATIVE_PATH ${DOTNET_exampleRelPathToBindingProj} DOTNET_exampleRelPathToBindingProj) + + # to org.apache.qpid.messaging.sessionreceiver.dll through a project reference + file(TO_CMAKE_PATH "${CMAKE_CURRENT_BINARY_DIR}/src/sessionreceiver/msvcx/org.apache.qpid.messaging.sessionreceiver.csproj" DOTNET_tgt) + file(RELATIVE_PATH DOTNET_exampleRelPathToSessionreceiverProj ${DOTNET_src} ${DOTNET_tgt}) + file(TO_NATIVE_PATH ${DOTNET_exampleRelPathToSessionreceiverProj} DOTNET_exampleRelPathToSessionreceiverProj) + + # to app.config file + file(TO_CMAKE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/examples/msvcx/app.config" DOTNET_tgt) + file(RELATIVE_PATH DOTNET_exampleRelPathToAppConfig ${DOTNET_src} ${DOTNET_tgt}) + file(TO_NATIVE_PATH ${DOTNET_exampleRelPathToAppConfig} DOTNET_exampleRelPathToAppConfig) +ENDMACRO (select_msvcx_files) + +MACRO (configure_example_project msvc9_or_x name guid) + set(DOTNET_projectName ${name}) + set(DOTNET_projectGuid ${guid}) + configure_file(${CMAKE_CURRENT_SOURCE_DIR}/examples/${msvc9_or_x}/anyproject.csproj.in + ${CMAKE_CURRENT_BINARY_DIR}/examples/${msvc9_or_x}/${DOTNET_projectName}/${DOTNET_projectName}.csproj) +ENDMACRO (configure_example_project DOTNET_projectName DOTNET_projectGuid) + +MACRO (configure_example_projects msvc9_or_x) + configure_example_project(${msvc9_or_x} "csharp.direct.receiver" "52F880E7-D677-4C91-8516-D679CE0F46A8") + configure_example_project(${msvc9_or_x} "csharp.direct.sender" "7B71CE78-8E78-4632-ADBE-F4D5DFAE0068") + configure_example_project(${msvc9_or_x} "csharp.example.client" "0DE01712-C2D1-4CA4-B42C-5856456A8696") + configure_example_project(${msvc9_or_x} "csharp.example.declare_queues" "E31B349C-830C-4583-8BD9-30DA4398349F") + configure_example_project(${msvc9_or_x} "csharp.example.helloworld" "8CC1C265-0507-44A3-9483-8FAF48513F4D") + configure_example_project(${msvc9_or_x} "csharp.example.server" "090A081D-E8B5-4949-AA43-EE182B7101E3") + configure_example_project(${msvc9_or_x} "csharp.map.receiver" "AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9") + configure_example_project(${msvc9_or_x} "csharp.map.sender" "5D8252F5-E1D3-44A0-94C7-7CB75E843C10") +ENDMACRO (configure_example_projects msvc9_or_x) + +if (MSVC) + # Source and binary folders must be on the same drive so that + # relative paths between the two are possible. + # Note that this is for the DOTNET binding only and does not apply to the qpid-cpp main build. + string(SUBSTRING ${CMAKE_CURRENT_SOURCE_DIR} 0 1 srcDriveLetter) + string(SUBSTRING ${CMAKE_CURRENT_BINARY_DIR} 0 1 binDriveLetter) + if (NOT (${srcDriveLetter} STREQUAL ${binDriveLetter})) + message(FATAL_ERROR "Windows DOTNET binding builds must have source and binary folders on same drive.") + endif() + + # General top level folders + file(TO_NATIVE_PATH ${CMAKE_CURRENT_BINARY_DIR} DOTNET_currentBinaryDir) + file(TO_NATIVE_PATH ${CMAKE_CURRENT_SOURCE_DIR} DOTNET_currentSourceDir) + file(TO_NATIVE_PATH ${PROJECT_BINARY_DIR} DOTNET_projectBinaryDir) + file(TO_NATIVE_PATH ${PROJECT_SOURCE_DIR} DOTNET_projectSourceDir) + + # relative path from top-level binary back to top-level source + file(RELATIVE_PATH DOTNET_relPathToSrc "${CMAKE_CURRENT_BINARY_DIR}" "${CMAKE_CURRENT_SOURCE_DIR}") + file(TO_NATIVE_PATH ${DOTNET_relPathToSrc} DOTNET_relPathToSrc) + + if((${CMAKE_GENERATOR} STREQUAL "Visual Studio 9 2008") OR + (${CMAKE_GENERATOR} STREQUAL "Visual Studio 9 2008 Win64")) + # Visual Studio 2008 + select_msvc9_files() + set(DOTNET_MSVC_SELECT "msvc9") + set(DOTNET_SLN_FILE_FORMAT "10.00") + set(DOTNET_SLN_VISUAL_STUDIO "Visual Studio 2008") + set(DOTNET_TARGET_FRAMEWORK_VERSION "v3.5") + set(DOTNET_PLATFORM_TOOLSET "") + + elseif((${CMAKE_GENERATOR} STREQUAL "Visual Studio 10") OR + (${CMAKE_GENERATOR} STREQUAL "Visual Studio 10 Win64")) + # Visual Studio 2010 + select_msvcx_files() + set(DOTNET_MSVC_SELECT "msvcx") + set(DOTNET_SLN_FILE_FORMAT "11.00") + set(DOTNET_SLN_VISUAL_STUDIO "Visual Studio 2010") + set(DOTNET_TARGET_FRAMEWORK_VERSION "v4.0") + set(DOTNET_PLATFORM_TOOLSET "") + + elseif((${CMAKE_GENERATOR} STREQUAL "Visual Studio 11") OR + (${CMAKE_GENERATOR} STREQUAL "Visual Studio 11 Win64")) + # Visual Studio 2012 + select_msvcx_files() + set(DOTNET_MSVC_SELECT "msvcx") + set(DOTNET_SLN_FILE_FORMAT "12.00") + set(DOTNET_SLN_VISUAL_STUDIO "Visual Studio 2012") + set(DOTNET_TARGET_FRAMEWORK_VERSION "v4.5") + set(DOTNET_PLATFORM_TOOLSET "v110") + + else() + message(FATAL_ERROR "No DOTNET binding support available for ${CMAKE_GENERATOR}") + endif() + + # Configure common examples and individual files + configure_example_projects( ${DOTNET_MSVC_SELECT} ) + foreach(slnProjFile ${sln_proj_SOURCES}) + set (iFile "${slnProjFile}.in") + configure_file(${CMAKE_CURRENT_SOURCE_DIR}/${iFile} ${CMAKE_CURRENT_BINARY_DIR}/${slnProjFile}) + endforeach() +endif (MSVC) diff --git a/qpid/cpp/bindings/qpid/dotnet/configure-windows.ps1 b/qpid/cpp/bindings/qpid/dotnet/configure-windows.ps1 index e37ad31129..a698dc88ba 100644 --- a/qpid/cpp/bindings/qpid/dotnet/configure-windows.ps1 +++ b/qpid/cpp/bindings/qpid/dotnet/configure-windows.ps1 @@ -126,6 +126,7 @@ $global:vsVersion = '' # "Visual Studio 2010" $global:vsShortName = '' # "2010" $global:cmakeGenerator = '' # "Visual Studio 10" $global:vsSubdir = '' # "msvc10" +$global:vsSubdirX = '' # "msvc9" or "msvcx" $global:cmakeCompiler = '' # "-vc100" $global:build32or64 = '' # "32" or "64" $global:buildPathSizeId = '' # "x86" or "x64" @@ -261,7 +262,7 @@ function WriteDotnetBindingSlnLauncherPs1 $global:txtPath = ""$boostRoot\lib;$global:txtPath"" $global:txtQR = ""$buildRoot"" $global:txtWH ""Launch $slnName in $studioVersion $vsPlatform ($nBits-bit) environment."" -$cppDir\bindings\qpid\dotnet\$vsSubdir\$slnName +$buildRoot\bindings\qpid\dotnet\$vsSubdirX\$slnName ") Write-Host " $buildRoot\$outfileName" $out | Out-File "$buildRoot\$outfileName" -encoding ASCII @@ -414,6 +415,7 @@ function ParseStudioSelection $global:vsVersion = "Visual Studio 2012" $global:cmakeGenerator = "Visual Studio 11" $global:vsSubdir = "msvc11" + $global:vsSubdirX = "msvcx" $global:cmakeCompiler = "-vc110" $global:vsShortName = "2012" $global:vsEnvironment = """%VS110COMNTOOLS%..\..\VC\vcvarsall.bat""" @@ -421,6 +423,7 @@ function ParseStudioSelection $global:vsVersion = "Visual Studio 2010" $global:cmakeGenerator = "Visual Studio 10" $global:vsSubdir = "msvc10" + $global:vsSubdirX = "msvcx" $global:cmakeCompiler = "-vc100" $global:vsShortName = "2010" $global:vsEnvironment = """%VS100COMNTOOLS%..\..\VC\vcvarsall.bat""" @@ -428,6 +431,7 @@ function ParseStudioSelection $global:vsVersion = "Visual Studio 2008" $global:cmakeGenerator = "Visual Studio 9 2008" $global:vsSubdir = "msvc9" + $global:vsSubdirX = "msvc9" $global:cmakeCompiler = "-vc90" $global:vsShortName = "2008" $global:vsEnvironment = """%VS90COMNTOOLS%..\..\VC\vcvarsall.bat""" @@ -667,5 +671,5 @@ WriteMakeInstallBat -buildRoot "$build" ` # an error then the window closes and the user never sees the error. This pause # gives him a chance to figure it out. # -Write-Host "Press any key to continue ..." -[void] $host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown") +#Write-Host "Press any key to continue ..." +#[void] $host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown") diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.receiver/app.config b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.receiver/app.config deleted file mode 100644 index a1ff128fab..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.receiver/app.config +++ /dev/null @@ -1,21 +0,0 @@ - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.receiver/csharp.direct.receiver.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.receiver/csharp.direct.receiver.csproj deleted file mode 100644 index 6339256927..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.receiver/csharp.direct.receiver.csproj +++ /dev/null @@ -1,110 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {52F880E7-D677-4C91-8516-D679CE0F46A8} - Exe - Properties - csharp.direct.receiver - csharp.direct.receiver - v4.0 - 512 - - - 3.5 - - - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.sender/app.config b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.sender/app.config deleted file mode 100644 index a1ff128fab..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.sender/app.config +++ /dev/null @@ -1,21 +0,0 @@ - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.sender/csharp.direct.sender.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.sender/csharp.direct.sender.csproj deleted file mode 100644 index 5d5bcaa2ea..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.sender/csharp.direct.sender.csproj +++ /dev/null @@ -1,110 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068} - Exe - Properties - csharp.direct.sender - csharp.direct.sender - v4.0 - 512 - - - 3.5 - - - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.client/app.config b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.client/app.config deleted file mode 100644 index a1ff128fab..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.client/app.config +++ /dev/null @@ -1,21 +0,0 @@ - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.client/csharp.example.client.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.client/csharp.example.client.csproj deleted file mode 100644 index 1d98e01505..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.client/csharp.example.client.csproj +++ /dev/null @@ -1,110 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {0DE01712-C2D1-4CA4-B42C-5856456A8696} - Exe - Properties - csharp.example.client - csharp.example.client - v4.0 - 512 - - - 3.5 - - - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.declare_queues/app.config b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.declare_queues/app.config deleted file mode 100644 index a1ff128fab..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.declare_queues/app.config +++ /dev/null @@ -1,21 +0,0 @@ - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.declare_queues/csharp.example.declare_queues.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.declare_queues/csharp.example.declare_queues.csproj deleted file mode 100644 index 2fb157a453..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.declare_queues/csharp.example.declare_queues.csproj +++ /dev/null @@ -1,110 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {E31B349C-830C-4583-8BD9-30DA4398349F} - Exe - Properties - csharp.example.declare_queues - csharp.example.declare_queues - v4.0 - 512 - - - 3.5 - - - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.drain/app.config b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.drain/app.config deleted file mode 100644 index a1ff128fab..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.drain/app.config +++ /dev/null @@ -1,21 +0,0 @@ - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.drain/csharp.example.drain.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.drain/csharp.example.drain.csproj deleted file mode 100644 index 48572dcfb7..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.drain/csharp.example.drain.csproj +++ /dev/null @@ -1,111 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {C43DEB69-8088-420B-B0CA-C699535E6D08} - Exe - Properties - csharp.example.drain - csharp.example.drain - v4.0 - 512 - - - 3.5 - - - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.helloworld/app.config b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.helloworld/app.config deleted file mode 100644 index a1ff128fab..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.helloworld/app.config +++ /dev/null @@ -1,21 +0,0 @@ - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.helloworld/csharp.example.helloworld.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.helloworld/csharp.example.helloworld.csproj deleted file mode 100644 index b67a2dc9c0..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.helloworld/csharp.example.helloworld.csproj +++ /dev/null @@ -1,110 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {8CC1C265-0507-44A3-9483-8FAF48513F4D} - Exe - Properties - csharp.example.helloworld - csharp.example.helloworld - v4.0 - 512 - - - 3.5 - - - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.server/app.config b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.server/app.config deleted file mode 100644 index a1ff128fab..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.server/app.config +++ /dev/null @@ -1,21 +0,0 @@ - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.server/csharp.example.server.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.server/csharp.example.server.csproj deleted file mode 100644 index d2d425b40e..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.server/csharp.example.server.csproj +++ /dev/null @@ -1,110 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {090A081D-E8B5-4949-AA43-EE182B7101E3} - Exe - Properties - csharp.example.server - csharp.example.server - v4.0 - 512 - - - 3.5 - - - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.spout/app.config b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.spout/app.config deleted file mode 100644 index a1ff128fab..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.spout/app.config +++ /dev/null @@ -1,21 +0,0 @@ - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.spout/csharp.example.spout.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.spout/csharp.example.spout.csproj deleted file mode 100644 index 863e1426cb..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.spout/csharp.example.spout.csproj +++ /dev/null @@ -1,114 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {EB36626D-36C2-41B3-B65E-762BAF27F137} - Exe - Properties - csharp.example.spout - csharp.example.spout - v4.0 - 512 - - - 3.5 - - - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.receiver/app.config b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.receiver/app.config deleted file mode 100644 index a1ff128fab..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.receiver/app.config +++ /dev/null @@ -1,21 +0,0 @@ - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj deleted file mode 100644 index d5155822ab..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj +++ /dev/null @@ -1,117 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {68A43817-2358-4A31-8FDF-FE21722BFBCF} - Exe - Properties - csharp.map.callback.receiver - csharp.map.callback.receiver - v4.0 - 512 - - - 3.5 - - - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05} - org.apache.qpid.messaging.sessionreceiver - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.sender/app.config b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.sender/app.config deleted file mode 100644 index a1ff128fab..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.sender/app.config +++ /dev/null @@ -1,21 +0,0 @@ - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.sender/csharp.map.callback.sender.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.sender/csharp.map.callback.sender.csproj deleted file mode 100644 index 82753f4d66..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.sender/csharp.map.callback.sender.csproj +++ /dev/null @@ -1,115 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A} - Exe - Properties - csharp.map.callback.sender - csharp.map.callback.sender - v4.0 - 512 - - - 3.5 - - - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - true - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - true - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.receiver/app.config b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.receiver/app.config deleted file mode 100644 index a1ff128fab..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.receiver/app.config +++ /dev/null @@ -1,21 +0,0 @@ - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.receiver/csharp.map.receiver.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.receiver/csharp.map.receiver.csproj deleted file mode 100644 index 01c9ccc993..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.receiver/csharp.map.receiver.csproj +++ /dev/null @@ -1,110 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9} - Exe - Properties - csharp.map.receiver - csharp.map.receiver - v4.0 - 512 - - - 3.5 - - - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.sender/app.config b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.sender/app.config deleted file mode 100644 index a1ff128fab..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.sender/app.config +++ /dev/null @@ -1,21 +0,0 @@ - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.sender/csharp.map.sender.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.sender/csharp.map.sender.csproj deleted file mode 100644 index 25cc785144..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.sender/csharp.map.sender.csproj +++ /dev/null @@ -1,110 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10} - Exe - Properties - csharp.map.sender - csharp.map.sender - v4.0 - 512 - - - 3.5 - - - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/anyproject.csproj.in b/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/anyproject.csproj.in new file mode 100644 index 0000000000..349708b026 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/anyproject.csproj.in @@ -0,0 +1,102 @@ + + + + + Debug + x86 + 9.0.21022 + 2.0 + {${DOTNET_projectGuid}} + Exe + Properties + ${DOTNET_projectName} + ${DOTNET_projectName} + ${DOTNET_TARGET_FRAMEWORK_VERSION} + 512 + + + true + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + DEBUG;TRACE + full + x86 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + true + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + + + + + + {AA5A3B83-5F98-406D-A01C-5A921467A57D} + Org.Apache.Qpid.Messaging + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.direct.receiver/csharp.direct.receiver.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.direct.receiver/csharp.direct.receiver.csproj deleted file mode 100644 index 8cea3d7a62..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.direct.receiver/csharp.direct.receiver.csproj +++ /dev/null @@ -1,102 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {52F880E7-D677-4C91-8516-D679CE0F46A8} - Exe - Properties - csharp.direct.receiver - csharp.direct.receiver - v3.5 - 512 - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.direct.sender/csharp.direct.sender.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.direct.sender/csharp.direct.sender.csproj deleted file mode 100644 index 1df7b57d2c..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.direct.sender/csharp.direct.sender.csproj +++ /dev/null @@ -1,102 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068} - Exe - Properties - csharp.direct.sender - csharp.direct.sender - v3.5 - 512 - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.client/csharp.example.client.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.client/csharp.example.client.csproj deleted file mode 100644 index fa1e3de6b1..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.client/csharp.example.client.csproj +++ /dev/null @@ -1,102 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {0DE01712-C2D1-4CA4-B42C-5856456A8696} - Exe - Properties - csharp.example.client - csharp.example.client - v3.5 - 512 - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.declare_queues/csharp.example.declare_queues.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.declare_queues/csharp.example.declare_queues.csproj deleted file mode 100644 index faabb4e099..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.declare_queues/csharp.example.declare_queues.csproj +++ /dev/null @@ -1,102 +0,0 @@ - - - - - Debug - x86 - 9.0.30729 - 2.0 - {E31B349C-830C-4583-8BD9-30DA4398349F} - Exe - Properties - csharp.example.declare_queues - csharp.example.declare_queues - v3.5 - 512 - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.drain/csharp.example.drain.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.drain/csharp.example.drain.csproj deleted file mode 100644 index 940b9a2467..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.drain/csharp.example.drain.csproj +++ /dev/null @@ -1,103 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {C43DEB69-8088-420B-B0CA-C699535E6D08} - Exe - Properties - csharp.example.drain - csharp.example.drain - v3.5 - 512 - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.drain/csharp.example.drain.csproj.in b/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.drain/csharp.example.drain.csproj.in new file mode 100644 index 0000000000..b88171db68 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.drain/csharp.example.drain.csproj.in @@ -0,0 +1,103 @@ + + + + + Debug + x86 + 9.0.21022 + 2.0 + {C43DEB69-8088-420B-B0CA-C699535E6D08} + Exe + Properties + csharp.example.drain + csharp.example.drain + ${DOTNET_TARGET_FRAMEWORK_VERSION} + 512 + + + true + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + DEBUG;TRACE + full + x86 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + true + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + + + + + + + {AA5A3B83-5F98-406D-A01C-5A921467A57D} + Org.Apache.Qpid.Messaging + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.helloworld/csharp.example.helloworld.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.helloworld/csharp.example.helloworld.csproj deleted file mode 100644 index b9c99b98a9..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.helloworld/csharp.example.helloworld.csproj +++ /dev/null @@ -1,102 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {8CC1C265-0507-44A3-9483-8FAF48513F4D} - Exe - Properties - csharp.example.helloworld - csharp.example.helloworld - v3.5 - 512 - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.server/csharp.example.server.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.server/csharp.example.server.csproj deleted file mode 100644 index eaec965e19..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.server/csharp.example.server.csproj +++ /dev/null @@ -1,102 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {090A081D-E8B5-4949-AA43-EE182B7101E3} - Exe - Properties - csharp.example.server - csharp.example.server - v3.5 - 512 - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.spout/csharp.example.spout.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.spout/csharp.example.spout.csproj deleted file mode 100644 index a8b84252f7..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.spout/csharp.example.spout.csproj +++ /dev/null @@ -1,106 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {EB36626D-36C2-41B3-B65E-762BAF27F137} - Exe - Properties - csharp.example.spout - csharp.example.spout - v3.5 - 512 - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.spout/csharp.example.spout.csproj.in b/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.spout/csharp.example.spout.csproj.in new file mode 100644 index 0000000000..d6c7d43a56 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.example.spout/csharp.example.spout.csproj.in @@ -0,0 +1,106 @@ + + + + + Debug + x86 + 9.0.21022 + 2.0 + {EB36626D-36C2-41B3-B65E-762BAF27F137} + Exe + Properties + csharp.example.spout + csharp.example.spout + ${DOTNET_TARGET_FRAMEWORK_VERSION} + 512 + + + true + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + DEBUG;TRACE + full + x86 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + true + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + + + + + + + + + + {AA5A3B83-5F98-406D-A01C-5A921467A57D} + Org.Apache.Qpid.Messaging + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj deleted file mode 100644 index e2c667e6b4..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj +++ /dev/null @@ -1,109 +0,0 @@ - - - - - Debug - x86 - 9.0.30729 - 2.0 - {68A43817-2358-4A31-8FDF-FE21722BFBCF} - Exe - Properties - csharp.map.callback.receiver - csharp.map.callback.receiver - v3.5 - 512 - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05} - org.apache.qpid.messaging.sessionreceiver - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj.in b/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj.in new file mode 100644 index 0000000000..ee851d39f1 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj.in @@ -0,0 +1,109 @@ + + + + + Debug + x86 + 9.0.30729 + 2.0 + {68A43817-2358-4A31-8FDF-FE21722BFBCF} + Exe + Properties + csharp.map.callback.receiver + csharp.map.callback.receiver + ${DOTNET_TARGET_FRAMEWORK_VERSION} + 512 + + + true + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + DEBUG;TRACE + full + x86 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + true + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + + + + + + + + + {AA5A3B83-5F98-406D-A01C-5A921467A57D} + Org.Apache.Qpid.Messaging + + + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05} + org.apache.qpid.messaging.sessionreceiver + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.map.callback.sender/csharp.map.callback.sender.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.map.callback.sender/csharp.map.callback.sender.csproj deleted file mode 100644 index eef31c4be2..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.map.callback.sender/csharp.map.callback.sender.csproj +++ /dev/null @@ -1,107 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A} - Exe - Properties - csharp.map.callback.sender - csharp.map.callback.sender - v3.5 - 512 - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - true - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - true - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.map.callback.sender/csharp.map.callback.sender.csproj.in b/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.map.callback.sender/csharp.map.callback.sender.csproj.in new file mode 100644 index 0000000000..2fa6a63072 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.map.callback.sender/csharp.map.callback.sender.csproj.in @@ -0,0 +1,107 @@ + + + + + Debug + x86 + 9.0.21022 + 2.0 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A} + Exe + Properties + csharp.map.callback.sender + csharp.map.callback.sender + ${DOTNET_TARGET_FRAMEWORK_VERSION} + 512 + + + true + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + DEBUG;TRACE + true + full + x86 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + true + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + DEBUG;TRACE + true + full + x64 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + + + + + + + + + {AA5A3B83-5F98-406D-A01C-5A921467A57D} + Org.Apache.Qpid.Messaging + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.map.receiver/csharp.map.receiver.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.map.receiver/csharp.map.receiver.csproj deleted file mode 100644 index a2631b5cd1..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.map.receiver/csharp.map.receiver.csproj +++ /dev/null @@ -1,102 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9} - Exe - Properties - csharp.map.receiver - csharp.map.receiver - v3.5 - 512 - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.map.sender/csharp.map.sender.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.map.sender/csharp.map.sender.csproj deleted file mode 100644 index 93735c9ec8..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/examples/msvc9/csharp.map.sender/csharp.map.sender.csproj +++ /dev/null @@ -1,102 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10} - Exe - Properties - csharp.map.sender - csharp.map.sender - v3.5 - 512 - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvcx/anyproject.csproj.in b/qpid/cpp/bindings/qpid/dotnet/examples/msvcx/anyproject.csproj.in new file mode 100644 index 0000000000..34fad8d9c3 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/examples/msvcx/anyproject.csproj.in @@ -0,0 +1,116 @@ + + + + + Debug + x86 + 9.0.21022 + 2.0 + {${DOTNET_projectGuid}} + Exe + Properties + ${DOTNET_projectName} + ${DOTNET_projectName} + ${DOTNET_TARGET_FRAMEWORK_VERSION} + 512 + + + 3.5 + + + + + true + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + DEBUG;TRACE + full + x86 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + true + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + + ${DOTNET_projectName}.cs + + + AssemblyInfo.cs + + + + + app.config + + + + + {AA5A3B83-5F98-406D-A01C-5A921467A57D} + Org.Apache.Qpid.Messaging + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvcx/app.config b/qpid/cpp/bindings/qpid/dotnet/examples/msvcx/app.config new file mode 100644 index 0000000000..a1ff128fab --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/examples/msvcx/app.config @@ -0,0 +1,21 @@ + + + + diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvcx/csharp.example.drain/csharp.example.drain.csproj.in b/qpid/cpp/bindings/qpid/dotnet/examples/msvcx/csharp.example.drain/csharp.example.drain.csproj.in new file mode 100644 index 0000000000..704dab73fd --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/examples/msvcx/csharp.example.drain/csharp.example.drain.csproj.in @@ -0,0 +1,119 @@ + + + + + Debug + x86 + 9.0.21022 + 2.0 + {C43DEB69-8088-420B-B0CA-C699535E6D08} + Exe + Properties + csharp.example.drain + csharp.example.drain + ${DOTNET_TARGET_FRAMEWORK_VERSION} + 512 + + + 3.5 + + + + + true + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + DEBUG;TRACE + full + x86 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + true + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + + csharp.example.drain.cs + + + Options.cs + + + AssemblyInfo.cs + + + + + {AA5A3B83-5F98-406D-A01C-5A921467A57D} + Org.Apache.Qpid.Messaging + + + + + App.Config + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvcx/csharp.example.spout/csharp.example.spout.csproj.in b/qpid/cpp/bindings/qpid/dotnet/examples/msvcx/csharp.example.spout/csharp.example.spout.csproj.in new file mode 100644 index 0000000000..492459b96a --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/examples/msvcx/csharp.example.spout/csharp.example.spout.csproj.in @@ -0,0 +1,122 @@ + + + + + Debug + x86 + 9.0.21022 + 2.0 + {EB36626D-36C2-41B3-B65E-762BAF27F137} + Exe + Properties + csharp.example.spout + csharp.example.spout + ${DOTNET_TARGET_FRAMEWORK_VERSION} + 512 + + + 3.5 + + + + + true + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + DEBUG;TRACE + full + x86 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + true + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + + + + + csharp.example.spout.cs + + + Options.cs + + + AssemblyInfo.cs + + + + + {AA5A3B83-5F98-406D-A01C-5A921467A57D} + Org.Apache.Qpid.Messaging + + + + + App.Config + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvcx/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj.in b/qpid/cpp/bindings/qpid/dotnet/examples/msvcx/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj.in new file mode 100644 index 0000000000..bf9beef133 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/examples/msvcx/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj.in @@ -0,0 +1,123 @@ + + + + + Debug + x86 + 9.0.21022 + 2.0 + {68A43817-2358-4A31-8FDF-FE21722BFBCF} + Exe + Properties + csharp.map.callback.receiver + csharp.map.callback.receiver + ${DOTNET_TARGET_FRAMEWORK_VERSION} + 512 + + + 3.5 + + + + + true + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + DEBUG;TRACE + full + x86 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + true + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + + + + + csharp.map.callback.receiver.cs + + + AssemblyInfo.cs + + + + + {AA5A3B83-5F98-406D-A01C-5A921467A57D} + Org.Apache.Qpid.Messaging + + + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05} + org.apache.qpid.messaging.sessionreceiver + + + + + App.Config + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/msvcx/csharp.map.callback.sender/csharp.map.callback.sender.csproj.in b/qpid/cpp/bindings/qpid/dotnet/examples/msvcx/csharp.map.callback.sender/csharp.map.callback.sender.csproj.in new file mode 100644 index 0000000000..f475921566 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/examples/msvcx/csharp.map.callback.sender/csharp.map.callback.sender.csproj.in @@ -0,0 +1,121 @@ + + + + + Debug + x86 + 9.0.21022 + 2.0 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A} + Exe + Properties + csharp.map.callback.sender + csharp.map.callback.sender + ${DOTNET_TARGET_FRAMEWORK_VERSION} + 512 + + + 3.5 + + + + + true + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + DEBUG;TRACE + true + full + x86 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + true + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + DEBUG;TRACE + true + full + x64 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + + + + + csharp.map.callback.sender.cs + + + AssemblyInfo.cs + + + + + {AA5A3B83-5F98-406D-A01C-5A921467A57D} + Org.Apache.Qpid.Messaging + + + + + App.Config + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sessionreceiver.sln b/qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sessionreceiver.sln deleted file mode 100644 index 98355d804f..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sessionreceiver.sln +++ /dev/null @@ -1,77 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 - -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License -# - -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "org.apache.qpid.messaging", "..\src\msvc10\org.apache.qpid.messaging.vcxproj", "{AA5A3B83-5F98-406D-A01C-5A921467A57D}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "org.apache.qpid.messaging.sessionreceiver", "..\src\sessionreceiver\msvc10\org.apache.qpid.messaging.sessionreceiver.csproj", "{B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - Release|x86 = Release|x86 - RelWithDebInfo|Win32 = RelWithDebInfo|Win32 - RelWithDebInfo|x64 = RelWithDebInfo|x64 - RelWithDebInfo|x86 = RelWithDebInfo|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|Win32.ActiveCfg = Debug|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|Win32.Build.0 = Debug|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x64.ActiveCfg = Debug|x64 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x64.Build.0 = Debug|x64 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x86.ActiveCfg = Debug|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x86.Build.0 = Debug|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|Win32.ActiveCfg = Release|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|Win32.Build.0 = Release|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x64.ActiveCfg = Release|x64 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x64.Build.0 = Release|x64 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x86.ActiveCfg = Release|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x86.Build.0 = Release|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|Win32 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|Win32.ActiveCfg = Debug|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x64.ActiveCfg = Debug|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x64.Build.0 = Debug|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x86.ActiveCfg = Debug|x86 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x86.Build.0 = Debug|x86 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|Win32.ActiveCfg = Release|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x64.ActiveCfg = Release|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x64.Build.0 = Release|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x86.ActiveCfg = Release|x86 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x86.Build.0 = Release|x86 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sln b/qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sln deleted file mode 100644 index ed79c85c1a..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sln +++ /dev/null @@ -1,344 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 - -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License -# - -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{34C477FB-B0CC-4AB9-A346-EA7B055469AC}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Direct", "Direct", "{DE58D329-10DC-4C8D-9EFA-230A57314089}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Pub-Sub", "Pub-Sub", "{878FDDF8-A870-41D6-9E36-0A050EC5ACAB}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{39E9D1BF-3A0B-4D86-BF6B-F463E1A2245A}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StructuredMessage", "StructuredMessage", "{E99FEFEE-B866-4BBA-9AA3-79DDF1C92960}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Client-Server", "Client-Server", "{9232212E-F3C6-4D18-8D25-0C31DD5FF3DB}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Drain-Spout", "Drain-Spout", "{89CE04CB-21DE-4ABB-9236-50529DD8C022}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "org.apache.qpid.messaging", "..\src\msvc10\org.apache.qpid.messaging.vcxproj", "{AA5A3B83-5F98-406D-A01C-5A921467A57D}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.direct.sender", "..\examples\msvc10\csharp.direct.sender\csharp.direct.sender.csproj", "{7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}" - ProjectSection(ProjectDependencies) = postProject - {AA5A3B83-5F98-406D-A01C-5A921467A57D} = {AA5A3B83-5F98-406D-A01C-5A921467A57D} - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.direct.receiver", "..\examples\msvc10\csharp.direct.receiver\csharp.direct.receiver.csproj", "{52F880E7-D677-4C91-8516-D679CE0F46A8}" - ProjectSection(ProjectDependencies) = postProject - {AA5A3B83-5F98-406D-A01C-5A921467A57D} = {AA5A3B83-5F98-406D-A01C-5A921467A57D} - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "messaging.test", "..\test\messaging.test\msvc10\messaging.test.csproj", "{AF2FBC78-266C-430C-BC29-9477AB596A36}" - ProjectSection(ProjectDependencies) = postProject - {AA5A3B83-5F98-406D-A01C-5A921467A57D} = {AA5A3B83-5F98-406D-A01C-5A921467A57D} - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.sender", "..\examples\msvc10\csharp.map.sender\csharp.map.sender.csproj", "{5D8252F5-E1D3-44A0-94C7-7CB75E843C10}" - ProjectSection(ProjectDependencies) = postProject - {AA5A3B83-5F98-406D-A01C-5A921467A57D} = {AA5A3B83-5F98-406D-A01C-5A921467A57D} - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.receiver", "..\examples\msvc10\csharp.map.receiver\csharp.map.receiver.csproj", "{AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}" - ProjectSection(ProjectDependencies) = postProject - {AA5A3B83-5F98-406D-A01C-5A921467A57D} = {AA5A3B83-5F98-406D-A01C-5A921467A57D} - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "org.apache.qpid.messaging.sessionreceiver", "..\src\sessionreceiver\msvc10\org.apache.qpid.messaging.sessionreceiver.csproj", "{B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.callback.receiver", "..\examples\msvc10\csharp.map.callback.receiver\csharp.map.callback.receiver.csproj", "{68A43817-2358-4A31-8FDF-FE21722BFBCF}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.callback.sender", "..\examples\msvc10\csharp.map.callback.sender\csharp.map.callback.sender.csproj", "{12F1C14F-5C7D-4075-9BAE-C091394FF99A}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.client", "..\examples\msvc10\csharp.example.client\csharp.example.client.csproj", "{0DE01712-C2D1-4CA4-B42C-5856456A8696}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.server", "..\examples\msvc10\csharp.example.server\csharp.example.server.csproj", "{090A081D-E8B5-4949-AA43-EE182B7101E3}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.drain", "..\examples\msvc10\csharp.example.drain\csharp.example.drain.csproj", "{C43DEB69-8088-420B-B0CA-C699535E6D08}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.spout", "..\examples\msvc10\csharp.example.spout\csharp.example.spout.csproj", "{EB36626D-36C2-41B3-B65E-762BAF27F137}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.declare_queues", "..\examples\msvc10\csharp.example.declare_queues\csharp.example.declare_queues.csproj", "{E31B349C-830C-4583-8BD9-30DA4398349F}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.helloworld", "..\examples\msvc10\csharp.example.helloworld\csharp.example.helloworld.csproj", "{8CC1C265-0507-44A3-9483-8FAF48513F4D}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - Release|x86 = Release|x86 - RelWithDebInfo|Win32 = RelWithDebInfo|Win32 - RelWithDebInfo|x64 = RelWithDebInfo|x64 - RelWithDebInfo|x86 = RelWithDebInfo|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|Win32.ActiveCfg = Debug|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|Win32.Build.0 = Debug|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x64.ActiveCfg = Debug|x64 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x64.Build.0 = Debug|x64 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x86.ActiveCfg = Debug|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x86.Build.0 = Debug|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|Win32.ActiveCfg = Release|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|Win32.Build.0 = Release|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x64.ActiveCfg = Release|x64 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x64.Build.0 = Release|x64 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x86.ActiveCfg = Release|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|Win32 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|Win32.ActiveCfg = Debug|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x64.ActiveCfg = Debug|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x64.Build.0 = Debug|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x86.ActiveCfg = Debug|x86 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x86.Build.0 = Debug|x86 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|Win32.ActiveCfg = Release|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x64.ActiveCfg = Release|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x64.Build.0 = Release|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x86.ActiveCfg = Release|x86 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x86.Build.0 = Release|x86 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|Win32.ActiveCfg = Debug|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x64.ActiveCfg = Debug|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x64.Build.0 = Debug|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x86.ActiveCfg = Debug|x86 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x86.Build.0 = Debug|x86 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|Win32.ActiveCfg = Release|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x64.ActiveCfg = Release|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x64.Build.0 = Release|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x86.ActiveCfg = Release|x86 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x86.Build.0 = Release|x86 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.Debug|Win32.ActiveCfg = Debug|x64 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.Debug|x64.ActiveCfg = Debug|x64 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.Debug|x64.Build.0 = Debug|x64 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.Debug|x86.ActiveCfg = Debug|x86 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.Debug|x86.Build.0 = Debug|x86 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.Release|Win32.ActiveCfg = Release|x64 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.Release|x64.ActiveCfg = Release|x64 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.Release|x64.Build.0 = Release|x64 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.Release|x86.ActiveCfg = Release|x86 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.Release|x86.Build.0 = Release|x86 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|Win32.ActiveCfg = Debug|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x64.ActiveCfg = Debug|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x64.Build.0 = Debug|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x86.ActiveCfg = Debug|x86 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x86.Build.0 = Debug|x86 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|Win32.ActiveCfg = Release|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x64.ActiveCfg = Release|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x64.Build.0 = Release|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x86.ActiveCfg = Release|x86 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x86.Build.0 = Release|x86 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|Win32.ActiveCfg = Debug|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x64.ActiveCfg = Debug|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x64.Build.0 = Debug|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x86.ActiveCfg = Debug|x86 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x86.Build.0 = Debug|x86 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|Win32.ActiveCfg = Release|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x64.ActiveCfg = Release|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x64.Build.0 = Release|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x86.ActiveCfg = Release|x86 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x86.Build.0 = Release|x86 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|Win32.ActiveCfg = Debug|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x64.ActiveCfg = Debug|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x64.Build.0 = Debug|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x86.ActiveCfg = Debug|x86 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x86.Build.0 = Debug|x86 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|Win32.ActiveCfg = Release|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x64.ActiveCfg = Release|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x64.Build.0 = Release|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x86.ActiveCfg = Release|x86 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x86.Build.0 = Release|x86 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|Win32.ActiveCfg = Debug|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x64.ActiveCfg = Debug|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x64.Build.0 = Debug|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x86.ActiveCfg = Debug|x86 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x86.Build.0 = Debug|x86 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|Win32.ActiveCfg = Release|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x64.ActiveCfg = Release|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x64.Build.0 = Release|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x86.ActiveCfg = Release|x86 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x86.Build.0 = Release|x86 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|Win32.ActiveCfg = Debug|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x64.ActiveCfg = Debug|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x64.Build.0 = Debug|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x86.ActiveCfg = Debug|x86 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x86.Build.0 = Debug|x86 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|Win32.ActiveCfg = Release|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x64.ActiveCfg = Release|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x64.Build.0 = Release|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x86.ActiveCfg = Release|x86 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x86.Build.0 = Release|x86 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|Win32.ActiveCfg = Debug|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x64.ActiveCfg = Debug|x64 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x64.Build.0 = Debug|x64 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x86.ActiveCfg = Debug|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x86.Build.0 = Debug|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|Win32.ActiveCfg = Release|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x64.ActiveCfg = Release|x64 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x64.Build.0 = Release|x64 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x86.ActiveCfg = Release|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x86.Build.0 = Release|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|Win32.ActiveCfg = Debug|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x64.ActiveCfg = Debug|x64 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x64.Build.0 = Debug|x64 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x86.ActiveCfg = Debug|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x86.Build.0 = Debug|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|Win32.ActiveCfg = Release|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x64.ActiveCfg = Release|x64 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x64.Build.0 = Release|x64 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x86.ActiveCfg = Release|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x86.Build.0 = Release|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|Win32.ActiveCfg = Debug|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x64.ActiveCfg = Debug|x64 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x64.Build.0 = Debug|x64 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x86.ActiveCfg = Debug|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x86.Build.0 = Debug|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|Win32.ActiveCfg = Release|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x64.ActiveCfg = Release|x64 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x64.Build.0 = Release|x64 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x86.ActiveCfg = Release|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x86.Build.0 = Release|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|Win32.ActiveCfg = Debug|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x64.ActiveCfg = Debug|x64 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x64.Build.0 = Debug|x64 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x86.ActiveCfg = Debug|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x86.Build.0 = Debug|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|Win32.ActiveCfg = Release|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x64.ActiveCfg = Release|x64 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x64.Build.0 = Release|x64 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x86.ActiveCfg = Release|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x86.Build.0 = Release|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|Win32.ActiveCfg = Debug|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x64.ActiveCfg = Debug|x64 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x64.Build.0 = Debug|x64 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x86.ActiveCfg = Debug|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x86.Build.0 = Debug|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|Win32.ActiveCfg = Release|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x64.ActiveCfg = Release|x64 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x64.Build.0 = Release|x64 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x86.ActiveCfg = Release|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x86.Build.0 = Release|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {E31B349C-830C-4583-8BD9-30DA4398349F}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {E31B349C-830C-4583-8BD9-30DA4398349F}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {E31B349C-830C-4583-8BD9-30DA4398349F}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|Win32.ActiveCfg = Debug|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x64.ActiveCfg = Debug|x64 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x64.Build.0 = Debug|x64 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x86.ActiveCfg = Debug|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x86.Build.0 = Debug|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|Win32.ActiveCfg = Release|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x64.ActiveCfg = Release|x64 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x64.Build.0 = Release|x64 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x86.ActiveCfg = Release|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x86.Build.0 = Release|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {DE58D329-10DC-4C8D-9EFA-230A57314089} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} - {878FDDF8-A870-41D6-9E36-0A050EC5ACAB} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} - {E99FEFEE-B866-4BBA-9AA3-79DDF1C92960} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} - {9232212E-F3C6-4D18-8D25-0C31DD5FF3DB} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} - {89CE04CB-21DE-4ABB-9236-50529DD8C022} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} - {4408A2DA-ED2D-44AE-A465-0B6D75E1FF86} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068} = {DE58D329-10DC-4C8D-9EFA-230A57314089} - {52F880E7-D677-4C91-8516-D679CE0F46A8} = {DE58D329-10DC-4C8D-9EFA-230A57314089} - {AF2FBC78-266C-430C-BC29-9477AB596A36} = {39E9D1BF-3A0B-4D86-BF6B-F463E1A2245A} - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10} = {E99FEFEE-B866-4BBA-9AA3-79DDF1C92960} - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9} = {E99FEFEE-B866-4BBA-9AA3-79DDF1C92960} - {68A43817-2358-4A31-8FDF-FE21722BFBCF} = {E99FEFEE-B866-4BBA-9AA3-79DDF1C92960} - {12F1C14F-5C7D-4075-9BAE-C091394FF99A} = {E99FEFEE-B866-4BBA-9AA3-79DDF1C92960} - {0DE01712-C2D1-4CA4-B42C-5856456A8696} = {9232212E-F3C6-4D18-8D25-0C31DD5FF3DB} - {090A081D-E8B5-4949-AA43-EE182B7101E3} = {9232212E-F3C6-4D18-8D25-0C31DD5FF3DB} - {C43DEB69-8088-420B-B0CA-C699535E6D08} = {89CE04CB-21DE-4ABB-9236-50529DD8C022} - {EB36626D-36C2-41B3-B65E-762BAF27F137} = {89CE04CB-21DE-4ABB-9236-50529DD8C022} - {E31B349C-830C-4583-8BD9-30DA4398349F} = {89CE04CB-21DE-4ABB-9236-50529DD8C022} - {8CC1C265-0507-44A3-9483-8FAF48513F4D} = {4408A2DA-ED2D-44AE-A465-0B6D75E1FF86} - EndGlobalSection -EndGlobal diff --git a/qpid/cpp/bindings/qpid/dotnet/msvc9/org.apache.qpid.messaging.sessionreceiver.sln b/qpid/cpp/bindings/qpid/dotnet/msvc9/org.apache.qpid.messaging.sessionreceiver.sln deleted file mode 100644 index 112511e5e5..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/msvc9/org.apache.qpid.messaging.sessionreceiver.sln +++ /dev/null @@ -1,76 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License -# - -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Org.Apache.Qpid.Messaging", "..\src\msvc9\org.apache.qpid.messaging.vcproj", "{AA5A3B83-5F98-406D-A01C-5A921467A57D}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "org.apache.qpid.messaging.sessionreceiver", "..\src\sessionreceiver\msvc9\org.apache.qpid.messaging.sessionreceiver.csproj", "{B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - Release|x86 = Release|x86 - RelWithDebInfo|Win32 = RelWithDebInfo|Win32 - RelWithDebInfo|x64 = RelWithDebInfo|x64 - RelWithDebInfo|x86 = RelWithDebInfo|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|Win32.ActiveCfg = Debug|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|Win32.Build.0 = Debug|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x64.ActiveCfg = Debug|x64 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x64.Build.0 = Debug|x64 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x86.ActiveCfg = Debug|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x86.Build.0 = Debug|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|Win32.ActiveCfg = Release|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|Win32.Build.0 = Release|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x64.ActiveCfg = Release|x64 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x64.Build.0 = Release|x64 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x86.ActiveCfg = Release|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x86.Build.0 = Release|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|Win32 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|Win32.ActiveCfg = Debug|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x64.ActiveCfg = Debug|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x64.Build.0 = Debug|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x86.ActiveCfg = Debug|x86 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x86.Build.0 = Debug|x86 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|Win32.ActiveCfg = Release|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x64.ActiveCfg = Release|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x64.Build.0 = Release|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x86.ActiveCfg = Release|x86 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x86.Build.0 = Release|x86 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/qpid/cpp/bindings/qpid/dotnet/msvc9/org.apache.qpid.messaging.sessionreceiver.sln.in b/qpid/cpp/bindings/qpid/dotnet/msvc9/org.apache.qpid.messaging.sessionreceiver.sln.in new file mode 100644 index 0000000000..5e754aa752 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/msvc9/org.apache.qpid.messaging.sessionreceiver.sln.in @@ -0,0 +1,76 @@ +Microsoft Visual Studio Solution File, Format Version ${DOTNET_SLN_FILE_FORMAT} +# ${DOTNET_SLN_VISUAL_STUDIO} +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License +# + +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Org.Apache.Qpid.Messaging", "${CMAKE_CURRENT_BINARY_DIR}\src\msvc9\org.apache.qpid.messaging.vcproj", "{AA5A3B83-5F98-406D-A01C-5A921467A57D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "org.apache.qpid.messaging.sessionreceiver", "${CMAKE_CURRENT_BINARY_DIR}\src\sessionreceiver\msvc9\org.apache.qpid.messaging.sessionreceiver.csproj", "{B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + RelWithDebInfo|Win32 = RelWithDebInfo|Win32 + RelWithDebInfo|x64 = RelWithDebInfo|x64 + RelWithDebInfo|x86 = RelWithDebInfo|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|Win32.ActiveCfg = Debug|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|Win32.Build.0 = Debug|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x64.ActiveCfg = Debug|x64 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x64.Build.0 = Debug|x64 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x86.ActiveCfg = Debug|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x86.Build.0 = Debug|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|Win32.ActiveCfg = Release|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|Win32.Build.0 = Release|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x64.ActiveCfg = Release|x64 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x64.Build.0 = Release|x64 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x86.ActiveCfg = Release|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x86.Build.0 = Release|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|Win32 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|Win32.ActiveCfg = Debug|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x64.ActiveCfg = Debug|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x64.Build.0 = Debug|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x86.ActiveCfg = Debug|x86 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x86.Build.0 = Debug|x86 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|Win32.ActiveCfg = Release|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x64.ActiveCfg = Release|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x64.Build.0 = Release|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x86.ActiveCfg = Release|x86 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x86.Build.0 = Release|x86 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/qpid/cpp/bindings/qpid/dotnet/msvc9/org.apache.qpid.messaging.sln b/qpid/cpp/bindings/qpid/dotnet/msvc9/org.apache.qpid.messaging.sln deleted file mode 100644 index 4ab296ec44..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/msvc9/org.apache.qpid.messaging.sln +++ /dev/null @@ -1,346 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 - -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License -# - -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Org.Apache.Qpid.Messaging", "..\src\msvc9\org.apache.qpid.messaging.vcproj", "{AA5A3B83-5F98-406D-A01C-5A921467A57D}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{34C477FB-B0CC-4AB9-A346-EA7B055469AC}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Direct", "Direct", "{DE58D329-10DC-4C8D-9EFA-230A57314089}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Pub-Sub", "Pub-Sub", "{878FDDF8-A870-41D6-9E36-0A050EC5ACAB}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.direct.sender", "..\examples\msvc9\csharp.direct.sender\csharp.direct.sender.csproj", "{7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}" - ProjectSection(ProjectDependencies) = postProject - {AA5A3B83-5F98-406D-A01C-5A921467A57D} = {AA5A3B83-5F98-406D-A01C-5A921467A57D} - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.direct.receiver", "..\examples\msvc9\csharp.direct.receiver\csharp.direct.receiver.csproj", "{52F880E7-D677-4C91-8516-D679CE0F46A8}" - ProjectSection(ProjectDependencies) = postProject - {AA5A3B83-5F98-406D-A01C-5A921467A57D} = {AA5A3B83-5F98-406D-A01C-5A921467A57D} - EndProjectSection -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{39E9D1BF-3A0B-4D86-BF6B-F463E1A2245A}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "messaging.test", "..\test\messaging.test\msvc9\messaging.test.csproj", "{AF2FBC78-266C-430C-BC29-9477AB596A36}" - ProjectSection(ProjectDependencies) = postProject - {AA5A3B83-5F98-406D-A01C-5A921467A57D} = {AA5A3B83-5F98-406D-A01C-5A921467A57D} - EndProjectSection -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StructuredMessage", "StructuredMessage", "{E99FEFEE-B866-4BBA-9AA3-79DDF1C92960}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.sender", "..\examples\msvc9\csharp.map.sender\csharp.map.sender.csproj", "{5D8252F5-E1D3-44A0-94C7-7CB75E843C10}" - ProjectSection(ProjectDependencies) = postProject - {AA5A3B83-5F98-406D-A01C-5A921467A57D} = {AA5A3B83-5F98-406D-A01C-5A921467A57D} - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.receiver", "..\examples\msvc9\csharp.map.receiver\csharp.map.receiver.csproj", "{AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}" - ProjectSection(ProjectDependencies) = postProject - {AA5A3B83-5F98-406D-A01C-5A921467A57D} = {AA5A3B83-5F98-406D-A01C-5A921467A57D} - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "org.apache.qpid.messaging.sessionreceiver", "..\src\sessionreceiver\msvc9\org.apache.qpid.messaging.sessionreceiver.csproj", "{B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.callback.receiver", "..\examples\msvc9\csharp.map.callback.receiver\csharp.map.callback.receiver.csproj", "{68A43817-2358-4A31-8FDF-FE21722BFBCF}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.callback.sender", "..\examples\msvc9\csharp.map.callback.sender\csharp.map.callback.sender.csproj", "{12F1C14F-5C7D-4075-9BAE-C091394FF99A}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Client-Server", "Client-Server", "{9232212E-F3C6-4D18-8D25-0C31DD5FF3DB}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.client", "..\examples\msvc9\csharp.example.client\csharp.example.client.csproj", "{0DE01712-C2D1-4CA4-B42C-5856456A8696}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.server", "..\examples\msvc9\csharp.example.server\csharp.example.server.csproj", "{090A081D-E8B5-4949-AA43-EE182B7101E3}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Drain-Spout", "Drain-Spout", "{89CE04CB-21DE-4ABB-9236-50529DD8C022}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.drain", "..\examples\msvc9\csharp.example.drain\csharp.example.drain.csproj", "{C43DEB69-8088-420B-B0CA-C699535E6D08}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.spout", "..\examples\msvc9\csharp.example.spout\csharp.example.spout.csproj", "{EB36626D-36C2-41B3-B65E-762BAF27F137}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.declare_queues", "..\examples\msvc9\csharp.example.declare_queues\csharp.example.declare_queues.csproj", "{E31B349C-830C-4583-8BD9-30DA4398349F}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Hello World", "Hello World", "{4408A2DA-ED2D-44AE-A465-0B6D75E1FF86}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.helloworld", "..\examples\msvc9\csharp.example.helloworld\csharp.example.helloworld.csproj", "{8CC1C265-0507-44A3-9483-8FAF48513F4D}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - Release|x86 = Release|x86 - RelWithDebInfo|Win32 = RelWithDebInfo|Win32 - RelWithDebInfo|x64 = RelWithDebInfo|x64 - RelWithDebInfo|x86 = RelWithDebInfo|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|Win32.ActiveCfg = Debug|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|Win32.Build.0 = Debug|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x64.ActiveCfg = Debug|x64 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x64.Build.0 = Debug|x64 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x86.ActiveCfg = Debug|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x86.Build.0 = Debug|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|Win32.ActiveCfg = Release|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|Win32.Build.0 = Release|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x64.ActiveCfg = Release|x64 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x64.Build.0 = Release|x64 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x86.ActiveCfg = Release|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|Win32 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|Win32.ActiveCfg = Debug|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x64.ActiveCfg = Debug|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x64.Build.0 = Debug|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x86.ActiveCfg = Debug|x86 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x86.Build.0 = Debug|x86 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|Win32.ActiveCfg = Release|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x64.ActiveCfg = Release|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x64.Build.0 = Release|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x86.ActiveCfg = Release|x86 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x86.Build.0 = Release|x86 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|Win32.ActiveCfg = Debug|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x64.ActiveCfg = Debug|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x64.Build.0 = Debug|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x86.ActiveCfg = Debug|x86 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x86.Build.0 = Debug|x86 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|Win32.ActiveCfg = Release|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x64.ActiveCfg = Release|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x64.Build.0 = Release|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x86.ActiveCfg = Release|x86 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x86.Build.0 = Release|x86 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.Debug|Win32.ActiveCfg = Debug|x64 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.Debug|x64.ActiveCfg = Debug|x64 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.Debug|x64.Build.0 = Debug|x64 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.Debug|x86.ActiveCfg = Debug|x86 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.Debug|x86.Build.0 = Debug|x86 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.Release|Win32.ActiveCfg = Release|x64 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.Release|x64.ActiveCfg = Release|x64 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.Release|x64.Build.0 = Release|x64 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.Release|x86.ActiveCfg = Release|x86 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.Release|x86.Build.0 = Release|x86 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {AF2FBC78-266C-430C-BC29-9477AB596A36}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|Win32.ActiveCfg = Debug|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x64.ActiveCfg = Debug|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x64.Build.0 = Debug|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x86.ActiveCfg = Debug|x86 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x86.Build.0 = Debug|x86 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|Win32.ActiveCfg = Release|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x64.ActiveCfg = Release|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x64.Build.0 = Release|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x86.ActiveCfg = Release|x86 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x86.Build.0 = Release|x86 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|Win32.ActiveCfg = Debug|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x64.ActiveCfg = Debug|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x64.Build.0 = Debug|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x86.ActiveCfg = Debug|x86 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x86.Build.0 = Debug|x86 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|Win32.ActiveCfg = Release|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x64.ActiveCfg = Release|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x64.Build.0 = Release|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x86.ActiveCfg = Release|x86 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x86.Build.0 = Release|x86 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|Win32.ActiveCfg = Debug|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x64.ActiveCfg = Debug|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x64.Build.0 = Debug|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x86.ActiveCfg = Debug|x86 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x86.Build.0 = Debug|x86 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|Win32.ActiveCfg = Release|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x64.ActiveCfg = Release|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x64.Build.0 = Release|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x86.ActiveCfg = Release|x86 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x86.Build.0 = Release|x86 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|Win32.ActiveCfg = Debug|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x64.ActiveCfg = Debug|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x64.Build.0 = Debug|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x86.ActiveCfg = Debug|x86 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x86.Build.0 = Debug|x86 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|Win32.ActiveCfg = Release|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x64.ActiveCfg = Release|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x64.Build.0 = Release|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x86.ActiveCfg = Release|x86 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x86.Build.0 = Release|x86 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|Win32.ActiveCfg = Debug|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x64.ActiveCfg = Debug|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x64.Build.0 = Debug|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x86.ActiveCfg = Debug|x86 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x86.Build.0 = Debug|x86 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|Win32.ActiveCfg = Release|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x64.ActiveCfg = Release|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x64.Build.0 = Release|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x86.ActiveCfg = Release|x86 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x86.Build.0 = Release|x86 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|Win32.ActiveCfg = Debug|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x64.ActiveCfg = Debug|x64 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x64.Build.0 = Debug|x64 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x86.ActiveCfg = Debug|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x86.Build.0 = Debug|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|Win32.ActiveCfg = Release|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x64.ActiveCfg = Release|x64 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x64.Build.0 = Release|x64 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x86.ActiveCfg = Release|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x86.Build.0 = Release|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|Win32.ActiveCfg = Debug|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x64.ActiveCfg = Debug|x64 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x64.Build.0 = Debug|x64 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x86.ActiveCfg = Debug|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x86.Build.0 = Debug|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|Win32.ActiveCfg = Release|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x64.ActiveCfg = Release|x64 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x64.Build.0 = Release|x64 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x86.ActiveCfg = Release|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x86.Build.0 = Release|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|Win32.ActiveCfg = Debug|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x64.ActiveCfg = Debug|x64 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x64.Build.0 = Debug|x64 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x86.ActiveCfg = Debug|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x86.Build.0 = Debug|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|Win32.ActiveCfg = Release|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x64.ActiveCfg = Release|x64 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x64.Build.0 = Release|x64 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x86.ActiveCfg = Release|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x86.Build.0 = Release|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|Win32.ActiveCfg = Debug|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x64.ActiveCfg = Debug|x64 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x64.Build.0 = Debug|x64 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x86.ActiveCfg = Debug|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x86.Build.0 = Debug|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|Win32.ActiveCfg = Release|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x64.ActiveCfg = Release|x64 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x64.Build.0 = Release|x64 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x86.ActiveCfg = Release|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x86.Build.0 = Release|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|Win32.ActiveCfg = Debug|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x64.ActiveCfg = Debug|x64 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x64.Build.0 = Debug|x64 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x86.ActiveCfg = Debug|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x86.Build.0 = Debug|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|Win32.ActiveCfg = Release|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x64.ActiveCfg = Release|x64 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x64.Build.0 = Release|x64 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x86.ActiveCfg = Release|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x86.Build.0 = Release|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {E31B349C-830C-4583-8BD9-30DA4398349F}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {E31B349C-830C-4583-8BD9-30DA4398349F}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {E31B349C-830C-4583-8BD9-30DA4398349F}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|Win32.ActiveCfg = Debug|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x64.ActiveCfg = Debug|x64 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x64.Build.0 = Debug|x64 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x86.ActiveCfg = Debug|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x86.Build.0 = Debug|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|Win32.ActiveCfg = Release|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x64.ActiveCfg = Release|x64 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x64.Build.0 = Release|x64 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x86.ActiveCfg = Release|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x86.Build.0 = Release|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {DE58D329-10DC-4C8D-9EFA-230A57314089} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} - {878FDDF8-A870-41D6-9E36-0A050EC5ACAB} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} - {E99FEFEE-B866-4BBA-9AA3-79DDF1C92960} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} - {9232212E-F3C6-4D18-8D25-0C31DD5FF3DB} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} - {89CE04CB-21DE-4ABB-9236-50529DD8C022} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} - {4408A2DA-ED2D-44AE-A465-0B6D75E1FF86} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068} = {DE58D329-10DC-4C8D-9EFA-230A57314089} - {52F880E7-D677-4C91-8516-D679CE0F46A8} = {DE58D329-10DC-4C8D-9EFA-230A57314089} - {AF2FBC78-266C-430C-BC29-9477AB596A36} = {39E9D1BF-3A0B-4D86-BF6B-F463E1A2245A} - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10} = {E99FEFEE-B866-4BBA-9AA3-79DDF1C92960} - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9} = {E99FEFEE-B866-4BBA-9AA3-79DDF1C92960} - {68A43817-2358-4A31-8FDF-FE21722BFBCF} = {E99FEFEE-B866-4BBA-9AA3-79DDF1C92960} - {12F1C14F-5C7D-4075-9BAE-C091394FF99A} = {E99FEFEE-B866-4BBA-9AA3-79DDF1C92960} - {0DE01712-C2D1-4CA4-B42C-5856456A8696} = {9232212E-F3C6-4D18-8D25-0C31DD5FF3DB} - {090A081D-E8B5-4949-AA43-EE182B7101E3} = {9232212E-F3C6-4D18-8D25-0C31DD5FF3DB} - {C43DEB69-8088-420B-B0CA-C699535E6D08} = {89CE04CB-21DE-4ABB-9236-50529DD8C022} - {EB36626D-36C2-41B3-B65E-762BAF27F137} = {89CE04CB-21DE-4ABB-9236-50529DD8C022} - {E31B349C-830C-4583-8BD9-30DA4398349F} = {89CE04CB-21DE-4ABB-9236-50529DD8C022} - {8CC1C265-0507-44A3-9483-8FAF48513F4D} = {4408A2DA-ED2D-44AE-A465-0B6D75E1FF86} - EndGlobalSection -EndGlobal diff --git a/qpid/cpp/bindings/qpid/dotnet/msvc9/org.apache.qpid.messaging.sln.in b/qpid/cpp/bindings/qpid/dotnet/msvc9/org.apache.qpid.messaging.sln.in new file mode 100644 index 0000000000..7ebbe7c9e0 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/msvc9/org.apache.qpid.messaging.sln.in @@ -0,0 +1,346 @@ +Microsoft Visual Studio Solution File, Format Version ${DOTNET_SLN_FILE_FORMAT} +# ${DOTNET_SLN_VISUAL_STUDIO} + +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License +# + +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Org.Apache.Qpid.Messaging", "${CMAKE_CURRENT_BINARY_DIR}\src\msvc9\org.apache.qpid.messaging.vcproj", "{AA5A3B83-5F98-406D-A01C-5A921467A57D}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{34C477FB-B0CC-4AB9-A346-EA7B055469AC}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Direct", "Direct", "{DE58D329-10DC-4C8D-9EFA-230A57314089}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Pub-Sub", "Pub-Sub", "{878FDDF8-A870-41D6-9E36-0A050EC5ACAB}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.direct.sender", "${CMAKE_CURRENT_BINARY_DIR}\examples\msvc9\csharp.direct.sender\csharp.direct.sender.csproj", "{7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}" + ProjectSection(ProjectDependencies) = postProject + {AA5A3B83-5F98-406D-A01C-5A921467A57D} = {AA5A3B83-5F98-406D-A01C-5A921467A57D} + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.direct.receiver", "${CMAKE_CURRENT_BINARY_DIR}\examples\msvc9\csharp.direct.receiver\csharp.direct.receiver.csproj", "{52F880E7-D677-4C91-8516-D679CE0F46A8}" + ProjectSection(ProjectDependencies) = postProject + {AA5A3B83-5F98-406D-A01C-5A921467A57D} = {AA5A3B83-5F98-406D-A01C-5A921467A57D} + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{39E9D1BF-3A0B-4D86-BF6B-F463E1A2245A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "messaging.test", "${CMAKE_CURRENT_BINARY_DIR}\test\messaging.test\msvc9\messaging.test.csproj", "{AF2FBC78-266C-430C-BC29-9477AB596A36}" + ProjectSection(ProjectDependencies) = postProject + {AA5A3B83-5F98-406D-A01C-5A921467A57D} = {AA5A3B83-5F98-406D-A01C-5A921467A57D} + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StructuredMessage", "StructuredMessage", "{E99FEFEE-B866-4BBA-9AA3-79DDF1C92960}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.sender", "${CMAKE_CURRENT_BINARY_DIR}\examples\msvc9\csharp.map.sender\csharp.map.sender.csproj", "{5D8252F5-E1D3-44A0-94C7-7CB75E843C10}" + ProjectSection(ProjectDependencies) = postProject + {AA5A3B83-5F98-406D-A01C-5A921467A57D} = {AA5A3B83-5F98-406D-A01C-5A921467A57D} + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.receiver", "${CMAKE_CURRENT_BINARY_DIR}\examples\msvc9\csharp.map.receiver\csharp.map.receiver.csproj", "{AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}" + ProjectSection(ProjectDependencies) = postProject + {AA5A3B83-5F98-406D-A01C-5A921467A57D} = {AA5A3B83-5F98-406D-A01C-5A921467A57D} + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "org.apache.qpid.messaging.sessionreceiver", "${CMAKE_CURRENT_BINARY_DIR}\src\sessionreceiver\msvc9\org.apache.qpid.messaging.sessionreceiver.csproj", "{B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.callback.receiver", "${CMAKE_CURRENT_BINARY_DIR}\examples\msvc9\csharp.map.callback.receiver\csharp.map.callback.receiver.csproj", "{68A43817-2358-4A31-8FDF-FE21722BFBCF}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.callback.sender", "${CMAKE_CURRENT_BINARY_DIR}\examples\msvc9\csharp.map.callback.sender\csharp.map.callback.sender.csproj", "{12F1C14F-5C7D-4075-9BAE-C091394FF99A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Client-Server", "Client-Server", "{9232212E-F3C6-4D18-8D25-0C31DD5FF3DB}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.client", "${CMAKE_CURRENT_BINARY_DIR}\examples\msvc9\csharp.example.client\csharp.example.client.csproj", "{0DE01712-C2D1-4CA4-B42C-5856456A8696}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.server", "${CMAKE_CURRENT_BINARY_DIR}\examples\msvc9\csharp.example.server\csharp.example.server.csproj", "{090A081D-E8B5-4949-AA43-EE182B7101E3}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Drain-Spout", "Drain-Spout", "{89CE04CB-21DE-4ABB-9236-50529DD8C022}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.drain", "${CMAKE_CURRENT_BINARY_DIR}\examples\msvc9\csharp.example.drain\csharp.example.drain.csproj", "{C43DEB69-8088-420B-B0CA-C699535E6D08}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.spout", "${CMAKE_CURRENT_BINARY_DIR}\examples\msvc9\csharp.example.spout\csharp.example.spout.csproj", "{EB36626D-36C2-41B3-B65E-762BAF27F137}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.declare_queues", "${CMAKE_CURRENT_BINARY_DIR}\examples\msvc9\csharp.example.declare_queues\csharp.example.declare_queues.csproj", "{E31B349C-830C-4583-8BD9-30DA4398349F}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Hello World", "Hello World", "{4408A2DA-ED2D-44AE-A465-0B6D75E1FF86}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.helloworld", "${CMAKE_CURRENT_BINARY_DIR}\examples\msvc9\csharp.example.helloworld\csharp.example.helloworld.csproj", "{8CC1C265-0507-44A3-9483-8FAF48513F4D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + RelWithDebInfo|Win32 = RelWithDebInfo|Win32 + RelWithDebInfo|x64 = RelWithDebInfo|x64 + RelWithDebInfo|x86 = RelWithDebInfo|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|Win32.ActiveCfg = Debug|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|Win32.Build.0 = Debug|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x64.ActiveCfg = Debug|x64 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x64.Build.0 = Debug|x64 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x86.ActiveCfg = Debug|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x86.Build.0 = Debug|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|Win32.ActiveCfg = Release|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|Win32.Build.0 = Release|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x64.ActiveCfg = Release|x64 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x64.Build.0 = Release|x64 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x86.ActiveCfg = Release|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|Win32 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|Win32.ActiveCfg = Debug|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x64.ActiveCfg = Debug|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x64.Build.0 = Debug|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x86.ActiveCfg = Debug|x86 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x86.Build.0 = Debug|x86 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|Win32.ActiveCfg = Release|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x64.ActiveCfg = Release|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x64.Build.0 = Release|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x86.ActiveCfg = Release|x86 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x86.Build.0 = Release|x86 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|Win32.ActiveCfg = Debug|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x64.ActiveCfg = Debug|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x64.Build.0 = Debug|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x86.ActiveCfg = Debug|x86 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x86.Build.0 = Debug|x86 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|Win32.ActiveCfg = Release|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x64.ActiveCfg = Release|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x64.Build.0 = Release|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x86.ActiveCfg = Release|x86 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x86.Build.0 = Release|x86 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.Debug|Win32.ActiveCfg = Debug|x64 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.Debug|x64.ActiveCfg = Debug|x64 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.Debug|x64.Build.0 = Debug|x64 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.Debug|x86.ActiveCfg = Debug|x86 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.Debug|x86.Build.0 = Debug|x86 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.Release|Win32.ActiveCfg = Release|x64 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.Release|x64.ActiveCfg = Release|x64 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.Release|x64.Build.0 = Release|x64 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.Release|x86.ActiveCfg = Release|x86 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.Release|x86.Build.0 = Release|x86 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|Win32.ActiveCfg = Debug|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x64.ActiveCfg = Debug|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x64.Build.0 = Debug|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x86.ActiveCfg = Debug|x86 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x86.Build.0 = Debug|x86 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|Win32.ActiveCfg = Release|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x64.ActiveCfg = Release|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x64.Build.0 = Release|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x86.ActiveCfg = Release|x86 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x86.Build.0 = Release|x86 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|Win32.ActiveCfg = Debug|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x64.ActiveCfg = Debug|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x64.Build.0 = Debug|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x86.ActiveCfg = Debug|x86 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x86.Build.0 = Debug|x86 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|Win32.ActiveCfg = Release|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x64.ActiveCfg = Release|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x64.Build.0 = Release|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x86.ActiveCfg = Release|x86 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x86.Build.0 = Release|x86 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|Win32.ActiveCfg = Debug|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x64.ActiveCfg = Debug|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x64.Build.0 = Debug|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x86.ActiveCfg = Debug|x86 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x86.Build.0 = Debug|x86 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|Win32.ActiveCfg = Release|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x64.ActiveCfg = Release|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x64.Build.0 = Release|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x86.ActiveCfg = Release|x86 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x86.Build.0 = Release|x86 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|Win32.ActiveCfg = Debug|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x64.ActiveCfg = Debug|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x64.Build.0 = Debug|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x86.ActiveCfg = Debug|x86 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x86.Build.0 = Debug|x86 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|Win32.ActiveCfg = Release|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x64.ActiveCfg = Release|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x64.Build.0 = Release|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x86.ActiveCfg = Release|x86 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x86.Build.0 = Release|x86 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|Win32.ActiveCfg = Debug|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x64.ActiveCfg = Debug|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x64.Build.0 = Debug|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x86.ActiveCfg = Debug|x86 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x86.Build.0 = Debug|x86 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|Win32.ActiveCfg = Release|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x64.ActiveCfg = Release|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x64.Build.0 = Release|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x86.ActiveCfg = Release|x86 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x86.Build.0 = Release|x86 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|Win32.ActiveCfg = Debug|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x64.ActiveCfg = Debug|x64 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x64.Build.0 = Debug|x64 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x86.ActiveCfg = Debug|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x86.Build.0 = Debug|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|Win32.ActiveCfg = Release|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x64.ActiveCfg = Release|x64 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x64.Build.0 = Release|x64 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x86.ActiveCfg = Release|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x86.Build.0 = Release|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|Win32.ActiveCfg = Debug|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x64.ActiveCfg = Debug|x64 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x64.Build.0 = Debug|x64 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x86.ActiveCfg = Debug|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x86.Build.0 = Debug|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|Win32.ActiveCfg = Release|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x64.ActiveCfg = Release|x64 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x64.Build.0 = Release|x64 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x86.ActiveCfg = Release|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x86.Build.0 = Release|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|Win32.ActiveCfg = Debug|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x64.ActiveCfg = Debug|x64 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x64.Build.0 = Debug|x64 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x86.ActiveCfg = Debug|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x86.Build.0 = Debug|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|Win32.ActiveCfg = Release|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x64.ActiveCfg = Release|x64 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x64.Build.0 = Release|x64 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x86.ActiveCfg = Release|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x86.Build.0 = Release|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|Win32.ActiveCfg = Debug|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x64.ActiveCfg = Debug|x64 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x64.Build.0 = Debug|x64 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x86.ActiveCfg = Debug|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x86.Build.0 = Debug|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|Win32.ActiveCfg = Release|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x64.ActiveCfg = Release|x64 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x64.Build.0 = Release|x64 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x86.ActiveCfg = Release|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x86.Build.0 = Release|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|Win32.ActiveCfg = Debug|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x64.ActiveCfg = Debug|x64 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x64.Build.0 = Debug|x64 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x86.ActiveCfg = Debug|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x86.Build.0 = Debug|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|Win32.ActiveCfg = Release|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x64.ActiveCfg = Release|x64 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x64.Build.0 = Release|x64 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x86.ActiveCfg = Release|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x86.Build.0 = Release|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {E31B349C-830C-4583-8BD9-30DA4398349F}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {E31B349C-830C-4583-8BD9-30DA4398349F}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {E31B349C-830C-4583-8BD9-30DA4398349F}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|Win32.ActiveCfg = Debug|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x64.ActiveCfg = Debug|x64 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x64.Build.0 = Debug|x64 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x86.ActiveCfg = Debug|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x86.Build.0 = Debug|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|Win32.ActiveCfg = Release|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x64.ActiveCfg = Release|x64 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x64.Build.0 = Release|x64 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x86.ActiveCfg = Release|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x86.Build.0 = Release|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {DE58D329-10DC-4C8D-9EFA-230A57314089} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} + {878FDDF8-A870-41D6-9E36-0A050EC5ACAB} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} + {E99FEFEE-B866-4BBA-9AA3-79DDF1C92960} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} + {9232212E-F3C6-4D18-8D25-0C31DD5FF3DB} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} + {89CE04CB-21DE-4ABB-9236-50529DD8C022} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} + {4408A2DA-ED2D-44AE-A465-0B6D75E1FF86} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068} = {DE58D329-10DC-4C8D-9EFA-230A57314089} + {52F880E7-D677-4C91-8516-D679CE0F46A8} = {DE58D329-10DC-4C8D-9EFA-230A57314089} + {AF2FBC78-266C-430C-BC29-9477AB596A36} = {39E9D1BF-3A0B-4D86-BF6B-F463E1A2245A} + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10} = {E99FEFEE-B866-4BBA-9AA3-79DDF1C92960} + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9} = {E99FEFEE-B866-4BBA-9AA3-79DDF1C92960} + {68A43817-2358-4A31-8FDF-FE21722BFBCF} = {E99FEFEE-B866-4BBA-9AA3-79DDF1C92960} + {12F1C14F-5C7D-4075-9BAE-C091394FF99A} = {E99FEFEE-B866-4BBA-9AA3-79DDF1C92960} + {0DE01712-C2D1-4CA4-B42C-5856456A8696} = {9232212E-F3C6-4D18-8D25-0C31DD5FF3DB} + {090A081D-E8B5-4949-AA43-EE182B7101E3} = {9232212E-F3C6-4D18-8D25-0C31DD5FF3DB} + {C43DEB69-8088-420B-B0CA-C699535E6D08} = {89CE04CB-21DE-4ABB-9236-50529DD8C022} + {EB36626D-36C2-41B3-B65E-762BAF27F137} = {89CE04CB-21DE-4ABB-9236-50529DD8C022} + {E31B349C-830C-4583-8BD9-30DA4398349F} = {89CE04CB-21DE-4ABB-9236-50529DD8C022} + {8CC1C265-0507-44A3-9483-8FAF48513F4D} = {4408A2DA-ED2D-44AE-A465-0B6D75E1FF86} + EndGlobalSection +EndGlobal diff --git a/qpid/cpp/bindings/qpid/dotnet/msvcx/org.apache.qpid.messaging.sessionreceiver.sln.in b/qpid/cpp/bindings/qpid/dotnet/msvcx/org.apache.qpid.messaging.sessionreceiver.sln.in new file mode 100644 index 0000000000..2909a66784 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/msvcx/org.apache.qpid.messaging.sessionreceiver.sln.in @@ -0,0 +1,77 @@ +Microsoft Visual Studio Solution File, Format Version ${DOTNET_SLN_FILE_FORMAT} +# ${DOTNET_SLN_VISUAL_STUDIO} + +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License +# + +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "org.apache.qpid.messaging", "${DOTNET_currentBinaryDir}\src\msvcx\org.apache.qpid.messaging.vcxproj", "{AA5A3B83-5F98-406D-A01C-5A921467A57D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "org.apache.qpid.messaging.sessionreceiver", "${DOTNET_currentBinaryDir}\src\sessionreceiver\msvcx\org.apache.qpid.messaging.sessionreceiver.csproj", "{B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + RelWithDebInfo|Win32 = RelWithDebInfo|Win32 + RelWithDebInfo|x64 = RelWithDebInfo|x64 + RelWithDebInfo|x86 = RelWithDebInfo|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|Win32.ActiveCfg = Debug|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|Win32.Build.0 = Debug|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x64.ActiveCfg = Debug|x64 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x64.Build.0 = Debug|x64 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x86.ActiveCfg = Debug|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x86.Build.0 = Debug|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|Win32.ActiveCfg = Release|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|Win32.Build.0 = Release|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x64.ActiveCfg = Release|x64 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x64.Build.0 = Release|x64 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x86.ActiveCfg = Release|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x86.Build.0 = Release|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|Win32 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|Win32.ActiveCfg = Debug|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x64.ActiveCfg = Debug|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x64.Build.0 = Debug|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x86.ActiveCfg = Debug|x86 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x86.Build.0 = Debug|x86 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|Win32.ActiveCfg = Release|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x64.ActiveCfg = Release|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x64.Build.0 = Release|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x86.ActiveCfg = Release|x86 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x86.Build.0 = Release|x86 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/qpid/cpp/bindings/qpid/dotnet/msvcx/org.apache.qpid.messaging.sln.in b/qpid/cpp/bindings/qpid/dotnet/msvcx/org.apache.qpid.messaging.sln.in new file mode 100644 index 0000000000..aa1820c54a --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/msvcx/org.apache.qpid.messaging.sln.in @@ -0,0 +1,344 @@ +Microsoft Visual Studio Solution File, Format Version ${DOTNET_SLN_FILE_FORMAT} +# ${DOTNET_SLN_VISUAL_STUDIO} + +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License +# + +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{34C477FB-B0CC-4AB9-A346-EA7B055469AC}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Direct", "Direct", "{DE58D329-10DC-4C8D-9EFA-230A57314089}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Pub-Sub", "Pub-Sub", "{878FDDF8-A870-41D6-9E36-0A050EC5ACAB}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{39E9D1BF-3A0B-4D86-BF6B-F463E1A2245A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StructuredMessage", "StructuredMessage", "{E99FEFEE-B866-4BBA-9AA3-79DDF1C92960}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Client-Server", "Client-Server", "{9232212E-F3C6-4D18-8D25-0C31DD5FF3DB}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Drain-Spout", "Drain-Spout", "{89CE04CB-21DE-4ABB-9236-50529DD8C022}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "org.apache.qpid.messaging", "${DOTNET_currentBinaryDir}\src\msvcx\org.apache.qpid.messaging.vcxproj", "{AA5A3B83-5F98-406D-A01C-5A921467A57D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.direct.sender", "${DOTNET_currentBinaryDir}\examples\msvcx\csharp.direct.sender\csharp.direct.sender.csproj", "{7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}" + ProjectSection(ProjectDependencies) = postProject + {AA5A3B83-5F98-406D-A01C-5A921467A57D} = {AA5A3B83-5F98-406D-A01C-5A921467A57D} + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.direct.receiver", "${DOTNET_currentBinaryDir}\examples\msvcx\csharp.direct.receiver\csharp.direct.receiver.csproj", "{52F880E7-D677-4C91-8516-D679CE0F46A8}" + ProjectSection(ProjectDependencies) = postProject + {AA5A3B83-5F98-406D-A01C-5A921467A57D} = {AA5A3B83-5F98-406D-A01C-5A921467A57D} + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "messaging.test", "${DOTNET_currentBinaryDir}\test\messaging.test\msvcx\messaging.test.csproj", "{AF2FBC78-266C-430C-BC29-9477AB596A36}" + ProjectSection(ProjectDependencies) = postProject + {AA5A3B83-5F98-406D-A01C-5A921467A57D} = {AA5A3B83-5F98-406D-A01C-5A921467A57D} + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.sender", "${DOTNET_currentBinaryDir}\examples\msvcx\csharp.map.sender\csharp.map.sender.csproj", "{5D8252F5-E1D3-44A0-94C7-7CB75E843C10}" + ProjectSection(ProjectDependencies) = postProject + {AA5A3B83-5F98-406D-A01C-5A921467A57D} = {AA5A3B83-5F98-406D-A01C-5A921467A57D} + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.receiver", "${DOTNET_currentBinaryDir}\examples\msvcx\csharp.map.receiver\csharp.map.receiver.csproj", "{AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}" + ProjectSection(ProjectDependencies) = postProject + {AA5A3B83-5F98-406D-A01C-5A921467A57D} = {AA5A3B83-5F98-406D-A01C-5A921467A57D} + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "org.apache.qpid.messaging.sessionreceiver", "${DOTNET_currentBinaryDir}\src\sessionreceiver\msvcx\org.apache.qpid.messaging.sessionreceiver.csproj", "{B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.callback.receiver", "${DOTNET_currentBinaryDir}\examples\msvcx\csharp.map.callback.receiver\csharp.map.callback.receiver.csproj", "{68A43817-2358-4A31-8FDF-FE21722BFBCF}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.callback.sender", "${DOTNET_currentBinaryDir}\examples\msvcx\csharp.map.callback.sender\csharp.map.callback.sender.csproj", "{12F1C14F-5C7D-4075-9BAE-C091394FF99A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.client", "${DOTNET_currentBinaryDir}\examples\msvcx\csharp.example.client\csharp.example.client.csproj", "{0DE01712-C2D1-4CA4-B42C-5856456A8696}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.server", "${DOTNET_currentBinaryDir}\examples\msvcx\csharp.example.server\csharp.example.server.csproj", "{090A081D-E8B5-4949-AA43-EE182B7101E3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.drain", "${DOTNET_currentBinaryDir}\examples\msvcx\csharp.example.drain\csharp.example.drain.csproj", "{C43DEB69-8088-420B-B0CA-C699535E6D08}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.spout", "${DOTNET_currentBinaryDir}\examples\msvcx\csharp.example.spout\csharp.example.spout.csproj", "{EB36626D-36C2-41B3-B65E-762BAF27F137}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.declare_queues", "${DOTNET_currentBinaryDir}\examples\msvcx\csharp.example.declare_queues\csharp.example.declare_queues.csproj", "{E31B349C-830C-4583-8BD9-30DA4398349F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.helloworld", "${DOTNET_currentBinaryDir}\examples\msvcx\csharp.example.helloworld\csharp.example.helloworld.csproj", "{8CC1C265-0507-44A3-9483-8FAF48513F4D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + RelWithDebInfo|Win32 = RelWithDebInfo|Win32 + RelWithDebInfo|x64 = RelWithDebInfo|x64 + RelWithDebInfo|x86 = RelWithDebInfo|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|Win32.ActiveCfg = Debug|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|Win32.Build.0 = Debug|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x64.ActiveCfg = Debug|x64 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x64.Build.0 = Debug|x64 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x86.ActiveCfg = Debug|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Debug|x86.Build.0 = Debug|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|Win32.ActiveCfg = Release|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|Win32.Build.0 = Release|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x64.ActiveCfg = Release|x64 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x64.Build.0 = Release|x64 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.Release|x86.ActiveCfg = Release|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {AA5A3B83-5F98-406D-A01C-5A921467A57D}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|Win32 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|Win32.ActiveCfg = Debug|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x64.ActiveCfg = Debug|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x64.Build.0 = Debug|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x86.ActiveCfg = Debug|x86 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x86.Build.0 = Debug|x86 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|Win32.ActiveCfg = Release|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x64.ActiveCfg = Release|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x64.Build.0 = Release|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x86.ActiveCfg = Release|x86 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x86.Build.0 = Release|x86 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|Win32.ActiveCfg = Debug|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x64.ActiveCfg = Debug|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x64.Build.0 = Debug|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x86.ActiveCfg = Debug|x86 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x86.Build.0 = Debug|x86 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|Win32.ActiveCfg = Release|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x64.ActiveCfg = Release|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x64.Build.0 = Release|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x86.ActiveCfg = Release|x86 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x86.Build.0 = Release|x86 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.Debug|Win32.ActiveCfg = Debug|x64 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.Debug|x64.ActiveCfg = Debug|x64 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.Debug|x64.Build.0 = Debug|x64 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.Debug|x86.ActiveCfg = Debug|x86 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.Debug|x86.Build.0 = Debug|x86 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.Release|Win32.ActiveCfg = Release|x64 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.Release|x64.ActiveCfg = Release|x64 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.Release|x64.Build.0 = Release|x64 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.Release|x86.ActiveCfg = Release|x86 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.Release|x86.Build.0 = Release|x86 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {AF2FBC78-266C-430C-BC29-9477AB596A36}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|Win32.ActiveCfg = Debug|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x64.ActiveCfg = Debug|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x64.Build.0 = Debug|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x86.ActiveCfg = Debug|x86 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x86.Build.0 = Debug|x86 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|Win32.ActiveCfg = Release|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x64.ActiveCfg = Release|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x64.Build.0 = Release|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x86.ActiveCfg = Release|x86 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x86.Build.0 = Release|x86 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|Win32.ActiveCfg = Debug|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x64.ActiveCfg = Debug|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x64.Build.0 = Debug|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x86.ActiveCfg = Debug|x86 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x86.Build.0 = Debug|x86 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|Win32.ActiveCfg = Release|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x64.ActiveCfg = Release|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x64.Build.0 = Release|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x86.ActiveCfg = Release|x86 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x86.Build.0 = Release|x86 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|Win32.ActiveCfg = Debug|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x64.ActiveCfg = Debug|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x64.Build.0 = Debug|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x86.ActiveCfg = Debug|x86 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Debug|x86.Build.0 = Debug|x86 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|Win32.ActiveCfg = Release|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x64.ActiveCfg = Release|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x64.Build.0 = Release|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x86.ActiveCfg = Release|x86 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.Release|x86.Build.0 = Release|x86 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|Win32.ActiveCfg = Debug|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x64.ActiveCfg = Debug|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x64.Build.0 = Debug|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x86.ActiveCfg = Debug|x86 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x86.Build.0 = Debug|x86 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|Win32.ActiveCfg = Release|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x64.ActiveCfg = Release|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x64.Build.0 = Release|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x86.ActiveCfg = Release|x86 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x86.Build.0 = Release|x86 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|Win32.ActiveCfg = Debug|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x64.ActiveCfg = Debug|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x64.Build.0 = Debug|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x86.ActiveCfg = Debug|x86 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x86.Build.0 = Debug|x86 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|Win32.ActiveCfg = Release|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x64.ActiveCfg = Release|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x64.Build.0 = Release|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x86.ActiveCfg = Release|x86 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x86.Build.0 = Release|x86 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|Win32.ActiveCfg = Debug|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x64.ActiveCfg = Debug|x64 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x64.Build.0 = Debug|x64 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x86.ActiveCfg = Debug|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x86.Build.0 = Debug|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|Win32.ActiveCfg = Release|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x64.ActiveCfg = Release|x64 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x64.Build.0 = Release|x64 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x86.ActiveCfg = Release|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x86.Build.0 = Release|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|Win32.ActiveCfg = Debug|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x64.ActiveCfg = Debug|x64 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x64.Build.0 = Debug|x64 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x86.ActiveCfg = Debug|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x86.Build.0 = Debug|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|Win32.ActiveCfg = Release|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x64.ActiveCfg = Release|x64 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x64.Build.0 = Release|x64 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x86.ActiveCfg = Release|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x86.Build.0 = Release|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|Win32.ActiveCfg = Debug|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x64.ActiveCfg = Debug|x64 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x64.Build.0 = Debug|x64 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x86.ActiveCfg = Debug|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x86.Build.0 = Debug|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|Win32.ActiveCfg = Release|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x64.ActiveCfg = Release|x64 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x64.Build.0 = Release|x64 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x86.ActiveCfg = Release|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x86.Build.0 = Release|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|Win32.ActiveCfg = Debug|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x64.ActiveCfg = Debug|x64 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x64.Build.0 = Debug|x64 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x86.ActiveCfg = Debug|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x86.Build.0 = Debug|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|Win32.ActiveCfg = Release|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x64.ActiveCfg = Release|x64 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x64.Build.0 = Release|x64 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x86.ActiveCfg = Release|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x86.Build.0 = Release|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|Win32.ActiveCfg = Debug|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x64.ActiveCfg = Debug|x64 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x64.Build.0 = Debug|x64 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x86.ActiveCfg = Debug|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x86.Build.0 = Debug|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|Win32.ActiveCfg = Release|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x64.ActiveCfg = Release|x64 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x64.Build.0 = Release|x64 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x86.ActiveCfg = Release|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x86.Build.0 = Release|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {E31B349C-830C-4583-8BD9-30DA4398349F}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {E31B349C-830C-4583-8BD9-30DA4398349F}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {E31B349C-830C-4583-8BD9-30DA4398349F}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|Win32.ActiveCfg = Debug|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x64.ActiveCfg = Debug|x64 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x64.Build.0 = Debug|x64 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x86.ActiveCfg = Debug|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x86.Build.0 = Debug|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|Win32.ActiveCfg = Release|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x64.ActiveCfg = Release|x64 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x64.Build.0 = Release|x64 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x86.ActiveCfg = Release|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x86.Build.0 = Release|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|x64 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x86 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {DE58D329-10DC-4C8D-9EFA-230A57314089} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} + {878FDDF8-A870-41D6-9E36-0A050EC5ACAB} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} + {E99FEFEE-B866-4BBA-9AA3-79DDF1C92960} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} + {9232212E-F3C6-4D18-8D25-0C31DD5FF3DB} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} + {89CE04CB-21DE-4ABB-9236-50529DD8C022} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} + {4408A2DA-ED2D-44AE-A465-0B6D75E1FF86} = {34C477FB-B0CC-4AB9-A346-EA7B055469AC} + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068} = {DE58D329-10DC-4C8D-9EFA-230A57314089} + {52F880E7-D677-4C91-8516-D679CE0F46A8} = {DE58D329-10DC-4C8D-9EFA-230A57314089} + {AF2FBC78-266C-430C-BC29-9477AB596A36} = {39E9D1BF-3A0B-4D86-BF6B-F463E1A2245A} + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10} = {E99FEFEE-B866-4BBA-9AA3-79DDF1C92960} + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9} = {E99FEFEE-B866-4BBA-9AA3-79DDF1C92960} + {68A43817-2358-4A31-8FDF-FE21722BFBCF} = {E99FEFEE-B866-4BBA-9AA3-79DDF1C92960} + {12F1C14F-5C7D-4075-9BAE-C091394FF99A} = {E99FEFEE-B866-4BBA-9AA3-79DDF1C92960} + {0DE01712-C2D1-4CA4-B42C-5856456A8696} = {9232212E-F3C6-4D18-8D25-0C31DD5FF3DB} + {090A081D-E8B5-4949-AA43-EE182B7101E3} = {9232212E-F3C6-4D18-8D25-0C31DD5FF3DB} + {C43DEB69-8088-420B-B0CA-C699535E6D08} = {89CE04CB-21DE-4ABB-9236-50529DD8C022} + {EB36626D-36C2-41B3-B65E-762BAF27F137} = {89CE04CB-21DE-4ABB-9236-50529DD8C022} + {E31B349C-830C-4583-8BD9-30DA4398349F} = {89CE04CB-21DE-4ABB-9236-50529DD8C022} + {8CC1C265-0507-44A3-9483-8FAF48513F4D} = {4408A2DA-ED2D-44AE-A465-0B6D75E1FF86} + EndGlobalSection +EndGlobal diff --git a/qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj b/qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj deleted file mode 100644 index c10c2da0dc..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj +++ /dev/null @@ -1,336 +0,0 @@ - - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - RelWithDebInfo - Win32 - - - RelWithDebInfo - x64 - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - org.apache.qpid.messaging - ManagedCProj - v4.0 - - - - DynamicLibrary - Unicode - true - false - - - DynamicLibrary - Unicode - true - false - - - DynamicLibrary - Unicode - true - false - - - DynamicLibrary - Unicode - true - false - - - DynamicLibrary - Unicode - true - false - - - DynamicLibrary - Unicode - true - false - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - $(ProjectDir)obj\$(Platform)\$(Configuration)\ - false - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - $(ProjectDir)obj\$(Platform)\$(Configuration)\ - false - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - $(ProjectDir)obj\$(Platform)\$(Configuration)\ - false - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - $(ProjectDir)obj\$(Platform)\$(Configuration)\ - false - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - $(ProjectDir)obj\$(Platform)\$(Configuration)\ - false - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - $(ProjectDir)obj\$(Platform)\$(Configuration)\ - false - ..\qpid.snk - true - - - - /Zm1000 /wd4244 /wd4800 /wd4355 %(AdditionalOptions) - Disabled - $(ProjectDir)..\..\..\..\..\include;$(ProjectDir)..\..\..\..\..\src;%(AdditionalIncludeDirectories) - WIN32;_WINDOWS;_DEBUG;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - - - Level3 - ProgramDatabase - - - /STACK:10000000 /machine:I386 /KEYFILE:..\qpid.snk %(AdditionalOptions) - $(QPID_BUILD_ROOT)\src\$(Configuration)\qpidclientd.lib;$(QPID_BUILD_ROOT)\src\$(Configuration)\qpidcommond.lib;$(QPID_BUILD_ROOT)\src\$(Configuration)\qpidmessagingd.lib;$(QPID_BUILD_ROOT)\src\$(Configuration)\qpidtypesd.lib;%(AdditionalDependencies) - $(QPID_BUILD_ROOT)\src\$(Configuration)\org.apache.qpid.messaging.dll - true - true - MachineX86 - - - sn.exe -Ra "$(TargetPath)" "..\qpid.snk" - - - - - X64 - - - /Zm1000 /wd4244 /wd4800 /wd4355 %(AdditionalOptions) - Disabled - $(ProjectDir)..\..\..\..\..\include;$(ProjectDir)..\..\..\..\..\src;%(AdditionalIncludeDirectories) - WIN32;_WINDOWS;_DEBUG;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - - - Level3 - ProgramDatabase - - - /STACK:10000000 /KEYFILE:..\qpid.snk %(AdditionalOptions) - $(QPID_BUILD_ROOT)\src\$(Configuration)\qpidclientd.lib;$(QPID_BUILD_ROOT)\src\$(Configuration)\qpidcommond.lib;$(QPID_BUILD_ROOT)\src\$(Configuration)\qpidmessagingd.lib;$(QPID_BUILD_ROOT)\src\$(Configuration)\qpidtypesd.lib;%(AdditionalDependencies) - $(QPID_BUILD_ROOT)\src\$(Configuration)\org.apache.qpid.messaging.dll - true - true - MachineX64 - - - sn.exe -Ra "$(TargetPath)" "..\qpid.snk" - - - - - /Zm1000 /wd4244 /wd4800 /wd4355 %(AdditionalOptions) - Disabled - $(ProjectDir)..\..\..\..\..\include;$(ProjectDir)..\..\..\..\..\src;%(AdditionalIncludeDirectories) - WIN32;_WINDOWS;NDEBUG;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - /STACK:10000000 /machine:I386 /KEYFILE:..\qpid.snk %(AdditionalOptions) - $(QPID_BUILD_ROOT)\src\$(Configuration)\qpidclient.lib;$(QPID_BUILD_ROOT)\src\$(Configuration)\qpidcommon.lib;$(QPID_BUILD_ROOT)\src\$(Configuration)\qpidmessaging.lib;$(QPID_BUILD_ROOT)\src\$(Configuration)\qpidtypes.lib;%(AdditionalDependencies) - $(QPID_BUILD_ROOT)\src\$(Configuration)\org.apache.qpid.messaging.dll - true - true - MachineX86 - - - sn.exe -Ra "$(TargetPath)" "..\qpid.snk" - - - - - X64 - - - /Zm1000 /wd4244 /wd4800 /wd4355 %(AdditionalOptions) - Disabled - $(ProjectDir)..\..\..\..\..\include;$(ProjectDir)..\..\..\..\..\src;%(AdditionalIncludeDirectories) - WIN32;_WINDOWS;NDEBUG;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - /STACK:10000000 /KEYFILE:..\qpid.snk %(AdditionalOptions) - $(QPID_BUILD_ROOT)\src\$(Configuration)\qpidclient.lib;$(QPID_BUILD_ROOT)\src\$(Configuration)\qpidcommon.lib;$(QPID_BUILD_ROOT)\src\$(Configuration)\qpidmessaging.lib;$(QPID_BUILD_ROOT)\src\$(Configuration)\qpidtypes.lib;%(AdditionalDependencies) - $(QPID_BUILD_ROOT)\src\$(Configuration)\org.apache.qpid.messaging.dll - true - true - MachineX64 - - - sn.exe -Ra "$(TargetPath)" "..\qpid.snk" - - - - - /Zm1000 /wd4244 /wd4800 /wd4355 %(AdditionalOptions) - Disabled - $(ProjectDir)..\..\..\..\..\include;$(ProjectDir)..\..\..\..\..\src;%(AdditionalIncludeDirectories) - WIN32;_WINDOWS;NDEBUG;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - /STACK:10000000 /machine:I386 /KEYFILE:..\qpid.snk %(AdditionalOptions) - $(QPID_BUILD_ROOT)\src\$(Configuration)\qpidclient.lib;$(QPID_BUILD_ROOT)\src\$(Configuration)\qpidcommon.lib;$(QPID_BUILD_ROOT)\src\$(Configuration)\qpidmessaging.lib;$(QPID_BUILD_ROOT)\src\$(Configuration)\qpidtypes.lib;%(AdditionalDependencies) - $(QPID_BUILD_ROOT)\src\$(Configuration)\org.apache.qpid.messaging.dll - true - true - MachineX86 - - - sn.exe -Ra "$(TargetPath)" "..\qpid.snk" - - - - - X64 - - - /Zm1000 /wd4244 /wd4800 /wd4355 %(AdditionalOptions) - Disabled - $(ProjectDir)..\..\..\..\..\include;$(ProjectDir)..\..\..\..\..\src;%(AdditionalIncludeDirectories) - WIN32;_WINDOWS;NDEBUG;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - /STACK:10000000 /KEYFILE:..\qpid.snk %(AdditionalOptions) - $(QPID_BUILD_ROOT)\src\$(Configuration)\qpidclient.lib;$(QPID_BUILD_ROOT)\src\$(Configuration)\qpidcommon.lib;$(QPID_BUILD_ROOT)\src\$(Configuration)\qpidmessaging.lib;$(QPID_BUILD_ROOT)\src\$(Configuration)\qpidtypes.lib;%(AdditionalDependencies) - $(QPID_BUILD_ROOT)\src\$(Configuration)\org.apache.qpid.messaging.dll - true - true - MachineX64 - - - sn.exe -Ra "$(TargetPath)" "..\qpid.snk" - - - - - true - true - - - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj.filters b/qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj.filters deleted file mode 100644 index 25ea55f289..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj.filters +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Resource Files - - - - - Resource Files - - - - - - Resource Files - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/src/msvc9/org.apache.qpid.messaging.vcproj b/qpid/cpp/bindings/qpid/dotnet/src/msvc9/org.apache.qpid.messaging.vcproj deleted file mode 100644 index bae1239e18..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/src/msvc9/org.apache.qpid.messaging.vcproj +++ /dev/null @@ -1,652 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/src/msvc9/org.apache.qpid.messaging.vcproj.in b/qpid/cpp/bindings/qpid/dotnet/src/msvc9/org.apache.qpid.messaging.vcproj.in new file mode 100644 index 0000000000..c98252a539 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/src/msvc9/org.apache.qpid.messaging.vcproj.in @@ -0,0 +1,652 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/qpid/cpp/bindings/qpid/dotnet/src/msvcx/org.apache.qpid.messaging.vcxproj.filters.in b/qpid/cpp/bindings/qpid/dotnet/src/msvcx/org.apache.qpid.messaging.vcxproj.filters.in new file mode 100644 index 0000000000..5d176e7586 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/src/msvcx/org.apache.qpid.messaging.vcxproj.filters.in @@ -0,0 +1,116 @@ + + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Resource Files + + + + + Resource Files + + + + + + Resource Files + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/src/msvcx/org.apache.qpid.messaging.vcxproj.in b/qpid/cpp/bindings/qpid/dotnet/src/msvcx/org.apache.qpid.messaging.vcxproj.in new file mode 100644 index 0000000000..db95fa6927 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/src/msvcx/org.apache.qpid.messaging.vcxproj.in @@ -0,0 +1,342 @@ + + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + RelWithDebInfo + Win32 + + + RelWithDebInfo + x64 + + + + {AA5A3B83-5F98-406D-A01C-5A921467A57D} + org.apache.qpid.messaging + ManagedCProj + ${DOTNET_TARGET_FRAMEWORK_VERSION} + + + + DynamicLibrary + Unicode + true + false + ${DOTNET_PLATFORM_TOOLSET} + + + DynamicLibrary + Unicode + true + false + ${DOTNET_PLATFORM_TOOLSET} + + + DynamicLibrary + Unicode + true + false + ${DOTNET_PLATFORM_TOOLSET} + + + DynamicLibrary + Unicode + true + false + ${DOTNET_PLATFORM_TOOLSET} + + + DynamicLibrary + Unicode + true + false + ${DOTNET_PLATFORM_TOOLSET} + + + DynamicLibrary + Unicode + true + false + ${DOTNET_PLATFORM_TOOLSET} + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + ${DOTNET_projectBinaryDir}\src\$(Configuration)\ + ${DOTNET_projectBinaryDir}\obj\$(Platform)\$(Configuration)\ + false + ${DOTNET_projectBinaryDir}\src\$(Configuration)\ + ${DOTNET_projectBinaryDir}\obj\$(Platform)\$(Configuration)\ + false + ${DOTNET_projectBinaryDir}\src\$(Configuration)\ + ${DOTNET_projectBinaryDir}\obj\$(Platform)\$(Configuration)\ + false + ${DOTNET_projectBinaryDir}\src\$(Configuration)\ + ${DOTNET_projectBinaryDir}\obj\$(Platform)\$(Configuration)\ + false + ${DOTNET_projectBinaryDir}\src\$(Configuration)\ + ${DOTNET_projectBinaryDir}\obj\$(Platform)\$(Configuration)\ + false + ${DOTNET_projectBinaryDir}\src\$(Configuration)\ + ${DOTNET_projectBinaryDir}\obj\$(Platform)\$(Configuration)\ + false + ${DOTNET_currentSourceDir}\src\qpid.snk + true + + + + /Zm1000 /wd4244 /wd4800 /wd4355 %(AdditionalOptions) + Disabled + ${PROJECT_SOURCE_DIR}\include;${PROJECT_SOURCE_DIR}\src;%(AdditionalIncludeDirectories) + WIN32;_WINDOWS;_DEBUG;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + + + /STACK:10000000 /machine:I386 /KEYFILE:${DOTNET_currentSourceDir}\src\qpid.snk %(AdditionalOptions) + ${DOTNET_projectBinaryDir}\src\$(Configuration)\qpidclientd.lib;${DOTNET_projectBinaryDir}\src\$(Configuration)\qpidcommond.lib;${DOTNET_projectBinaryDir}\src\$(Configuration)\qpidmessagingd.lib;${DOTNET_projectBinaryDir}\src\$(Configuration)\qpidtypesd.lib;%(AdditionalDependencies) + ${DOTNET_projectBinaryDir}\src\$(Configuration)\org.apache.qpid.messaging.dll + true + true + MachineX86 + + + sn.exe -Ra "$(TargetPath)" "${DOTNET_currentSourceDir}\src\qpid.snk" + + + + + X64 + + + /Zm1000 /wd4244 /wd4800 /wd4355 %(AdditionalOptions) + Disabled + ${PROJECT_SOURCE_DIR}\include;${PROJECT_SOURCE_DIR}\src;%(AdditionalIncludeDirectories) + WIN32;_WINDOWS;_DEBUG;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + + + /STACK:10000000 /KEYFILE:${DOTNET_currentSourceDir}\src\qpid.snk %(AdditionalOptions) + ${DOTNET_projectBinaryDir}\src\$(Configuration)\qpidclientd.lib;${DOTNET_projectBinaryDir}\src\$(Configuration)\qpidcommond.lib;${DOTNET_projectBinaryDir}\src\$(Configuration)\qpidmessagingd.lib;${DOTNET_projectBinaryDir}\src\$(Configuration)\qpidtypesd.lib;%(AdditionalDependencies) + ${DOTNET_projectBinaryDir}\src\$(Configuration)\org.apache.qpid.messaging.dll + true + true + MachineX64 + + + sn.exe -Ra "$(TargetPath)" "${DOTNET_currentSourceDir}\src\qpid.snk" + + + + + /Zm1000 /wd4244 /wd4800 /wd4355 %(AdditionalOptions) + Disabled + ${PROJECT_SOURCE_DIR}\include;${PROJECT_SOURCE_DIR}\src;%(AdditionalIncludeDirectories) + WIN32;_WINDOWS;NDEBUG;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + + + /STACK:10000000 /machine:I386 /KEYFILE:${DOTNET_currentSourceDir}\src\qpid.snk %(AdditionalOptions) + ${DOTNET_projectBinaryDir}\src\$(Configuration)\qpidclient.lib;${DOTNET_projectBinaryDir}\src\$(Configuration)\qpidcommon.lib;${DOTNET_projectBinaryDir}\src\$(Configuration)\qpidmessaging.lib;${DOTNET_projectBinaryDir}\src\$(Configuration)\qpidtypes.lib;%(AdditionalDependencies) + ${DOTNET_projectBinaryDir}\src\$(Configuration)\org.apache.qpid.messaging.dll + true + true + MachineX86 + + + sn.exe -Ra "$(TargetPath)" "${DOTNET_currentSourceDir}\src\qpid.snk" + + + + + X64 + + + /Zm1000 /wd4244 /wd4800 /wd4355 %(AdditionalOptions) + Disabled + ${PROJECT_SOURCE_DIR}\include;${PROJECT_SOURCE_DIR}\src;%(AdditionalIncludeDirectories) + WIN32;_WINDOWS;NDEBUG;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + + + /STACK:10000000 /KEYFILE:${DOTNET_currentSourceDir}\src\qpid.snk %(AdditionalOptions) + ${DOTNET_projectBinaryDir}\src\$(Configuration)\qpidclient.lib;${DOTNET_projectBinaryDir}\src\$(Configuration)\qpidcommon.lib;${DOTNET_projectBinaryDir}\src\$(Configuration)\qpidmessaging.lib;${DOTNET_projectBinaryDir}\src\$(Configuration)\qpidtypes.lib;%(AdditionalDependencies) + ${DOTNET_projectBinaryDir}\src\$(Configuration)\org.apache.qpid.messaging.dll + true + true + MachineX64 + + + sn.exe -Ra "$(TargetPath)" "${DOTNET_currentSourceDir}\src\qpid.snk" + + + + + /Zm1000 /wd4244 /wd4800 /wd4355 %(AdditionalOptions) + Disabled + ${PROJECT_SOURCE_DIR}\include;${PROJECT_SOURCE_DIR}\src;%(AdditionalIncludeDirectories) + WIN32;_WINDOWS;NDEBUG;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + + + /STACK:10000000 /machine:I386 /KEYFILE:${DOTNET_currentSourceDir}\src\qpid.snk %(AdditionalOptions) + ${DOTNET_projectBinaryDir}\src\$(Configuration)\qpidclient.lib;${DOTNET_projectBinaryDir}\src\$(Configuration)\qpidcommon.lib;${DOTNET_projectBinaryDir}\src\$(Configuration)\qpidmessaging.lib;${DOTNET_projectBinaryDir}\src\$(Configuration)\qpidtypes.lib;%(AdditionalDependencies) + ${DOTNET_projectBinaryDir}\src\$(Configuration)\org.apache.qpid.messaging.dll + true + true + MachineX86 + + + sn.exe -Ra "$(TargetPath)" "${DOTNET_currentSourceDir}\src\qpid.snk" + + + + + X64 + + + /Zm1000 /wd4244 /wd4800 /wd4355 %(AdditionalOptions) + Disabled + ${PROJECT_SOURCE_DIR}\include;${PROJECT_SOURCE_DIR}\src;%(AdditionalIncludeDirectories) + WIN32;_WINDOWS;NDEBUG;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + + + /STACK:10000000 /KEYFILE:${DOTNET_currentSourceDir}\src\qpid.snk %(AdditionalOptions) + ${DOTNET_projectBinaryDir}\src\$(Configuration)\qpidclient.lib;${DOTNET_projectBinaryDir}\src\$(Configuration)\qpidcommon.lib;${DOTNET_projectBinaryDir}\src\$(Configuration)\qpidmessaging.lib;${DOTNET_projectBinaryDir}\src\$(Configuration)\qpidtypes.lib;%(AdditionalDependencies) + ${DOTNET_projectBinaryDir}\src\$(Configuration)\org.apache.qpid.messaging.dll + true + true + MachineX64 + + + sn.exe -Ra "$(TargetPath)" "${DOTNET_currentSourceDir}\src\qpid.snk" + + + + + true + true + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/src/org.apache.qpid.messaging.template.rc b/qpid/cpp/bindings/qpid/dotnet/src/org.apache.qpid.messaging.template.rc index 1c529c285a..8ce231912d 100644 --- a/qpid/cpp/bindings/qpid/dotnet/src/org.apache.qpid.messaging.template.rc +++ b/qpid/cpp/bindings/qpid/dotnet/src/org.apache.qpid.messaging.template.rc @@ -19,7 +19,7 @@ // Microsoft Visual C++ generated resource script. // -#include "..\resource1.h" +#include "${DOTNET_relPathToResource}" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// @@ -48,7 +48,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 1 TEXTINCLUDE BEGIN - "resource1.h\0" + "${DOTNET_relPathToResource}\0" END 2 TEXTINCLUDE diff --git a/qpid/cpp/bindings/qpid/dotnet/src/sessionreceiver/msvc10/org.apache.qpid.messaging.sessionreceiver.csproj b/qpid/cpp/bindings/qpid/dotnet/src/sessionreceiver/msvc10/org.apache.qpid.messaging.sessionreceiver.csproj deleted file mode 100644 index fd24983a87..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/src/sessionreceiver/msvc10/org.apache.qpid.messaging.sessionreceiver.csproj +++ /dev/null @@ -1,138 +0,0 @@ - - - - - Debug - AnyCPU - 9.0.21022 - 2.0 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05} - Library - Properties - org.apache.qpid.messaging.sessionreceiver - org.apache.qpid.messaging.sessionreceiver - v4.0 - 512 - true - $(ProjectDir)..\qpid.snk - - - 3.5 - - - - - true - full - false - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - prompt - 4 - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - AnyCPU - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/src/sessionreceiver/msvc9/org.apache.qpid.messaging.sessionreceiver.csproj b/qpid/cpp/bindings/qpid/dotnet/src/sessionreceiver/msvc9/org.apache.qpid.messaging.sessionreceiver.csproj deleted file mode 100644 index 8020d95591..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/src/sessionreceiver/msvc9/org.apache.qpid.messaging.sessionreceiver.csproj +++ /dev/null @@ -1,133 +0,0 @@ - - - - - Debug - AnyCPU - 9.0.21022 - 2.0 - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05} - Library - Properties - org.apache.qpid.messaging.sessionreceiver - org.apache.qpid.messaging.sessionreceiver - v2.0 - 512 - true - ..\qpid.snk - - - true - full - false - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - prompt - 4 - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - AnyCPU - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/src/sessionreceiver/msvc9/org.apache.qpid.messaging.sessionreceiver.csproj.in b/qpid/cpp/bindings/qpid/dotnet/src/sessionreceiver/msvc9/org.apache.qpid.messaging.sessionreceiver.csproj.in new file mode 100644 index 0000000000..1c54517823 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/src/sessionreceiver/msvc9/org.apache.qpid.messaging.sessionreceiver.csproj.in @@ -0,0 +1,133 @@ + + + + + Debug + AnyCPU + 9.0.21022 + 2.0 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05} + Library + Properties + org.apache.qpid.messaging.sessionreceiver + org.apache.qpid.messaging.sessionreceiver + ${DOTNET_TARGET_FRAMEWORK_VERSION} + 512 + true + ${CMAKE_CURRENT_SOURCE_DIR}/src/qpid.snk + + + true + full + false + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + prompt + 4 + + + true + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + DEBUG;TRACE + full + x86 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + true + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + AnyCPU + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + + + + + + + + + {AA5A3B83-5F98-406D-A01C-5A921467A57D} + Org.Apache.Qpid.Messaging + + + + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/src/sessionreceiver/msvcx/org.apache.qpid.messaging.sessionreceiver.csproj.in b/qpid/cpp/bindings/qpid/dotnet/src/sessionreceiver/msvcx/org.apache.qpid.messaging.sessionreceiver.csproj.in new file mode 100644 index 0000000000..33d1f562e3 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/src/sessionreceiver/msvcx/org.apache.qpid.messaging.sessionreceiver.csproj.in @@ -0,0 +1,144 @@ + + + + + Debug + AnyCPU + 9.0.21022 + 2.0 + {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05} + Library + Properties + org.apache.qpid.messaging.sessionreceiver + org.apache.qpid.messaging.sessionreceiver + ${DOTNET_TARGET_FRAMEWORK_VERSION} + 512 + true + ${DOTNET_currentSourceDir}\src\qpid.snk + + + 3.5 + + + + + true + full + false + ${PROJECT_BINARY_DIR}/src/$(Configuration)/ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + ${PROJECT_BINARY_DIR}/src/$(Configuration)/ + TRACE + prompt + 4 + + + true + ${PROJECT_BINARY_DIR}/src/$(Configuration)/ + DEBUG;TRACE + full + x86 + prompt + + + ${PROJECT_BINARY_DIR}/src/$(Configuration)/ + TRACE + true + pdbonly + x86 + prompt + + + true + ${PROJECT_BINARY_DIR}/src/$(Configuration)/ + DEBUG;TRACE + full + x64 + prompt + + + ${PROJECT_BINARY_DIR}/src/$(Configuration)/ + TRACE + true + pdbonly + x64 + prompt + + + ${PROJECT_BINARY_DIR}/src/$(Configuration)/ + TRACE + true + pdbonly + AnyCPU + prompt + + + ${PROJECT_BINARY_DIR}/src/$(Configuration)/ + TRACE + true + pdbonly + x86 + prompt + + + ${PROJECT_BINARY_DIR}/src/$(Configuration)/ + TRACE + true + pdbonly + x64 + prompt + + + + + + + sessionreceiver.cs + + + sessionreceiver-AssemblyInfo.cs + + + + + {AA5A3B83-5F98-406D-A01C-5A921467A57D} + Org.Apache.Qpid.Messaging + + + + + qpid.snk + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/test/messaging.test/msvc10/messaging.test.csproj b/qpid/cpp/bindings/qpid/dotnet/test/messaging.test/msvc10/messaging.test.csproj deleted file mode 100644 index 673877e121..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/test/messaging.test/msvc10/messaging.test.csproj +++ /dev/null @@ -1,185 +0,0 @@ - - - - - Debug - AnyCPU - 9.0.21022 - 2.0 - {AF2FBC78-266C-430C-BC29-9477AB596A36} - Library - Properties - messaging.test - messaging.test - v4.0 - 512 - - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - 3.5 - - - - - true - full - false - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - prompt - 4 - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - bin\RelWithDebInfo\ - TRACE - true - pdbonly - AnyCPU - prompt - - - bin\x86\RelWithDebInfo\ - TRACE - true - pdbonly - x86 - prompt - - - bin\x64\RelWithDebInfo\ - TRACE - true - pdbonly - x64 - prompt - - - - False - C:\Program Files (x86)\NUnit 2.5.3\bin\net-1.1\framework\nunit.framework.dll - - - - - - - - - - - - - False - .NET Framework 2.0 %28x86%29 - false - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - true - - - False - Windows Installer 3.1 - true - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/test/messaging.test/msvc9/messaging.test.csproj b/qpid/cpp/bindings/qpid/dotnet/test/messaging.test/msvc9/messaging.test.csproj deleted file mode 100644 index 8e02304f85..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/test/messaging.test/msvc9/messaging.test.csproj +++ /dev/null @@ -1,180 +0,0 @@ - - - - - Debug - AnyCPU - 9.0.21022 - 2.0 - {AF2FBC78-266C-430C-BC29-9477AB596A36} - Library - Properties - messaging.test - messaging.test - v3.5 - 512 - - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - true - full - false - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - prompt - 4 - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(QPID_BUILD_ROOT)\src\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - bin\RelWithDebInfo\ - TRACE - true - pdbonly - AnyCPU - prompt - - - bin\x86\RelWithDebInfo\ - TRACE - true - pdbonly - x86 - prompt - - - bin\x64\RelWithDebInfo\ - TRACE - true - pdbonly - x64 - prompt - - - - False - C:\Program Files (x86)\NUnit 2.5.3\bin\net-1.1\framework\nunit.framework.dll - - - - - - - - - - - - - False - .NET Framework 2.0 %28x86%29 - false - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - true - - - False - Windows Installer 3.1 - true - - - - - {AA5A3B83-5F98-406D-A01C-5A921467A57D} - Org.Apache.Qpid.Messaging - - - - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/test/messaging.test/msvc9/messaging.test.csproj.in b/qpid/cpp/bindings/qpid/dotnet/test/messaging.test/msvc9/messaging.test.csproj.in new file mode 100644 index 0000000000..13874d35b1 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/test/messaging.test/msvc9/messaging.test.csproj.in @@ -0,0 +1,180 @@ + + + + + Debug + AnyCPU + 9.0.21022 + 2.0 + {AF2FBC78-266C-430C-BC29-9477AB596A36} + Library + Properties + messaging.test + messaging.test + ${DOTNET_TARGET_FRAMEWORK_VERSION} + 512 + + + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true + + + true + full + false + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + prompt + 4 + + + true + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + DEBUG;TRACE + full + x86 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + true + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + ${PROJECT_BINARY_DIR}\src\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + bin\RelWithDebInfo\ + TRACE + true + pdbonly + AnyCPU + prompt + + + bin\x86\RelWithDebInfo\ + TRACE + true + pdbonly + x86 + prompt + + + bin\x64\RelWithDebInfo\ + TRACE + true + pdbonly + x64 + prompt + + + + False + C:\Program Files (x86)\NUnit 2.5.3\bin\net-1.1\framework\nunit.framework.dll + + + + + + + + + + + + + False + .NET Framework 2.0 %28x86%29 + false + + + False + .NET Framework 3.0 %28x86%29 + false + + + False + .NET Framework 3.5 + true + + + False + Windows Installer 3.1 + true + + + + + {AA5A3B83-5F98-406D-A01C-5A921467A57D} + Org.Apache.Qpid.Messaging + + + + + + + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/test/messaging.test/msvcx/messaging.test.csproj.in b/qpid/cpp/bindings/qpid/dotnet/test/messaging.test/msvcx/messaging.test.csproj.in new file mode 100644 index 0000000000..c77315f0be --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/test/messaging.test/msvcx/messaging.test.csproj.in @@ -0,0 +1,197 @@ + + + + + Debug + AnyCPU + 9.0.21022 + 2.0 + {AF2FBC78-266C-430C-BC29-9477AB596A36} + Library + Properties + messaging.test + messaging.test + ${DOTNET_TARGET_FRAMEWORK_VERSION} + 512 + + + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true + + + 3.5 + + + + + true + full + false + ${PROJECT_BINARY_DIR}/src/$(Configuration)/ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + ${PROJECT_BINARY_DIR}/src/$(Configuration)/ + TRACE + prompt + 4 + + + true + ${PROJECT_BINARY_DIR}/src/$(Configuration)/ + DEBUG;TRACE + full + x86 + prompt + + + ${PROJECT_BINARY_DIR}/src/$(Configuration)/ + TRACE + true + pdbonly + x86 + prompt + + + true + ${PROJECT_BINARY_DIR}/src/$(Configuration)/ + DEBUG;TRACE + full + x64 + prompt + + + ${PROJECT_BINARY_DIR}/src/$(Configuration)/ + TRACE + true + pdbonly + x64 + prompt + + + ${PROJECT_BINARY_DIR}/src/$(Configuration)/ + TRACE + true + pdbonly + AnyCPU + prompt + + + ${PROJECT_BINARY_DIR}/src/$(Configuration)/ + TRACE + true + pdbonly + x86 + prompt + + + ${PROJECT_BINARY_DIR}/src/$(Configuration)/ + TRACE + true + pdbonly + x64 + prompt + + + + False + C:\Program Files (x86)\NUnit 2.5.3\bin\net-1.1\framework\nunit.framework.dll + + + + + messaging.test.address.cs + + + messaging.test.connection.cs + + + messaging.test.cs + + + messaging.test.duration.cs + + + messaging.test.message.cs + + + AssemblyInfo.cs + + + + + False + .NET Framework 2.0 %28x86%29 + false + + + False + .NET Framework 3.0 %28x86%29 + false + + + False + .NET Framework 3.5 + true + + + False + Windows Installer 3.1 + true + + + + + {AA5A3B83-5F98-406D-A01C-5A921467A57D} + Org.Apache.Qpid.Messaging + + + + + + + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.direct.receiver/csharp.direct.receiver.csproj b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.direct.receiver/csharp.direct.receiver.csproj deleted file mode 100644 index 1efc9de594..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.direct.receiver/csharp.direct.receiver.csproj +++ /dev/null @@ -1,89 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {52F880E7-D677-4C91-8516-D679CE0F46A8} - Exe - Properties - csharp.direct.receiver - csharp.direct.receiver - v4.0 - 512 - - - - - 3.5 - - - - true - $(ProjectDir)..\..\..\bin\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(ProjectDir)..\..\..\bin\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - $(ProjectDir)..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.direct.sender/csharp.direct.sender.csproj b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.direct.sender/csharp.direct.sender.csproj deleted file mode 100644 index b40ad1145d..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.direct.sender/csharp.direct.sender.csproj +++ /dev/null @@ -1,89 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068} - Exe - Properties - csharp.direct.sender - csharp.direct.sender - v4.0 - 512 - - - - - 3.5 - - - - true - $(ProjectDir)..\..\..\bin\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(ProjectDir)..\..\..\bin\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - $(ProjectDir)..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.client/csharp.example.client.csproj b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.client/csharp.example.client.csproj deleted file mode 100644 index f49ba9e639..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.client/csharp.example.client.csproj +++ /dev/null @@ -1,89 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {0DE01712-C2D1-4CA4-B42C-5856456A8696} - Exe - Properties - csharp.example.client - csharp.example.client - v4.0 - 512 - - - - - 3.5 - - - - true - $(ProjectDir)..\..\..\bin\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(ProjectDir)..\..\..\bin\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - $(ProjectDir)..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj deleted file mode 100644 index 5e59fbc369..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj +++ /dev/null @@ -1,89 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {E31B349C-830C-4583-8BD9-30DA4398349F} - Exe - Properties - csharp.example.declare_queues - csharp.example.declare_queues - v4.0 - 512 - - - - - 3.5 - - - - true - $(ProjectDir)..\..\..\bin\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(ProjectDir)..\..\..\bin\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - $(ProjectDir)..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.drain/csharp.example.drain.csproj b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.drain/csharp.example.drain.csproj deleted file mode 100644 index 2e2c97370e..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.drain/csharp.example.drain.csproj +++ /dev/null @@ -1,90 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {C43DEB69-8088-420B-B0CA-C699535E6D08} - Exe - Properties - csharp.example.drain - csharp.example.drain - v4.0 - 512 - - - - - 3.5 - - - - true - $(ProjectDir)..\..\..\bin\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(ProjectDir)..\..\..\bin\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - $(ProjectDir)..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.helloworld/csharp.example.helloworld.csproj b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.helloworld/csharp.example.helloworld.csproj deleted file mode 100644 index de54c0feb8..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.helloworld/csharp.example.helloworld.csproj +++ /dev/null @@ -1,89 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {8CC1C265-0507-44A3-9483-8FAF48513F4D} - Exe - Properties - csharp.example.helloworld - csharp.example.helloworld - v4.0 - 512 - - - - - 3.5 - - - - true - $(ProjectDir)..\..\..\bin\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(ProjectDir)..\..\..\bin\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - - - - - $(ProjectDir)..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.server/csharp.example.server.csproj b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.server/csharp.example.server.csproj deleted file mode 100644 index 52e73ee86c..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.server/csharp.example.server.csproj +++ /dev/null @@ -1,89 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {090A081D-E8B5-4949-AA43-EE182B7101E3} - Exe - Properties - csharp.example.server - csharp.example.server - v4.0 - 512 - - - - - 3.5 - - - - true - $(ProjectDir)..\..\..\bin\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(ProjectDir)..\..\..\bin\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - $(ProjectDir)..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.spout/csharp.example.spout.csproj b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.spout/csharp.example.spout.csproj deleted file mode 100644 index bb26be87a7..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.spout/csharp.example.spout.csproj +++ /dev/null @@ -1,91 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {EB36626D-36C2-41B3-B65E-762BAF27F137} - Exe - Properties - csharp.example.spout - csharp.example.spout - v4.0 - 512 - - - - - 3.5 - - - - true - $(ProjectDir)..\..\..\bin\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(ProjectDir)..\..\..\bin\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - $(ProjectDir)..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj deleted file mode 100644 index efedc1eb67..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj +++ /dev/null @@ -1,93 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {68A43817-2358-4A31-8FDF-FE21722BFBCF} - Exe - Properties - csharp.map.callback.receiver - csharp.map.callback.receiver - v4.0 - 512 - - - - - 3.5 - - - - true - $(ProjectDir)..\..\..\bin\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(ProjectDir)..\..\..\bin\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - $(ProjectDir)..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - $(ProjectDir)..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.sessionreceiver.dll - - - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj deleted file mode 100644 index 148c79bd40..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj +++ /dev/null @@ -1,92 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A} - Exe - Properties - csharp.map.callback.sender - csharp.map.callback.sender - v4.0 - 512 - - - - - 3.5 - - - - true - $(ProjectDir)..\..\..\bin\$(Configuration)\ - DEBUG;TRACE - true - full - x86 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(ProjectDir)..\..\..\bin\$(Configuration)\ - DEBUG;TRACE - true - full - x64 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - $(ProjectDir)..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.map.receiver/csharp.map.receiver.csproj b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.map.receiver/csharp.map.receiver.csproj deleted file mode 100644 index 3b73be2d5c..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.map.receiver/csharp.map.receiver.csproj +++ /dev/null @@ -1,89 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9} - Exe - Properties - csharp.map.receiver - csharp.map.receiver - v4.0 - 512 - - - - - 3.5 - - - - true - $(ProjectDir)..\..\..\bin\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(ProjectDir)..\..\..\bin\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - $(ProjectDir)..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.map.sender/csharp.map.sender.csproj b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.map.sender/csharp.map.sender.csproj deleted file mode 100644 index 3d5f94e2e1..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.map.sender/csharp.map.sender.csproj +++ /dev/null @@ -1,89 +0,0 @@ - - - - - Debug - x86 - 9.0.21022 - 2.0 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10} - Exe - Properties - csharp.map.sender - csharp.map.sender - v4.0 - 512 - - - - - 3.5 - - - - true - $(ProjectDir)..\..\..\bin\$(Configuration)\ - DEBUG;TRACE - full - x86 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration)\ - TRACE - true - pdbonly - x86 - prompt - - - true - $(ProjectDir)..\..\..\bin\$(Configuration)\ - DEBUG;TRACE - full - x64 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration)\ - TRACE - true - pdbonly - x64 - prompt - - - - $(ProjectDir)..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/winsdk_dotnet_examples.sln b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/winsdk_dotnet_examples.sln deleted file mode 100644 index c180ded45a..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/winsdk_dotnet_examples.sln +++ /dev/null @@ -1,181 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 - -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License -# - -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.direct.sender", "examples\csharp.direct.sender\csharp.direct.sender.csproj", "{7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.direct.receiver", "examples\csharp.direct.receiver\csharp.direct.receiver.csproj", "{52F880E7-D677-4C91-8516-D679CE0F46A8}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.sender", "examples\csharp.map.sender\csharp.map.sender.csproj", "{5D8252F5-E1D3-44A0-94C7-7CB75E843C10}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.receiver", "examples\csharp.map.receiver\csharp.map.receiver.csproj", "{AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.callback.receiver", "examples\csharp.map.callback.receiver\csharp.map.callback.receiver.csproj", "{68A43817-2358-4A31-8FDF-FE21722BFBCF}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.callback.sender", "examples\csharp.map.callback.sender\csharp.map.callback.sender.csproj", "{12F1C14F-5C7D-4075-9BAE-C091394FF99A}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.client", "examples\csharp.example.client\csharp.example.client.csproj", "{0DE01712-C2D1-4CA4-B42C-5856456A8696}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.server", "examples\csharp.example.server\csharp.example.server.csproj", "{090A081D-E8B5-4949-AA43-EE182B7101E3}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.drain", "examples\csharp.example.drain\csharp.example.drain.csproj", "{C43DEB69-8088-420B-B0CA-C699535E6D08}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.spout", "examples\csharp.example.spout\csharp.example.spout.csproj", "{EB36626D-36C2-41B3-B65E-762BAF27F137}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.declare_queues", "examples\csharp.example.declare_queues\csharp.example.declare_queues.csproj", "{E31B349C-830C-4583-8BD9-30DA4398349F}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.helloworld", "examples\csharp.example.helloworld\csharp.example.helloworld.csproj", "{8CC1C265-0507-44A3-9483-8FAF48513F4D}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|Win32.ActiveCfg = Debug|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x64.ActiveCfg = Debug|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x64.Build.0 = Debug|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x86.ActiveCfg = Debug|x86 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x86.Build.0 = Debug|x86 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|Win32.ActiveCfg = Release|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x64.ActiveCfg = Release|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x64.Build.0 = Release|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x86.ActiveCfg = Release|x86 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x86.Build.0 = Release|x86 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|Win32.ActiveCfg = Debug|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x64.ActiveCfg = Debug|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x64.Build.0 = Debug|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x86.ActiveCfg = Debug|x86 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x86.Build.0 = Debug|x86 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|Win32.ActiveCfg = Release|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x64.ActiveCfg = Release|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x64.Build.0 = Release|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x86.ActiveCfg = Release|x86 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x86.Build.0 = Release|x86 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|Win32.ActiveCfg = Debug|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x64.ActiveCfg = Debug|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x64.Build.0 = Debug|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x86.ActiveCfg = Debug|x86 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x86.Build.0 = Debug|x86 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|Win32.ActiveCfg = Release|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x64.ActiveCfg = Release|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x64.Build.0 = Release|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x86.ActiveCfg = Release|x86 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x86.Build.0 = Release|x86 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|Win32.ActiveCfg = Debug|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x64.ActiveCfg = Debug|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x64.Build.0 = Debug|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x86.ActiveCfg = Debug|x86 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x86.Build.0 = Debug|x86 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|Win32.ActiveCfg = Release|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x64.ActiveCfg = Release|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x64.Build.0 = Release|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x86.ActiveCfg = Release|x86 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x86.Build.0 = Release|x86 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|Win32.ActiveCfg = Debug|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x64.ActiveCfg = Debug|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x64.Build.0 = Debug|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x86.ActiveCfg = Debug|x86 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x86.Build.0 = Debug|x86 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|Win32.ActiveCfg = Release|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x64.ActiveCfg = Release|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x64.Build.0 = Release|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x86.ActiveCfg = Release|x86 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x86.Build.0 = Release|x86 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|Win32.ActiveCfg = Debug|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x64.ActiveCfg = Debug|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x64.Build.0 = Debug|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x86.ActiveCfg = Debug|x86 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x86.Build.0 = Debug|x86 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|Win32.ActiveCfg = Release|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x64.ActiveCfg = Release|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x64.Build.0 = Release|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x86.ActiveCfg = Release|x86 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x86.Build.0 = Release|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|Win32.ActiveCfg = Debug|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x64.ActiveCfg = Debug|x64 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x64.Build.0 = Debug|x64 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x86.ActiveCfg = Debug|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x86.Build.0 = Debug|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|Win32.ActiveCfg = Release|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x64.ActiveCfg = Release|x64 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x64.Build.0 = Release|x64 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x86.ActiveCfg = Release|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x86.Build.0 = Release|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|Win32.ActiveCfg = Debug|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x64.ActiveCfg = Debug|x64 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x64.Build.0 = Debug|x64 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x86.ActiveCfg = Debug|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x86.Build.0 = Debug|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|Win32.ActiveCfg = Release|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x64.ActiveCfg = Release|x64 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x64.Build.0 = Release|x64 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x86.ActiveCfg = Release|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x86.Build.0 = Release|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|Win32.ActiveCfg = Debug|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x64.ActiveCfg = Debug|x64 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x64.Build.0 = Debug|x64 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x86.ActiveCfg = Debug|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x86.Build.0 = Debug|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|Win32.ActiveCfg = Release|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x64.ActiveCfg = Release|x64 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x64.Build.0 = Release|x64 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x86.ActiveCfg = Release|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x86.Build.0 = Release|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|Win32.ActiveCfg = Debug|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x64.ActiveCfg = Debug|x64 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x64.Build.0 = Debug|x64 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x86.ActiveCfg = Debug|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x86.Build.0 = Debug|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|Win32.ActiveCfg = Release|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x64.ActiveCfg = Release|x64 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x64.Build.0 = Release|x64 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x86.ActiveCfg = Release|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x86.Build.0 = Release|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|Win32.ActiveCfg = Debug|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x64.ActiveCfg = Debug|x64 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x64.Build.0 = Debug|x64 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x86.ActiveCfg = Debug|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x86.Build.0 = Debug|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|Win32.ActiveCfg = Release|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x64.ActiveCfg = Release|x64 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x64.Build.0 = Release|x64 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x86.ActiveCfg = Release|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x86.Build.0 = Release|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|Win32.ActiveCfg = Debug|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x64.ActiveCfg = Debug|x64 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x64.Build.0 = Debug|x64 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x86.ActiveCfg = Debug|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x86.Build.0 = Debug|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|Win32.ActiveCfg = Release|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x64.ActiveCfg = Release|x64 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x64.Build.0 = Release|x64 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x86.ActiveCfg = Release|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x86.Build.0 = Release|x86 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.direct.receiver/csharp.direct.receiver.csproj b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.direct.receiver/csharp.direct.receiver.csproj deleted file mode 100644 index 45258fa843..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.direct.receiver/csharp.direct.receiver.csproj +++ /dev/null @@ -1,107 +0,0 @@ - - - - - Debug - x86 - 9.0.30729 - 2.0 - {52F880E7-D677-4C91-8516-D679CE0F46A8} - Exe - Properties - csharp.direct.receiver - csharp.direct.receiver - v3.5 - 512 - - - true - full - false - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - prompt - 4 - - - true - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - full - x86 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - true - pdbonly - x86 - prompt - - - true - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - full - x64 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - true - pdbonly - x64 - prompt - - - - False - ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - False - ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.direct.receiver/csharp.direct.receiver.csproj.in b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.direct.receiver/csharp.direct.receiver.csproj.in new file mode 100644 index 0000000000..45258fa843 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.direct.receiver/csharp.direct.receiver.csproj.in @@ -0,0 +1,107 @@ + + + + + Debug + x86 + 9.0.30729 + 2.0 + {52F880E7-D677-4C91-8516-D679CE0F46A8} + Exe + Properties + csharp.direct.receiver + csharp.direct.receiver + v3.5 + 512 + + + true + full + false + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + prompt + 4 + + + true + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + true + pdbonly + x64 + prompt + + + + False + ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + False + ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + + + + + diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.direct.sender/csharp.direct.sender.csproj b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.direct.sender/csharp.direct.sender.csproj deleted file mode 100644 index f11603ac69..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.direct.sender/csharp.direct.sender.csproj +++ /dev/null @@ -1,90 +0,0 @@ - - - - - Debug - x86 - 9.0.30729 - 2.0 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068} - Exe - Properties - csharp.direct.sender - csharp.direct.sender - v3.5 - 512 - - - true - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - full - x86 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - true - pdbonly - x86 - prompt - - - true - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - full - x64 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - true - pdbonly - x64 - prompt - - - - False - ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - False - ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.direct.sender/csharp.direct.sender.csproj.in b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.direct.sender/csharp.direct.sender.csproj.in new file mode 100644 index 0000000000..f11603ac69 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.direct.sender/csharp.direct.sender.csproj.in @@ -0,0 +1,90 @@ + + + + + Debug + x86 + 9.0.30729 + 2.0 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068} + Exe + Properties + csharp.direct.sender + csharp.direct.sender + v3.5 + 512 + + + true + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + true + pdbonly + x64 + prompt + + + + False + ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + False + ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + + + + + diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.client/csharp.example.client.csproj b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.client/csharp.example.client.csproj deleted file mode 100644 index 1d78ff1a66..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.client/csharp.example.client.csproj +++ /dev/null @@ -1,107 +0,0 @@ - - - - - Debug - x86 - 9.0.30729 - 2.0 - {0DE01712-C2D1-4CA4-B42C-5856456A8696} - Exe - Properties - csharp.example.client - csharp.example.client - v3.5 - 512 - - - true - full - false - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - prompt - 4 - - - true - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - full - x86 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - true - pdbonly - x86 - prompt - - - true - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - full - x64 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - true - pdbonly - x64 - prompt - - - - False - ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - False - ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.client/csharp.example.client.csproj.in b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.client/csharp.example.client.csproj.in new file mode 100644 index 0000000000..1d78ff1a66 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.client/csharp.example.client.csproj.in @@ -0,0 +1,107 @@ + + + + + Debug + x86 + 9.0.30729 + 2.0 + {0DE01712-C2D1-4CA4-B42C-5856456A8696} + Exe + Properties + csharp.example.client + csharp.example.client + v3.5 + 512 + + + true + full + false + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + prompt + 4 + + + true + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + true + pdbonly + x64 + prompt + + + + False + ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + False + ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + + + + + diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj deleted file mode 100644 index d3082838ef..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj +++ /dev/null @@ -1,107 +0,0 @@ - - - - - Debug - x86 - 9.0.30729 - 2.0 - {E31B349C-830C-4583-8BD9-30DA4398349F} - Exe - Properties - csharp.example.declare_queues - csharp.example.declare_queues - v3.5 - 512 - - - true - full - false - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - prompt - 4 - - - true - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - full - x86 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - true - pdbonly - x86 - prompt - - - true - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - full - x64 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - true - pdbonly - x64 - prompt - - - - False - ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - False - ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj.in b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj.in new file mode 100644 index 0000000000..d3082838ef --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj.in @@ -0,0 +1,107 @@ + + + + + Debug + x86 + 9.0.30729 + 2.0 + {E31B349C-830C-4583-8BD9-30DA4398349F} + Exe + Properties + csharp.example.declare_queues + csharp.example.declare_queues + v3.5 + 512 + + + true + full + false + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + prompt + 4 + + + true + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + true + pdbonly + x64 + prompt + + + + False + ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + False + ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + + + + + diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.drain/csharp.example.drain.csproj b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.drain/csharp.example.drain.csproj deleted file mode 100644 index 0f6832b069..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.drain/csharp.example.drain.csproj +++ /dev/null @@ -1,108 +0,0 @@ - - - - - Debug - x86 - 9.0.30729 - 2.0 - {C43DEB69-8088-420B-B0CA-C699535E6D08} - Exe - Properties - csharp.example.drain - csharp.example.drain - v3.5 - 512 - - - true - full - false - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - prompt - 4 - - - true - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - full - x86 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - true - pdbonly - x86 - prompt - - - true - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - full - x64 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - true - pdbonly - x64 - prompt - - - - False - ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - False - ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - - - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.drain/csharp.example.drain.csproj.in b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.drain/csharp.example.drain.csproj.in new file mode 100644 index 0000000000..0f6832b069 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.drain/csharp.example.drain.csproj.in @@ -0,0 +1,108 @@ + + + + + Debug + x86 + 9.0.30729 + 2.0 + {C43DEB69-8088-420B-B0CA-C699535E6D08} + Exe + Properties + csharp.example.drain + csharp.example.drain + v3.5 + 512 + + + true + full + false + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + prompt + 4 + + + true + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + true + pdbonly + x64 + prompt + + + + False + ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + False + ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + + + + + + diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.helloworld/csharp.example.helloworld.csproj b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.helloworld/csharp.example.helloworld.csproj deleted file mode 100644 index a8b1b1465e..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.helloworld/csharp.example.helloworld.csproj +++ /dev/null @@ -1,105 +0,0 @@ - - - - - Debug - x86 - 9.0.30729 - 2.0 - {8CC1C265-0507-44A3-9483-8FAF48513F4D} - Exe - Properties - csharp.example.helloworld - csharp.example.helloworld - v3.5 - 512 - - - true - full - false - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - prompt - 4 - - - true - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - full - x86 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - true - pdbonly - x86 - prompt - - - true - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - full - x64 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - true - pdbonly - x64 - prompt - - - - False - - - - - False - - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.helloworld/csharp.example.helloworld.csproj.in b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.helloworld/csharp.example.helloworld.csproj.in new file mode 100644 index 0000000000..a8b1b1465e --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.helloworld/csharp.example.helloworld.csproj.in @@ -0,0 +1,105 @@ + + + + + Debug + x86 + 9.0.30729 + 2.0 + {8CC1C265-0507-44A3-9483-8FAF48513F4D} + Exe + Properties + csharp.example.helloworld + csharp.example.helloworld + v3.5 + 512 + + + true + full + false + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + prompt + 4 + + + true + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + true + pdbonly + x64 + prompt + + + + False + + + + + False + + + + + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.server/csharp.example.server.csproj b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.server/csharp.example.server.csproj deleted file mode 100644 index d3958ef68f..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.server/csharp.example.server.csproj +++ /dev/null @@ -1,107 +0,0 @@ - - - - - Debug - x86 - 9.0.30729 - 2.0 - {090A081D-E8B5-4949-AA43-EE182B7101E3} - Exe - Properties - csharp.example.server - csharp.example.server - v3.5 - 512 - - - true - full - false - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - prompt - 4 - - - true - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - full - x86 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - true - pdbonly - x86 - prompt - - - true - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - full - x64 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - true - pdbonly - x64 - prompt - - - - False - ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - False - ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.server/csharp.example.server.csproj.in b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.server/csharp.example.server.csproj.in new file mode 100644 index 0000000000..d3958ef68f --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.server/csharp.example.server.csproj.in @@ -0,0 +1,107 @@ + + + + + Debug + x86 + 9.0.30729 + 2.0 + {090A081D-E8B5-4949-AA43-EE182B7101E3} + Exe + Properties + csharp.example.server + csharp.example.server + v3.5 + 512 + + + true + full + false + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + prompt + 4 + + + true + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + true + pdbonly + x64 + prompt + + + + False + ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + False + ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + + + + + diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.spout/csharp.example.spout.csproj b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.spout/csharp.example.spout.csproj deleted file mode 100644 index b009ddbf1d..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.spout/csharp.example.spout.csproj +++ /dev/null @@ -1,110 +0,0 @@ - - - - - Debug - x86 - 9.0.30729 - 2.0 - {EB36626D-36C2-41B3-B65E-762BAF27F137} - Exe - Properties - csharp.example.spout - csharp.example.spout - v3.5 - 512 - - - true - full - false - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - prompt - 4 - - - true - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - full - x86 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - true - pdbonly - x86 - prompt - - - true - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - full - x64 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - true - pdbonly - x64 - prompt - - - - False - ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - - False - ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.spout/csharp.example.spout.csproj.in b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.spout/csharp.example.spout.csproj.in new file mode 100644 index 0000000000..b009ddbf1d --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.spout/csharp.example.spout.csproj.in @@ -0,0 +1,110 @@ + + + + + Debug + x86 + 9.0.30729 + 2.0 + {EB36626D-36C2-41B3-B65E-762BAF27F137} + Exe + Properties + csharp.example.spout + csharp.example.spout + v3.5 + 512 + + + true + full + false + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + prompt + 4 + + + true + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + true + pdbonly + x64 + prompt + + + + False + ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + + False + ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + + + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj deleted file mode 100644 index ddd5523ba6..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj +++ /dev/null @@ -1,117 +0,0 @@ - - - - - Debug - x86 - 9.0.30729 - 2.0 - {68A43817-2358-4A31-8FDF-FE21722BFBCF} - Exe - Properties - csharp.map.callback.receiver - csharp.map.callback.receiver - v3.5 - 512 - - - true - full - false - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - prompt - 4 - - - true - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - full - x86 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - true - pdbonly - x86 - prompt - - - true - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - full - x64 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - true - pdbonly - x64 - prompt - - - - False - ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - False - ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.sessionreceiver.dll - - - - - - False - ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - False - ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.sessionreceiver.dll - - - - - - - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj.in b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj.in new file mode 100644 index 0000000000..ddd5523ba6 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj.in @@ -0,0 +1,117 @@ + + + + + Debug + x86 + 9.0.30729 + 2.0 + {68A43817-2358-4A31-8FDF-FE21722BFBCF} + Exe + Properties + csharp.map.callback.receiver + csharp.map.callback.receiver + v3.5 + 512 + + + true + full + false + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + prompt + 4 + + + true + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + true + pdbonly + x64 + prompt + + + + False + ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + False + ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.sessionreceiver.dll + + + + + + False + ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + False + ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.sessionreceiver.dll + + + + + + + + + + diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj deleted file mode 100644 index 747ca6fb3f..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj +++ /dev/null @@ -1,112 +0,0 @@ - - - - - Debug - x86 - 9.0.30729 - 2.0 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A} - Exe - Properties - csharp.map.callback.sender - csharp.map.callback.sender - v3.5 - 512 - - - true - full - false - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - prompt - 4 - true - - - pdbonly - true - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - prompt - 4 - - - true - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - true - full - x86 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - true - pdbonly - x86 - prompt - - - true - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - true - full - x64 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - true - pdbonly - x64 - prompt - - - - False - ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - - False - ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - - - - - - \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj.in b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj.in new file mode 100644 index 0000000000..747ca6fb3f --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj.in @@ -0,0 +1,112 @@ + + + + + Debug + x86 + 9.0.30729 + 2.0 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A} + Exe + Properties + csharp.map.callback.sender + csharp.map.callback.sender + v3.5 + 512 + + + true + full + false + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + prompt + 4 + true + + + pdbonly + true + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + prompt + 4 + + + true + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + true + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + true + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + true + pdbonly + x64 + prompt + + + + False + ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + + False + ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.receiver/csharp.map.receiver.csproj b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.receiver/csharp.map.receiver.csproj deleted file mode 100644 index b71e1667b9..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.receiver/csharp.map.receiver.csproj +++ /dev/null @@ -1,107 +0,0 @@ - - - - - Debug - x86 - 9.0.30729 - 2.0 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9} - Exe - Properties - csharp.map.receiver - csharp.map.receiver - v3.5 - 512 - - - true - full - false - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - prompt - 4 - - - true - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - full - x86 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - true - pdbonly - x86 - prompt - - - true - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - full - x64 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - true - pdbonly - x64 - prompt - - - - False - ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - False - ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.receiver/csharp.map.receiver.csproj.in b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.receiver/csharp.map.receiver.csproj.in new file mode 100644 index 0000000000..b71e1667b9 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.receiver/csharp.map.receiver.csproj.in @@ -0,0 +1,107 @@ + + + + + Debug + x86 + 9.0.30729 + 2.0 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9} + Exe + Properties + csharp.map.receiver + csharp.map.receiver + v3.5 + 512 + + + true + full + false + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + prompt + 4 + + + true + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + true + pdbonly + x64 + prompt + + + + False + ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + False + ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + + + + + diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.sender/csharp.map.sender.csproj b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.sender/csharp.map.sender.csproj deleted file mode 100644 index 6775913ede..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.sender/csharp.map.sender.csproj +++ /dev/null @@ -1,107 +0,0 @@ - - - - - Debug - x86 - 9.0.30729 - 2.0 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10} - Exe - Properties - csharp.map.sender - csharp.map.sender - v3.5 - 512 - - - true - full - false - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - prompt - 4 - - - true - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - full - x86 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - true - pdbonly - x86 - prompt - - - true - $(ProjectDir)..\..\..\bin\$(Configuration) - DEBUG;TRACE - full - x64 - prompt - - - $(ProjectDir)..\..\..\bin\$(Configuration) - TRACE - true - pdbonly - x64 - prompt - - - - False - ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - False - ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll - - - - - - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.sender/csharp.map.sender.csproj.in b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.sender/csharp.map.sender.csproj.in new file mode 100644 index 0000000000..6775913ede --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.sender/csharp.map.sender.csproj.in @@ -0,0 +1,107 @@ + + + + + Debug + x86 + 9.0.30729 + 2.0 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10} + Exe + Properties + csharp.map.sender + csharp.map.sender + v3.5 + 512 + + + true + full + false + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + prompt + 4 + + + true + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\$(Configuration) + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration) + TRACE + true + pdbonly + x64 + prompt + + + + False + ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + False + ..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + + + + + diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/winsdk_dotnet_examples.sln b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/winsdk_dotnet_examples.sln deleted file mode 100644 index 6db55b5590..0000000000 --- a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/winsdk_dotnet_examples.sln +++ /dev/null @@ -1,178 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 - -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License -# - -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.direct.sender", "examples\csharp.direct.sender\csharp.direct.sender.csproj", "{7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.direct.receiver", "examples\csharp.direct.receiver\csharp.direct.receiver.csproj", "{52F880E7-D677-4C91-8516-D679CE0F46A8}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.sender", "examples\csharp.map.sender\csharp.map.sender.csproj", "{5D8252F5-E1D3-44A0-94C7-7CB75E843C10}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.receiver", "examples\csharp.map.receiver\csharp.map.receiver.csproj", "{AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.callback.receiver", "examples\csharp.map.callback.receiver\csharp.map.callback.receiver.csproj", "{68A43817-2358-4A31-8FDF-FE21722BFBCF}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.callback.sender", "examples\csharp.map.callback.sender\csharp.map.callback.sender.csproj", "{12F1C14F-5C7D-4075-9BAE-C091394FF99A}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.client", "examples\csharp.example.client\csharp.example.client.csproj", "{0DE01712-C2D1-4CA4-B42C-5856456A8696}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.server", "examples\csharp.example.server\csharp.example.server.csproj", "{090A081D-E8B5-4949-AA43-EE182B7101E3}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.drain", "examples\csharp.example.drain\csharp.example.drain.csproj", "{C43DEB69-8088-420B-B0CA-C699535E6D08}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.spout", "examples\csharp.example.spout\csharp.example.spout.csproj", "{EB36626D-36C2-41B3-B65E-762BAF27F137}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.declare_queues", "examples\csharp.example.declare_queues\csharp.example.declare_queues.csproj", "{E31B349C-830C-4583-8BD9-30DA4398349F}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.helloworld", "examples\csharp.example.helloworld\csharp.example.helloworld.csproj", "{8CC1C265-0507-44A3-9483-8FAF48513F4D}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|Win32.ActiveCfg = Debug|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x64.ActiveCfg = Debug|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x64.Build.0 = Debug|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x86.ActiveCfg = Debug|x86 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x86.Build.0 = Debug|x86 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|Win32.ActiveCfg = Release|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x64.ActiveCfg = Release|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x64.Build.0 = Release|x64 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x86.ActiveCfg = Release|x86 - {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x86.Build.0 = Release|x86 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x64.ActiveCfg = Debug|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x64.Build.0 = Debug|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x86.ActiveCfg = Debug|x86 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x86.Build.0 = Debug|x86 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x64.ActiveCfg = Release|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x64.Build.0 = Release|x64 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x86.ActiveCfg = Release|x86 - {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x86.Build.0 = Release|x86 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x64.ActiveCfg = Debug|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x64.Build.0 = Debug|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x86.ActiveCfg = Debug|x86 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x86.Build.0 = Debug|x86 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x64.ActiveCfg = Release|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x64.Build.0 = Release|x64 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x86.ActiveCfg = Release|x86 - {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x86.Build.0 = Release|x86 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x64.ActiveCfg = Debug|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x64.Build.0 = Debug|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x86.ActiveCfg = Debug|x86 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x86.Build.0 = Debug|x86 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x64.ActiveCfg = Release|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x64.Build.0 = Release|x64 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x86.ActiveCfg = Release|x86 - {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x86.Build.0 = Release|x86 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x64.ActiveCfg = Debug|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x64.Build.0 = Debug|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x86.ActiveCfg = Debug|x86 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x86.Build.0 = Debug|x86 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x64.ActiveCfg = Release|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x64.Build.0 = Release|x64 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x86.ActiveCfg = Release|x86 - {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x86.Build.0 = Release|x86 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x64.ActiveCfg = Debug|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x64.Build.0 = Debug|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x86.ActiveCfg = Debug|x86 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x86.Build.0 = Debug|x86 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x64.ActiveCfg = Release|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x64.Build.0 = Release|x64 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x86.ActiveCfg = Release|x86 - {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x86.Build.0 = Release|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|Win32.ActiveCfg = Debug|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x64.ActiveCfg = Debug|x64 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x64.Build.0 = Debug|x64 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x86.ActiveCfg = Debug|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x86.Build.0 = Debug|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|Win32.ActiveCfg = Release|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x64.ActiveCfg = Release|x64 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x64.Build.0 = Release|x64 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x86.ActiveCfg = Release|x86 - {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x86.Build.0 = Release|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|Win32.ActiveCfg = Debug|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x64.ActiveCfg = Debug|x64 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x64.Build.0 = Debug|x64 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x86.ActiveCfg = Debug|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x86.Build.0 = Debug|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|Win32.ActiveCfg = Release|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x64.ActiveCfg = Release|x64 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x64.Build.0 = Release|x64 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x86.ActiveCfg = Release|x86 - {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x86.Build.0 = Release|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|Win32.ActiveCfg = Debug|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x64.ActiveCfg = Debug|x64 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x64.Build.0 = Debug|x64 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x86.ActiveCfg = Debug|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x86.Build.0 = Debug|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|Win32.ActiveCfg = Release|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x64.ActiveCfg = Release|x64 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x64.Build.0 = Release|x64 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x86.ActiveCfg = Release|x86 - {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x86.Build.0 = Release|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|Win32.ActiveCfg = Debug|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x64.ActiveCfg = Debug|x64 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x64.Build.0 = Debug|x64 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x86.ActiveCfg = Debug|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x86.Build.0 = Debug|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|Win32.ActiveCfg = Release|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x64.ActiveCfg = Release|x64 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x64.Build.0 = Release|x64 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x86.ActiveCfg = Release|x86 - {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x86.Build.0 = Release|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|Win32.ActiveCfg = Debug|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x64.ActiveCfg = Debug|x64 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x64.Build.0 = Debug|x64 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x86.ActiveCfg = Debug|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x86.Build.0 = Debug|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|Win32.ActiveCfg = Release|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x64.ActiveCfg = Release|x64 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x64.Build.0 = Release|x64 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x86.ActiveCfg = Release|x86 - {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x86.Build.0 = Release|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|Win32.ActiveCfg = Debug|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x64.ActiveCfg = Debug|x64 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x64.Build.0 = Debug|x64 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x86.ActiveCfg = Debug|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x86.Build.0 = Debug|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|Win32.ActiveCfg = Release|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x64.ActiveCfg = Release|x64 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x64.Build.0 = Release|x64 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x86.ActiveCfg = Release|x86 - {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x86.Build.0 = Release|x86 - {7A13FEB0-3D89-4CCF-AA87-416A3D06303F}.Debug|Win32.ActiveCfg = Debug|Win32 - {7A13FEB0-3D89-4CCF-AA87-416A3D06303F}.Debug|Win32.Build.0 = Debug|Win32 - {7A13FEB0-3D89-4CCF-AA87-416A3D06303F}.Debug|x64.ActiveCfg = Debug|Win32 - {7A13FEB0-3D89-4CCF-AA87-416A3D06303F}.Debug|x86.ActiveCfg = Debug|Win32 - {7A13FEB0-3D89-4CCF-AA87-416A3D06303F}.Release|Win32.ActiveCfg = Release|Win32 - {7A13FEB0-3D89-4CCF-AA87-416A3D06303F}.Release|Win32.Build.0 = Release|Win32 - {7A13FEB0-3D89-4CCF-AA87-416A3D06303F}.Release|x64.ActiveCfg = Release|Win32 - {7A13FEB0-3D89-4CCF-AA87-416A3D06303F}.Release|x86.ActiveCfg = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/winsdk_dotnet_examples.sln.in b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/winsdk_dotnet_examples.sln.in new file mode 100644 index 0000000000..6db55b5590 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/winsdk_dotnet_examples.sln.in @@ -0,0 +1,178 @@ +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 + +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License +# + +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.direct.sender", "examples\csharp.direct.sender\csharp.direct.sender.csproj", "{7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.direct.receiver", "examples\csharp.direct.receiver\csharp.direct.receiver.csproj", "{52F880E7-D677-4C91-8516-D679CE0F46A8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.sender", "examples\csharp.map.sender\csharp.map.sender.csproj", "{5D8252F5-E1D3-44A0-94C7-7CB75E843C10}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.receiver", "examples\csharp.map.receiver\csharp.map.receiver.csproj", "{AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.callback.receiver", "examples\csharp.map.callback.receiver\csharp.map.callback.receiver.csproj", "{68A43817-2358-4A31-8FDF-FE21722BFBCF}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.callback.sender", "examples\csharp.map.callback.sender\csharp.map.callback.sender.csproj", "{12F1C14F-5C7D-4075-9BAE-C091394FF99A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.client", "examples\csharp.example.client\csharp.example.client.csproj", "{0DE01712-C2D1-4CA4-B42C-5856456A8696}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.server", "examples\csharp.example.server\csharp.example.server.csproj", "{090A081D-E8B5-4949-AA43-EE182B7101E3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.drain", "examples\csharp.example.drain\csharp.example.drain.csproj", "{C43DEB69-8088-420B-B0CA-C699535E6D08}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.spout", "examples\csharp.example.spout\csharp.example.spout.csproj", "{EB36626D-36C2-41B3-B65E-762BAF27F137}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.declare_queues", "examples\csharp.example.declare_queues\csharp.example.declare_queues.csproj", "{E31B349C-830C-4583-8BD9-30DA4398349F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.helloworld", "examples\csharp.example.helloworld\csharp.example.helloworld.csproj", "{8CC1C265-0507-44A3-9483-8FAF48513F4D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|Win32.ActiveCfg = Debug|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x64.ActiveCfg = Debug|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x64.Build.0 = Debug|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x86.ActiveCfg = Debug|x86 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x86.Build.0 = Debug|x86 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|Win32.ActiveCfg = Release|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x64.ActiveCfg = Release|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x64.Build.0 = Release|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x86.ActiveCfg = Release|x86 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x86.Build.0 = Release|x86 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x64.ActiveCfg = Debug|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x64.Build.0 = Debug|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x86.ActiveCfg = Debug|x86 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x86.Build.0 = Debug|x86 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x64.ActiveCfg = Release|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x64.Build.0 = Release|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x86.ActiveCfg = Release|x86 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x86.Build.0 = Release|x86 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x64.ActiveCfg = Debug|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x64.Build.0 = Debug|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x86.ActiveCfg = Debug|x86 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x86.Build.0 = Debug|x86 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x64.ActiveCfg = Release|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x64.Build.0 = Release|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x86.ActiveCfg = Release|x86 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x86.Build.0 = Release|x86 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x64.ActiveCfg = Debug|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x64.Build.0 = Debug|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x86.ActiveCfg = Debug|x86 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x86.Build.0 = Debug|x86 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x64.ActiveCfg = Release|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x64.Build.0 = Release|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x86.ActiveCfg = Release|x86 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x86.Build.0 = Release|x86 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x64.ActiveCfg = Debug|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x64.Build.0 = Debug|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x86.ActiveCfg = Debug|x86 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x86.Build.0 = Debug|x86 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x64.ActiveCfg = Release|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x64.Build.0 = Release|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x86.ActiveCfg = Release|x86 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x86.Build.0 = Release|x86 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x64.ActiveCfg = Debug|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x64.Build.0 = Debug|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x86.ActiveCfg = Debug|x86 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x86.Build.0 = Debug|x86 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x64.ActiveCfg = Release|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x64.Build.0 = Release|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x86.ActiveCfg = Release|x86 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x86.Build.0 = Release|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|Win32.ActiveCfg = Debug|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x64.ActiveCfg = Debug|x64 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x64.Build.0 = Debug|x64 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x86.ActiveCfg = Debug|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x86.Build.0 = Debug|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|Win32.ActiveCfg = Release|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x64.ActiveCfg = Release|x64 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x64.Build.0 = Release|x64 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x86.ActiveCfg = Release|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x86.Build.0 = Release|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|Win32.ActiveCfg = Debug|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x64.ActiveCfg = Debug|x64 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x64.Build.0 = Debug|x64 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x86.ActiveCfg = Debug|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x86.Build.0 = Debug|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|Win32.ActiveCfg = Release|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x64.ActiveCfg = Release|x64 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x64.Build.0 = Release|x64 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x86.ActiveCfg = Release|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x86.Build.0 = Release|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|Win32.ActiveCfg = Debug|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x64.ActiveCfg = Debug|x64 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x64.Build.0 = Debug|x64 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x86.ActiveCfg = Debug|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x86.Build.0 = Debug|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|Win32.ActiveCfg = Release|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x64.ActiveCfg = Release|x64 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x64.Build.0 = Release|x64 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x86.ActiveCfg = Release|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x86.Build.0 = Release|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|Win32.ActiveCfg = Debug|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x64.ActiveCfg = Debug|x64 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x64.Build.0 = Debug|x64 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x86.ActiveCfg = Debug|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x86.Build.0 = Debug|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|Win32.ActiveCfg = Release|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x64.ActiveCfg = Release|x64 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x64.Build.0 = Release|x64 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x86.ActiveCfg = Release|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x86.Build.0 = Release|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|Win32.ActiveCfg = Debug|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x64.ActiveCfg = Debug|x64 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x64.Build.0 = Debug|x64 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x86.ActiveCfg = Debug|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x86.Build.0 = Debug|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|Win32.ActiveCfg = Release|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x64.ActiveCfg = Release|x64 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x64.Build.0 = Release|x64 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x86.ActiveCfg = Release|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x86.Build.0 = Release|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|Win32.ActiveCfg = Debug|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x64.ActiveCfg = Debug|x64 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x64.Build.0 = Debug|x64 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x86.ActiveCfg = Debug|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x86.Build.0 = Debug|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|Win32.ActiveCfg = Release|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x64.ActiveCfg = Release|x64 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x64.Build.0 = Release|x64 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x86.ActiveCfg = Release|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x86.Build.0 = Release|x86 + {7A13FEB0-3D89-4CCF-AA87-416A3D06303F}.Debug|Win32.ActiveCfg = Debug|Win32 + {7A13FEB0-3D89-4CCF-AA87-416A3D06303F}.Debug|Win32.Build.0 = Debug|Win32 + {7A13FEB0-3D89-4CCF-AA87-416A3D06303F}.Debug|x64.ActiveCfg = Debug|Win32 + {7A13FEB0-3D89-4CCF-AA87-416A3D06303F}.Debug|x86.ActiveCfg = Debug|Win32 + {7A13FEB0-3D89-4CCF-AA87-416A3D06303F}.Release|Win32.ActiveCfg = Release|Win32 + {7A13FEB0-3D89-4CCF-AA87-416A3D06303F}.Release|Win32.Build.0 = Release|Win32 + {7A13FEB0-3D89-4CCF-AA87-416A3D06303F}.Release|x64.ActiveCfg = Release|Win32 + {7A13FEB0-3D89-4CCF-AA87-416A3D06303F}.Release|x86.ActiveCfg = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.direct.receiver/csharp.direct.receiver.csproj.in b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.direct.receiver/csharp.direct.receiver.csproj.in new file mode 100644 index 0000000000..82f4e384ef --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.direct.receiver/csharp.direct.receiver.csproj.in @@ -0,0 +1,89 @@ + + + + + Debug + x86 + 9.0.21022 + 2.0 + {52F880E7-D677-4C91-8516-D679CE0F46A8} + Exe + Properties + csharp.direct.receiver + csharp.direct.receiver + ${DOTNET_TARGET_FRAMEWORK_VERSION} + 512 + + + + + 3.5 + + + + true + $(ProjectDir)..\..\..\bin\$(Configuration)\ + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + + $(ProjectDir)..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.direct.sender/csharp.direct.sender.csproj.in b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.direct.sender/csharp.direct.sender.csproj.in new file mode 100644 index 0000000000..e7e07064bb --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.direct.sender/csharp.direct.sender.csproj.in @@ -0,0 +1,89 @@ + + + + + Debug + x86 + 9.0.21022 + 2.0 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068} + Exe + Properties + csharp.direct.sender + csharp.direct.sender + ${DOTNET_TARGET_FRAMEWORK_VERSION} + 512 + + + + + 3.5 + + + + true + $(ProjectDir)..\..\..\bin\$(Configuration)\ + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + + $(ProjectDir)..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.example.client/csharp.example.client.csproj.in b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.example.client/csharp.example.client.csproj.in new file mode 100644 index 0000000000..3baddb12b9 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.example.client/csharp.example.client.csproj.in @@ -0,0 +1,89 @@ + + + + + Debug + x86 + 9.0.21022 + 2.0 + {0DE01712-C2D1-4CA4-B42C-5856456A8696} + Exe + Properties + csharp.example.client + csharp.example.client + ${DOTNET_TARGET_FRAMEWORK_VERSION} + 512 + + + + + 3.5 + + + + true + $(ProjectDir)..\..\..\bin\$(Configuration)\ + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + + $(ProjectDir)..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj.in b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj.in new file mode 100644 index 0000000000..99d5a598b0 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj.in @@ -0,0 +1,89 @@ + + + + + Debug + x86 + 9.0.21022 + 2.0 + {E31B349C-830C-4583-8BD9-30DA4398349F} + Exe + Properties + csharp.example.declare_queues + csharp.example.declare_queues + ${DOTNET_TARGET_FRAMEWORK_VERSION} + 512 + + + + + 3.5 + + + + true + $(ProjectDir)..\..\..\bin\$(Configuration)\ + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + + $(ProjectDir)..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.example.drain/csharp.example.drain.csproj.in b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.example.drain/csharp.example.drain.csproj.in new file mode 100644 index 0000000000..5b3eab16ce --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.example.drain/csharp.example.drain.csproj.in @@ -0,0 +1,90 @@ + + + + + Debug + x86 + 9.0.21022 + 2.0 + {C43DEB69-8088-420B-B0CA-C699535E6D08} + Exe + Properties + csharp.example.drain + csharp.example.drain + ${DOTNET_TARGET_FRAMEWORK_VERSION} + 512 + + + + + 3.5 + + + + true + $(ProjectDir)..\..\..\bin\$(Configuration)\ + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + + $(ProjectDir)..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.example.helloworld/csharp.example.helloworld.csproj.in b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.example.helloworld/csharp.example.helloworld.csproj.in new file mode 100644 index 0000000000..1ef196cdce --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.example.helloworld/csharp.example.helloworld.csproj.in @@ -0,0 +1,89 @@ + + + + + Debug + x86 + 9.0.21022 + 2.0 + {8CC1C265-0507-44A3-9483-8FAF48513F4D} + Exe + Properties + csharp.example.helloworld + csharp.example.helloworld + ${DOTNET_TARGET_FRAMEWORK_VERSION} + 512 + + + + + 3.5 + + + + true + $(ProjectDir)..\..\..\bin\$(Configuration)\ + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + + + + + + $(ProjectDir)..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.example.server/csharp.example.server.csproj.in b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.example.server/csharp.example.server.csproj.in new file mode 100644 index 0000000000..26f68c8007 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.example.server/csharp.example.server.csproj.in @@ -0,0 +1,89 @@ + + + + + Debug + x86 + 9.0.21022 + 2.0 + {090A081D-E8B5-4949-AA43-EE182B7101E3} + Exe + Properties + csharp.example.server + csharp.example.server + ${DOTNET_TARGET_FRAMEWORK_VERSION} + 512 + + + + + 3.5 + + + + true + $(ProjectDir)..\..\..\bin\$(Configuration)\ + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + + $(ProjectDir)..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.example.spout/csharp.example.spout.csproj.in b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.example.spout/csharp.example.spout.csproj.in new file mode 100644 index 0000000000..55a41c8de5 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.example.spout/csharp.example.spout.csproj.in @@ -0,0 +1,91 @@ + + + + + Debug + x86 + 9.0.21022 + 2.0 + {EB36626D-36C2-41B3-B65E-762BAF27F137} + Exe + Properties + csharp.example.spout + csharp.example.spout + ${DOTNET_TARGET_FRAMEWORK_VERSION} + 512 + + + + + 3.5 + + + + true + $(ProjectDir)..\..\..\bin\$(Configuration)\ + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + + $(ProjectDir)..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + + + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj.in b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj.in new file mode 100644 index 0000000000..dc6f6f0db3 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj.in @@ -0,0 +1,93 @@ + + + + + Debug + x86 + 9.0.21022 + 2.0 + {68A43817-2358-4A31-8FDF-FE21722BFBCF} + Exe + Properties + csharp.map.callback.receiver + csharp.map.callback.receiver + ${DOTNET_TARGET_FRAMEWORK_VERSION} + 512 + + + + + 3.5 + + + + true + $(ProjectDir)..\..\..\bin\$(Configuration)\ + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + + $(ProjectDir)..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + $(ProjectDir)..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.sessionreceiver.dll + + + + + + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj.in b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj.in new file mode 100644 index 0000000000..dbc06ae49f --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj.in @@ -0,0 +1,92 @@ + + + + + Debug + x86 + 9.0.21022 + 2.0 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A} + Exe + Properties + csharp.map.callback.sender + csharp.map.callback.sender + ${DOTNET_TARGET_FRAMEWORK_VERSION} + 512 + + + + + 3.5 + + + + true + $(ProjectDir)..\..\..\bin\$(Configuration)\ + DEBUG;TRACE + true + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\$(Configuration)\ + DEBUG;TRACE + true + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + + $(ProjectDir)..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.map.receiver/csharp.map.receiver.csproj.in b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.map.receiver/csharp.map.receiver.csproj.in new file mode 100644 index 0000000000..8ae1bdec87 --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.map.receiver/csharp.map.receiver.csproj.in @@ -0,0 +1,89 @@ + + + + + Debug + x86 + 9.0.21022 + 2.0 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9} + Exe + Properties + csharp.map.receiver + csharp.map.receiver + ${DOTNET_TARGET_FRAMEWORK_VERSION} + 512 + + + + + 3.5 + + + + true + $(ProjectDir)..\..\..\bin\$(Configuration)\ + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + + $(ProjectDir)..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.map.sender/csharp.map.sender.csproj.in b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.map.sender/csharp.map.sender.csproj.in new file mode 100644 index 0000000000..ed79f871bd --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/examples/csharp.map.sender/csharp.map.sender.csproj.in @@ -0,0 +1,89 @@ + + + + + Debug + x86 + 9.0.21022 + 2.0 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10} + Exe + Properties + csharp.map.sender + csharp.map.sender + ${DOTNET_TARGET_FRAMEWORK_VERSION} + 512 + + + + + 3.5 + + + + true + $(ProjectDir)..\..\..\bin\$(Configuration)\ + DEBUG;TRACE + full + x86 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration)\ + TRACE + true + pdbonly + x86 + prompt + + + true + $(ProjectDir)..\..\..\bin\$(Configuration)\ + DEBUG;TRACE + full + x64 + prompt + + + $(ProjectDir)..\..\..\bin\$(Configuration)\ + TRACE + true + pdbonly + x64 + prompt + + + + $(ProjectDir)..\..\..\bin\$(Configuration)\org.apache.qpid.messaging.dll + + + + + + + + + \ No newline at end of file diff --git a/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/winsdk_dotnet_examples.sln.in b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/winsdk_dotnet_examples.sln.in new file mode 100644 index 0000000000..1e82f6833b --- /dev/null +++ b/qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvcx/winsdk_dotnet_examples.sln.in @@ -0,0 +1,181 @@ +Microsoft Visual Studio Solution File, Format Version ${DOTNET_SLN_FILE_FORMAT} +# ${DOTNET_SLN_VISUAL_STUDIO} + +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License +# + +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.direct.sender", "examples\csharp.direct.sender\csharp.direct.sender.csproj", "{7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.direct.receiver", "examples\csharp.direct.receiver\csharp.direct.receiver.csproj", "{52F880E7-D677-4C91-8516-D679CE0F46A8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.sender", "examples\csharp.map.sender\csharp.map.sender.csproj", "{5D8252F5-E1D3-44A0-94C7-7CB75E843C10}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.receiver", "examples\csharp.map.receiver\csharp.map.receiver.csproj", "{AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.callback.receiver", "examples\csharp.map.callback.receiver\csharp.map.callback.receiver.csproj", "{68A43817-2358-4A31-8FDF-FE21722BFBCF}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.map.callback.sender", "examples\csharp.map.callback.sender\csharp.map.callback.sender.csproj", "{12F1C14F-5C7D-4075-9BAE-C091394FF99A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.client", "examples\csharp.example.client\csharp.example.client.csproj", "{0DE01712-C2D1-4CA4-B42C-5856456A8696}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.server", "examples\csharp.example.server\csharp.example.server.csproj", "{090A081D-E8B5-4949-AA43-EE182B7101E3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.drain", "examples\csharp.example.drain\csharp.example.drain.csproj", "{C43DEB69-8088-420B-B0CA-C699535E6D08}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.spout", "examples\csharp.example.spout\csharp.example.spout.csproj", "{EB36626D-36C2-41B3-B65E-762BAF27F137}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.declare_queues", "examples\csharp.example.declare_queues\csharp.example.declare_queues.csproj", "{E31B349C-830C-4583-8BD9-30DA4398349F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp.example.helloworld", "examples\csharp.example.helloworld\csharp.example.helloworld.csproj", "{8CC1C265-0507-44A3-9483-8FAF48513F4D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|Win32.ActiveCfg = Debug|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x64.ActiveCfg = Debug|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x64.Build.0 = Debug|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x86.ActiveCfg = Debug|x86 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Debug|x86.Build.0 = Debug|x86 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|Win32.ActiveCfg = Release|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x64.ActiveCfg = Release|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x64.Build.0 = Release|x64 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x86.ActiveCfg = Release|x86 + {7B71CE78-8E78-4632-ADBE-F4D5DFAE0068}.Release|x86.Build.0 = Release|x86 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|Win32.ActiveCfg = Debug|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x64.ActiveCfg = Debug|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x64.Build.0 = Debug|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x86.ActiveCfg = Debug|x86 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Debug|x86.Build.0 = Debug|x86 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|Win32.ActiveCfg = Release|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x64.ActiveCfg = Release|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x64.Build.0 = Release|x64 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x86.ActiveCfg = Release|x86 + {52F880E7-D677-4C91-8516-D679CE0F46A8}.Release|x86.Build.0 = Release|x86 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|Win32.ActiveCfg = Debug|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x64.ActiveCfg = Debug|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x64.Build.0 = Debug|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x86.ActiveCfg = Debug|x86 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Debug|x86.Build.0 = Debug|x86 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|Win32.ActiveCfg = Release|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x64.ActiveCfg = Release|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x64.Build.0 = Release|x64 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x86.ActiveCfg = Release|x86 + {5D8252F5-E1D3-44A0-94C7-7CB75E843C10}.Release|x86.Build.0 = Release|x86 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|Win32.ActiveCfg = Debug|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x64.ActiveCfg = Debug|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x64.Build.0 = Debug|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x86.ActiveCfg = Debug|x86 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Debug|x86.Build.0 = Debug|x86 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|Win32.ActiveCfg = Release|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x64.ActiveCfg = Release|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x64.Build.0 = Release|x64 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x86.ActiveCfg = Release|x86 + {AD9E53D7-DB10-4DA2-84D2-A81BE09B04E9}.Release|x86.Build.0 = Release|x86 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|Win32.ActiveCfg = Debug|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x64.ActiveCfg = Debug|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x64.Build.0 = Debug|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x86.ActiveCfg = Debug|x86 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Debug|x86.Build.0 = Debug|x86 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|Win32.ActiveCfg = Release|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x64.ActiveCfg = Release|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x64.Build.0 = Release|x64 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x86.ActiveCfg = Release|x86 + {68A43817-2358-4A31-8FDF-FE21722BFBCF}.Release|x86.Build.0 = Release|x86 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|Win32.ActiveCfg = Debug|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x64.ActiveCfg = Debug|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x64.Build.0 = Debug|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x86.ActiveCfg = Debug|x86 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Debug|x86.Build.0 = Debug|x86 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|Win32.ActiveCfg = Release|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x64.ActiveCfg = Release|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x64.Build.0 = Release|x64 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x86.ActiveCfg = Release|x86 + {12F1C14F-5C7D-4075-9BAE-C091394FF99A}.Release|x86.Build.0 = Release|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|Win32.ActiveCfg = Debug|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x64.ActiveCfg = Debug|x64 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x64.Build.0 = Debug|x64 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x86.ActiveCfg = Debug|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Debug|x86.Build.0 = Debug|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|Win32.ActiveCfg = Release|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x64.ActiveCfg = Release|x64 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x64.Build.0 = Release|x64 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x86.ActiveCfg = Release|x86 + {0DE01712-C2D1-4CA4-B42C-5856456A8696}.Release|x86.Build.0 = Release|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|Win32.ActiveCfg = Debug|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x64.ActiveCfg = Debug|x64 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x64.Build.0 = Debug|x64 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x86.ActiveCfg = Debug|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Debug|x86.Build.0 = Debug|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|Win32.ActiveCfg = Release|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x64.ActiveCfg = Release|x64 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x64.Build.0 = Release|x64 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x86.ActiveCfg = Release|x86 + {090A081D-E8B5-4949-AA43-EE182B7101E3}.Release|x86.Build.0 = Release|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|Win32.ActiveCfg = Debug|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x64.ActiveCfg = Debug|x64 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x64.Build.0 = Debug|x64 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x86.ActiveCfg = Debug|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Debug|x86.Build.0 = Debug|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|Win32.ActiveCfg = Release|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x64.ActiveCfg = Release|x64 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x64.Build.0 = Release|x64 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x86.ActiveCfg = Release|x86 + {C43DEB69-8088-420B-B0CA-C699535E6D08}.Release|x86.Build.0 = Release|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|Win32.ActiveCfg = Debug|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x64.ActiveCfg = Debug|x64 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x64.Build.0 = Debug|x64 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x86.ActiveCfg = Debug|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Debug|x86.Build.0 = Debug|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|Win32.ActiveCfg = Release|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x64.ActiveCfg = Release|x64 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x64.Build.0 = Release|x64 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x86.ActiveCfg = Release|x86 + {EB36626D-36C2-41B3-B65E-762BAF27F137}.Release|x86.Build.0 = Release|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|Win32.ActiveCfg = Debug|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x64.ActiveCfg = Debug|x64 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x64.Build.0 = Debug|x64 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x86.ActiveCfg = Debug|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Debug|x86.Build.0 = Debug|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|Win32.ActiveCfg = Release|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x64.ActiveCfg = Release|x64 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x64.Build.0 = Release|x64 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x86.ActiveCfg = Release|x86 + {E31B349C-830C-4583-8BD9-30DA4398349F}.Release|x86.Build.0 = Release|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|Win32.ActiveCfg = Debug|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x64.ActiveCfg = Debug|x64 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x64.Build.0 = Debug|x64 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x86.ActiveCfg = Debug|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Debug|x86.Build.0 = Debug|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|Win32.ActiveCfg = Release|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x64.ActiveCfg = Release|x64 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x64.Build.0 = Release|x64 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x86.ActiveCfg = Release|x86 + {8CC1C265-0507-44A3-9483-8FAF48513F4D}.Release|x86.Build.0 = Release|x86 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/qpid/cpp/bld-winsdk.ps1 b/qpid/cpp/bld-winsdk.ps1 index 2f00f203dd..c90cab69fe 100644 --- a/qpid/cpp/bld-winsdk.ps1 +++ b/qpid/cpp/bld-winsdk.ps1 @@ -22,9 +22,15 @@ # It builds a single SDK.zip file. # The environment for the build has been set up externally so # that 'devenv' runs the right version of Visual Studio (2008 -# or 2010) and the right architecture (x86 or x64), typically: -# C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\vcvars32.bat or -# C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\vcvarsamd64.bat +# 2010 2012) and the right architecture (x86 or x64), typically: +# call "%VS90COMNTOOLS%..\..\VC\vcvarsall.bat" x86 +# call "%VS90COMNTOOLS%..\..\VC\vcvarsall.bat" amd64 +# or +# call "%VS100COMNTOOLS%..\..\VC\vcvarsall.bat" x86 +# call "%VS100COMNTOOLS%..\..\VC\vcvarsall.bat" amd64 +# or +# call "%VS110COMNTOOLS%..\..\VC\vcvarsall.bat" x86 +# call "%VS110COMNTOOLS%..\..\VC\vcvarsall.bat" amd64 # # On entry: # 1. Args[0] holds the BOOST_ROOT directory. "c:\boost" @@ -33,7 +39,7 @@ # The version number embedded in the built executables and libraries # comes from qpid/cpp/src/CMakeWinVersions.cmake. # 3. Args[2] holds the Visual Studio version handle "VS2010" -# Either VS2008 or VS2010. Defaults to VS2008. +# Pick VS2008, VS2010, or VS2012. Defaults to VS2008. # 4. Args[3] holds the architecture handle "x86" # Either x86 or x64. Defaults to x86. # 5. This file exists in directory kitroot/qpid/cpp. @@ -127,6 +133,7 @@ function BuildAPlatform [string] $platform_dir = "$global:currentDirectory/$platform-$vsName" [string] $qpid_cpp_src = "$global:currentDirectory/$qpid_cpp_dir" [string] $msvcVer = "" + [string] $msvcVerX = "" Write-Host "BuildAPlatform" Write-Host " qpid_cpp_dir : $qpid_cpp_dir" @@ -143,12 +150,19 @@ function BuildAPlatform # if ($vsName -eq "VS2008") { $msvcVer = "msvc9" + $msvcVerX = "msvc9" } else { if ($vsName -eq "VS2010") { $msvcVer = "msvc10" + $msvcVerX = "msvcx" } else { - Write-Host "illegal vsName parameter: $vsName Choose VS2008 or VS2010" - exit + if ($vsName -eq "VS2012") { + $msvcVer = "msvc11" + $msvcVerX = "msvcx" + } else { + Write-Host "illegal vsName parameter: $vsName Choose VS2008, VS2010, or VS2012" + exit + } } } @@ -189,7 +203,7 @@ function BuildAPlatform devenv qpid-cpp.sln /build "$vsTargetDebug" /project INSTALL devenv qpid-cpp.sln /build "$vsTargetRelease" /project INSTALL - $bindingSln = Resolve-Path $qpid_cpp_src\bindings\qpid\dotnet\$msvcVer\org.apache.qpid.messaging.sln + $bindingSln = Resolve-Path $platform_dir\bindings\qpid\dotnet\$msvcVerX\org.apache.qpid.messaging.sln # Build the .NET binding if ("x86" -eq $platform) { @@ -304,7 +318,7 @@ function BuildAPlatform cmd /c "rd /s /q ""$install_dir/dotnet_examples/examples/msvc10""" # TODO: Fix up the .NET binding example solution/projects before including them. - $src = Resolve-Path "$qpid_cpp_src/bindings/qpid/dotnet/winsdk_sources/$msvcVer" + $src = Resolve-Path "$platform_dir/bindings/qpid/dotnet/winsdk_sources/$msvcVerX" $dst = Resolve-Path "$install_dir/dotnet_examples" Copy-Item "$src\*" -destination "$dst\" -recurse -force @@ -368,8 +382,12 @@ if ( !($global:vsVersion -eq $null) ) { if ($global:vsVersion -eq "VS2010") { $generator = "Visual Studio 10" } else { - Write-Host "Visual Studio Version must be VS2008 or VS2010" - exit + if ($global:vsVersion -eq "VS2012") { + $generator = "Visual Studio 11" + } else { + Write-Host "Visual Studio Version must be VS2008, VS2010, or VS2012" + exit + } } } } else { -- cgit v1.2.1