From 4c17d975b8cb6d9cc520488cc6cd173acbcc0f54 Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Thu, 10 Nov 2011 20:14:45 +0000 Subject: QPID-2643 Visual Studio 2010 Add the Visual Studio 2010 (msvc10) solution and project files for the .NET Binding. Work remaining for VS2010 includes cpp/examples/ and wcf/. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1200522 13f79535-47bb-0310-9956-ffa450edef68 --- .../msvc10/csharp.direct.receiver/app.config | 3 + .../csharp.direct.receiver.csproj | 110 +++++++++++++++++++ .../msvc10/csharp.direct.sender/app.config | 3 + .../csharp.direct.sender.csproj | 110 +++++++++++++++++++ .../msvc10/csharp.example.client/app.config | 3 + .../csharp.example.client.csproj | 110 +++++++++++++++++++ .../csharp.example.declare_queues/app.config | 3 + .../csharp.example.declare_queues.csproj | 110 +++++++++++++++++++ .../msvc10/csharp.example.drain/app.config | 3 + .../csharp.example.drain.csproj | 111 +++++++++++++++++++ .../msvc10/csharp.example.helloworld/app.config | 3 + .../csharp.example.helloworld.csproj | 110 +++++++++++++++++++ .../msvc10/csharp.example.server/app.config | 3 + .../csharp.example.server.csproj | 110 +++++++++++++++++++ .../msvc10/csharp.example.spout/app.config | 3 + .../csharp.example.spout.csproj | 114 ++++++++++++++++++++ .../msvc10/csharp.map.callback.receiver/app.config | 3 + .../csharp.map.callback.receiver.csproj | 117 +++++++++++++++++++++ .../msvc10/csharp.map.callback.sender/app.config | 3 + .../csharp.map.callback.sender.csproj | 115 ++++++++++++++++++++ .../examples/msvc10/csharp.map.receiver/app.config | 3 + .../csharp.map.receiver/csharp.map.receiver.csproj | 110 +++++++++++++++++++ .../examples/msvc10/csharp.map.sender/app.config | 3 + .../csharp.map.sender/csharp.map.sender.csproj | 110 +++++++++++++++++++ 24 files changed, 1373 insertions(+) create mode 100644 cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.receiver/app.config create mode 100644 cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.receiver/csharp.direct.receiver.csproj create mode 100644 cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.sender/app.config create mode 100644 cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.sender/csharp.direct.sender.csproj create mode 100644 cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.client/app.config create mode 100644 cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.client/csharp.example.client.csproj create mode 100644 cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.declare_queues/app.config create mode 100644 cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.declare_queues/csharp.example.declare_queues.csproj create mode 100644 cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.drain/app.config create mode 100644 cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.drain/csharp.example.drain.csproj create mode 100644 cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.helloworld/app.config create mode 100644 cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.helloworld/csharp.example.helloworld.csproj create mode 100644 cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.server/app.config create mode 100644 cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.server/csharp.example.server.csproj create mode 100644 cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.spout/app.config create mode 100644 cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.spout/csharp.example.spout.csproj create mode 100644 cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.receiver/app.config create mode 100644 cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj create mode 100644 cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.sender/app.config create mode 100644 cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.sender/csharp.map.callback.sender.csproj create mode 100644 cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.receiver/app.config create mode 100644 cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.receiver/csharp.map.receiver.csproj create mode 100644 cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.sender/app.config create mode 100644 cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.sender/csharp.map.sender.csproj (limited to 'cpp/bindings/qpid/dotnet/examples') diff --git a/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.receiver/app.config b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.receiver/app.config new file mode 100644 index 0000000000..cb2586beb1 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.receiver/app.config @@ -0,0 +1,3 @@ + + + diff --git a/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.receiver/csharp.direct.receiver.csproj b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.receiver/csharp.direct.receiver.csproj new file mode 100644 index 0000000000..6339256927 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.receiver/csharp.direct.receiver.csproj @@ -0,0 +1,110 @@ + + + + + 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/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.sender/app.config b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.sender/app.config new file mode 100644 index 0000000000..cb2586beb1 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.sender/app.config @@ -0,0 +1,3 @@ + + + diff --git a/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.sender/csharp.direct.sender.csproj b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.sender/csharp.direct.sender.csproj new file mode 100644 index 0000000000..5d5bcaa2ea --- /dev/null +++ b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.direct.sender/csharp.direct.sender.csproj @@ -0,0 +1,110 @@ + + + + + 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/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.client/app.config b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.client/app.config new file mode 100644 index 0000000000..cb2586beb1 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.client/app.config @@ -0,0 +1,3 @@ + + + diff --git a/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.client/csharp.example.client.csproj b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.client/csharp.example.client.csproj new file mode 100644 index 0000000000..1d98e01505 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.client/csharp.example.client.csproj @@ -0,0 +1,110 @@ + + + + + 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/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.declare_queues/app.config b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.declare_queues/app.config new file mode 100644 index 0000000000..cb2586beb1 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.declare_queues/app.config @@ -0,0 +1,3 @@ + + + diff --git a/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.declare_queues/csharp.example.declare_queues.csproj b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.declare_queues/csharp.example.declare_queues.csproj new file mode 100644 index 0000000000..2fb157a453 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.declare_queues/csharp.example.declare_queues.csproj @@ -0,0 +1,110 @@ + + + + + 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/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.drain/app.config b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.drain/app.config new file mode 100644 index 0000000000..cb2586beb1 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.drain/app.config @@ -0,0 +1,3 @@ + + + diff --git a/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.drain/csharp.example.drain.csproj b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.drain/csharp.example.drain.csproj new file mode 100644 index 0000000000..48572dcfb7 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.drain/csharp.example.drain.csproj @@ -0,0 +1,111 @@ + + + + + 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/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.helloworld/app.config b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.helloworld/app.config new file mode 100644 index 0000000000..cb2586beb1 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.helloworld/app.config @@ -0,0 +1,3 @@ + + + diff --git a/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.helloworld/csharp.example.helloworld.csproj b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.helloworld/csharp.example.helloworld.csproj new file mode 100644 index 0000000000..b67a2dc9c0 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.helloworld/csharp.example.helloworld.csproj @@ -0,0 +1,110 @@ + + + + + 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/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.server/app.config b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.server/app.config new file mode 100644 index 0000000000..cb2586beb1 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.server/app.config @@ -0,0 +1,3 @@ + + + diff --git a/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.server/csharp.example.server.csproj b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.server/csharp.example.server.csproj new file mode 100644 index 0000000000..d2d425b40e --- /dev/null +++ b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.server/csharp.example.server.csproj @@ -0,0 +1,110 @@ + + + + + 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/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.spout/app.config b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.spout/app.config new file mode 100644 index 0000000000..cb2586beb1 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.spout/app.config @@ -0,0 +1,3 @@ + + + diff --git a/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.spout/csharp.example.spout.csproj b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.spout/csharp.example.spout.csproj new file mode 100644 index 0000000000..863e1426cb --- /dev/null +++ b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.example.spout/csharp.example.spout.csproj @@ -0,0 +1,114 @@ + + + + + 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/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.receiver/app.config b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.receiver/app.config new file mode 100644 index 0000000000..cb2586beb1 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.receiver/app.config @@ -0,0 +1,3 @@ + + + diff --git a/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj new file mode 100644 index 0000000000..d5155822ab --- /dev/null +++ b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj @@ -0,0 +1,117 @@ + + + + + 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/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.sender/app.config b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.sender/app.config new file mode 100644 index 0000000000..cb2586beb1 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.sender/app.config @@ -0,0 +1,3 @@ + + + diff --git a/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.sender/csharp.map.callback.sender.csproj b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.sender/csharp.map.callback.sender.csproj new file mode 100644 index 0000000000..82753f4d66 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.callback.sender/csharp.map.callback.sender.csproj @@ -0,0 +1,115 @@ + + + + + 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/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.receiver/app.config b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.receiver/app.config new file mode 100644 index 0000000000..cb2586beb1 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.receiver/app.config @@ -0,0 +1,3 @@ + + + diff --git a/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.receiver/csharp.map.receiver.csproj b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.receiver/csharp.map.receiver.csproj new file mode 100644 index 0000000000..01c9ccc993 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.receiver/csharp.map.receiver.csproj @@ -0,0 +1,110 @@ + + + + + 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/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.sender/app.config b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.sender/app.config new file mode 100644 index 0000000000..cb2586beb1 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.sender/app.config @@ -0,0 +1,3 @@ + + + diff --git a/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.sender/csharp.map.sender.csproj b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.sender/csharp.map.sender.csproj new file mode 100644 index 0000000000..25cc785144 --- /dev/null +++ b/cpp/bindings/qpid/dotnet/examples/msvc10/csharp.map.sender/csharp.map.sender.csproj @@ -0,0 +1,110 @@ + + + + + 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 -- cgit v1.2.1