From a9bcb605800611dc28c6131564f9cdcca98aaa98 Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Wed, 10 Nov 2010 19:45:23 +0000 Subject: QPID-2939 Qpid .NET Messaging Binding has stray references and using statements Clean them up. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1033679 13f79535-47bb-0310-9956-ffa450edef68 --- .../csharp.direct.receiver/csharp.direct.receiver.cs | 3 --- .../csharp.direct.receiver.csproj | 14 -------------- .../csharp.direct.sender/csharp.direct.sender.cs | 3 --- .../csharp.direct.sender/csharp.direct.sender.csproj | 14 -------------- .../csharp.example.client/csharp.example.client.csproj | 14 -------------- .../csharp.example.declare_queues.cs | 3 --- .../csharp.example.declare_queues.csproj | 14 -------------- .../dotnet/examples/csharp.example.drain/Options.cs | 6 ------ .../csharp.example.drain/csharp.example.drain.csproj | 14 -------------- .../csharp.example.helloworld.csproj | 14 -------------- .../csharp.example.server/csharp.example.server.csproj | 14 -------------- .../dotnet/examples/csharp.example.spout/Options.cs | 4 ---- .../csharp.example.spout/csharp.example.spout.csproj | 11 ----------- .../csharp.map.callback.receiver.csproj | 11 ----------- .../csharp.map.callback.sender.cs | 2 -- .../csharp.map.callback.sender.csproj | 11 ----------- .../csharp.map.receiver/csharp.map.receiver.csproj | 18 ------------------ .../examples/csharp.map.sender/csharp.map.sender.cs | 2 -- .../csharp.map.sender/csharp.map.sender.csproj | 14 -------------- .../csharp.direct.receiver.csproj | 12 ------------ .../csharp.direct.sender/csharp.direct.sender.csproj | 12 ------------ .../csharp.example.client/csharp.example.client.csproj | 12 ------------ .../csharp.example.declare_queues.csproj | 12 ------------ .../csharp.example.drain/csharp.example.drain.csproj | 12 ------------ .../csharp.example.helloworld.csproj | 12 ------------ .../csharp.example.server/csharp.example.server.csproj | 12 ------------ .../csharp.example.spout/csharp.example.spout.csproj | 11 ----------- .../csharp.map.callback.receiver.csproj | 11 ----------- .../csharp.map.callback.sender.csproj | 11 ----------- .../csharp.map.receiver/csharp.map.receiver.csproj | 12 ------------ .../csharp.map.sender/csharp.map.sender.csproj | 12 ------------ 31 files changed, 327 deletions(-) (limited to 'qpid/cpp/bindings') diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.direct.receiver/csharp.direct.receiver.cs b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.direct.receiver/csharp.direct.receiver.cs index 69f7a0d974..cb4cb3e37d 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.direct.receiver/csharp.direct.receiver.cs +++ b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.direct.receiver/csharp.direct.receiver.cs @@ -20,9 +20,6 @@ */ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; using Org.Apache.Qpid.Messaging; namespace CSharpDirect diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.direct.receiver/csharp.direct.receiver.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.direct.receiver/csharp.direct.receiver.csproj index 41c666292b..34d79afa91 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.direct.receiver/csharp.direct.receiver.csproj +++ b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.direct.receiver/csharp.direct.receiver.csproj @@ -81,20 +81,6 @@ x64 prompt - - - - 3.5 - - - 3.5 - - - 3.5 - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.direct.sender/csharp.direct.sender.cs b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.direct.sender/csharp.direct.sender.cs index 2e80e8c47d..ade2befd25 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.direct.sender/csharp.direct.sender.cs +++ b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.direct.sender/csharp.direct.sender.cs @@ -20,9 +20,6 @@ */ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; using Org.Apache.Qpid.Messaging; namespace csharp.direct.sender diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.direct.sender/csharp.direct.sender.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.direct.sender/csharp.direct.sender.csproj index 47d44fe514..a8cd07da74 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.direct.sender/csharp.direct.sender.csproj +++ b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.direct.sender/csharp.direct.sender.csproj @@ -81,20 +81,6 @@ x64 prompt - - - - 3.5 - - - 3.5 - - - 3.5 - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.client/csharp.example.client.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.client/csharp.example.client.csproj index 5be117d806..537efa8658 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.client/csharp.example.client.csproj +++ b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.client/csharp.example.client.csproj @@ -81,20 +81,6 @@ x64 prompt - - - - 3.5 - - - 3.5 - - - 3.5 - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.declare_queues/csharp.example.declare_queues.cs b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.declare_queues/csharp.example.declare_queues.cs index 7f116f1aaa..4a20e32182 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.declare_queues/csharp.example.declare_queues.cs +++ b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.declare_queues/csharp.example.declare_queues.cs @@ -20,9 +20,6 @@ */ using System; -using System.Collections; -using System.Collections.Generic; -using System.Collections.ObjectModel; using Org.Apache.Qpid.Messaging; namespace Org.Apache.Qpid.Messaging.Examples { diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj index 26049103b7..a458e706ad 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj +++ b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj @@ -81,20 +81,6 @@ x64 prompt - - - - 3.5 - - - 3.5 - - - 3.5 - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.drain/Options.cs b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.drain/Options.cs index 808e22728a..6059f76442 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.drain/Options.cs +++ b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.drain/Options.cs @@ -20,12 +20,6 @@ namespace Org.Apache.Qpid.Messaging.Examples { using System; - using System.Collections; - using System.Collections.Generic; - using System.Diagnostics; - using System.IO; - using System.Text; - using System.Xml; public class Options { diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.drain/csharp.example.drain.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.drain/csharp.example.drain.csproj index 6e02e1d249..75f419d0c5 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.drain/csharp.example.drain.csproj +++ b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.drain/csharp.example.drain.csproj @@ -81,20 +81,6 @@ x64 prompt - - - - 3.5 - - - 3.5 - - - 3.5 - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.helloworld/csharp.example.helloworld.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.helloworld/csharp.example.helloworld.csproj index f0b4aac91a..0307bea754 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.helloworld/csharp.example.helloworld.csproj +++ b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.helloworld/csharp.example.helloworld.csproj @@ -81,20 +81,6 @@ x64 prompt - - - - 3.5 - - - 3.5 - - - 3.5 - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.server/csharp.example.server.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.server/csharp.example.server.csproj index c7db0a2a90..d377018a30 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.server/csharp.example.server.csproj +++ b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.server/csharp.example.server.csproj @@ -81,20 +81,6 @@ x64 prompt - - - - 3.5 - - - 3.5 - - - 3.5 - - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.spout/Options.cs b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.spout/Options.cs index be55c1e0d4..9ceb11e520 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.spout/Options.cs +++ b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.spout/Options.cs @@ -23,10 +23,6 @@ namespace Org.Apache.Qpid.Messaging.Examples using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; - using System.Diagnostics; - using System.IO; - using System.Text; - using System.Xml; public class Options { diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.spout/csharp.example.spout.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.spout/csharp.example.spout.csproj index 0011619d9d..c0e4d7fe1f 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.spout/csharp.example.spout.csproj +++ b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.spout/csharp.example.spout.csproj @@ -83,17 +83,6 @@ - - 3.5 - - - 3.5 - - - 3.5 - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj index c1fed18b51..1380fc4981 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj +++ b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj @@ -83,17 +83,6 @@ - - 3.5 - - - 3.5 - - - 3.5 - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.sender/csharp.map.callback.sender.cs b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.sender/csharp.map.callback.sender.cs index c987ad9a53..c6b764a567 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.sender/csharp.map.callback.sender.cs +++ b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.sender/csharp.map.callback.sender.cs @@ -22,8 +22,6 @@ using System; using System.Collections.Generic; using System.Collections.ObjectModel; -using System.Linq; -using System.Text; using Org.Apache.Qpid.Messaging; namespace Org.Apache.Qpid.Messaging.Examples diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj index 40fd6f01ab..cb0a5705af 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj +++ b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj @@ -85,17 +85,6 @@ - - 3.5 - - - 3.5 - - - 3.5 - - - diff --git a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.csproj b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.csproj index bb6b3cd15e..261286fa01 100644 --- a/qpid/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.csproj +++ b/qpid/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.csproj @@ -81,20 +81,6 @@ x64 prompt - - - - 3.5 - - - 3.5 - - - 3.5 - - - - @@ -104,10 +90,6 @@ {AA5A3B83-5F98-406D-A01C-5A921467A57D} Org.Apache.Qpid.Messaging - - {B0A51CEC-30A2-4C2E-90BE-AE95107EAA05} - org.apache.qpid.messaging.sessionreceiver -