From ba666188893ad7430d93b69fb40822aa094624fd Mon Sep 17 00:00:00 2001 From: Robert Greig Date: Mon, 5 Jan 2009 20:42:00 +0000 Subject: QPID-1552 Fixes to make the projects compile under VS, and tweak to handle close without an exception. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@731698 13f79535-47bb-0310-9956-ffa450edef68 --- .../client-010/addins/ExcelAddIn/ExcelAddIn.csproj | 26 +- .../ExcelAddInMessageProcessor.csproj | 139 +++++----- .../ExcelAddInProducer/ExcelAddInProducer.csproj | 132 ++++------ dotnet/client-010/client/Client.csproj | 288 ++++----------------- dotnet/client-010/client/client.sln | 16 +- dotnet/client-010/client/client.suo | Bin 585728 -> 572416 bytes .../client/transport/network/io/IoReceiver.cs | 10 +- dotnet/client-010/demo/Demo.csproj | 183 ++++++------- .../demo/Properties/Resources.Designer.cs | 155 +++++------ .../demo/Properties/Settings.Designer.cs | 77 ++---- .../example-direct-Listener.csproj | 121 ++++----- .../example-direct-producer.csproj | 121 ++++----- .../example-fanout-Listener.csproj | 121 ++++----- .../example-fanout-Producer.csproj | 121 ++++----- .../example-pub-sub-Listener.csproj | 121 ++++----- .../example-pub-sub-Publisher.csproj | 121 ++++----- .../example-request-response-Client.csproj | 121 ++++----- .../example-request-response-Server.csproj | 121 ++++----- dotnet/client-010/perftest/perftest.csproj | 137 +++++----- dotnet/client-010/test/Test.csproj | 153 +++++------ .../client-010/wcf/demo/wcfBookingClient/Form1.cs | 191 +++++++------- .../wcf/demo/wcfBookingClient/Program.cs | 1 - .../demo/wcfBookingClient/wcBookingClient.csproj | 215 +++++++-------- .../wcf/demo/wcfBookingServer/Booking.cs | 6 +- .../wcf/demo/wcfBookingServer/IBooking.cs | 24 +- .../client-010/wcf/demo/wcfBookingServer/Order.cs | 8 +- .../wcf/demo/wcfBookingServer/Program.cs | 2 +- .../wcf/demo/wcfBookingServer/Receipt.cs | 2 +- .../demo/wcfBookingServer/wcfBookingServer.csproj | 163 +++++------- .../client-010/wcf/demo/wcfHelloClient/App.config | 6 +- .../wcf/demo/wcfHelloClient/HelloClient.cs | 2 +- .../wcf/demo/wcfHelloClient/IHelloService.cs | 2 +- .../client-010/wcf/demo/wcfHelloClient/Program.cs | 2 +- .../wcf/demo/wcfHelloClient/wcfHelloClient.csproj | 139 +++++----- .../wcf/demo/wcfHelloServer/HelloService.cs | 2 +- .../wcf/demo/wcfHelloServer/IHelloService.cs | 2 +- .../client-010/wcf/demo/wcfHelloServer/Program.cs | 2 +- .../wcf/demo/wcfHelloServer/wcfHelloServer.csproj | 149 +++++------ dotnet/client-010/wcf/demo/wcfRPC/IUpperCase.cs | 2 +- dotnet/client-010/wcf/demo/wcfRPC/Program.cs | 2 +- dotnet/client-010/wcf/demo/wcfRPC/UpperCase.cs | 2 +- dotnet/client-010/wcf/demo/wcfRPC/wcfRPC.csproj | 155 +++++------ dotnet/client-010/wcf/model/QpidInputChannel.cs | 21 +- dotnet/client-010/wcf/model/QpidOutputChannel.cs | 2 +- dotnet/client-010/wcf/wcf.csproj | 149 +++++------ dotnet/client-010/wcf/wcf.sln | 12 +- dotnet/client-010/wcf/wcf.suo | Bin 91648 -> 105984 bytes 47 files changed, 1477 insertions(+), 2070 deletions(-) (limited to 'dotnet/client-010') diff --git a/dotnet/client-010/addins/ExcelAddIn/ExcelAddIn.csproj b/dotnet/client-010/addins/ExcelAddIn/ExcelAddIn.csproj index 6f44a998cb..ea2d6b7198 100644 --- a/dotnet/client-010/addins/ExcelAddIn/ExcelAddIn.csproj +++ b/dotnet/client-010/addins/ExcelAddIn/ExcelAddIn.csproj @@ -1,25 +1,4 @@ - - - + Debug AnyCPU @@ -66,8 +45,7 @@ - - + diff --git a/dotnet/client-010/addins/ExcelAddInMessageProcessor/ExcelAddInMessageProcessor.csproj b/dotnet/client-010/addins/ExcelAddInMessageProcessor/ExcelAddInMessageProcessor.csproj index f29cb88c11..7929933ef7 100644 --- a/dotnet/client-010/addins/ExcelAddInMessageProcessor/ExcelAddInMessageProcessor.csproj +++ b/dotnet/client-010/addins/ExcelAddInMessageProcessor/ExcelAddInMessageProcessor.csproj @@ -1,78 +1,61 @@ - - - - - Debug - AnyCPU - 8.0.50727 - 2.0 - {C2AE83A3-D5D1-469D-8611-A4738B9997CF} - Library - Properties - ExcelAddInMessageProcessor - ExcelAddInMessageProcessor - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - {B911FFD7-754F-4735-A188-218D5065BE79} - Client - - - {85EFD719-39F6-4471-90FF-9E621430344B} - ExcelAddIn - - - - - + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {C2AE83A3-D5D1-469D-8611-A4738B9997CF} + Library + Properties + ExcelAddInMessageProcessor + ExcelAddInMessageProcessor + + + 2.0 + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + {B911FFD7-754F-4735-A188-218D5065BE79} + Client + + + {85EFD719-39F6-4471-90FF-9E621430344B} + ExcelAddIn + + + + + \ No newline at end of file diff --git a/dotnet/client-010/addins/ExcelAddInProducer/ExcelAddInProducer.csproj b/dotnet/client-010/addins/ExcelAddInProducer/ExcelAddInProducer.csproj index c0e4a03b90..0969c61bd4 100644 --- a/dotnet/client-010/addins/ExcelAddInProducer/ExcelAddInProducer.csproj +++ b/dotnet/client-010/addins/ExcelAddInProducer/ExcelAddInProducer.csproj @@ -1,75 +1,57 @@ - - - - - Debug - AnyCPU - 8.0.50727 - 2.0 - {80F00C3B-EB38-4B3B-9F77-68977A30B155} - Exe - Properties - ExcelAddInProducer - Qpid Excel AddIn Producer - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - {B911FFD7-754F-4735-A188-218D5065BE79} - Client - - - - - + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {80F00C3B-EB38-4B3B-9F77-68977A30B155} + Exe + Properties + ExcelAddInProducer + Qpid Excel AddIn Producer + + + 2.0 + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + {B911FFD7-754F-4735-A188-218D5065BE79} + Client + + + + + \ No newline at end of file diff --git a/dotnet/client-010/client/Client.csproj b/dotnet/client-010/client/Client.csproj index 9e5e5bbe5a..e449781722 100644 --- a/dotnet/client-010/client/Client.csproj +++ b/dotnet/client-010/client/Client.csproj @@ -1,233 +1,55 @@ - - - - - Debug - AnyCPU - 8.0.50727 - 2.0 - {B911FFD7-754F-4735-A188-218D5065BE79} - Library - Properties - client - Qpid Client - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - False - ..\lib\log4net\log4net.dll - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {B911FFD7-754F-4735-A188-218D5065BE79} + Library + Properties + client + Qpid Client + + + 2.0 + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + False + ..\lib\log4net\log4net.dll + + + + + + + + + + + \ No newline at end of file diff --git a/dotnet/client-010/client/client.sln b/dotnet/client-010/client/client.sln index f6688b7a09..c94509e72a 100644 --- a/dotnet/client-010/client/client.sln +++ b/dotnet/client-010/client/client.sln @@ -1,6 +1,6 @@  -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client.csproj", "{B911FFD7-754F-4735-A188-218D5065BE79}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo", "..\demo\Demo.csproj", "{E4C46FBC-7560-406D-BFEF-CA010E584DF4}" @@ -9,8 +9,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExcelAddIn", "..\addins\Exc EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExcelAddInProducer", "..\addins\ExcelAddInProducer\ExcelAddInProducer.csproj", "{80F00C3B-EB38-4B3B-9F77-68977A30B155}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MessagePRocessor", "..\addins\MessagePRocessor\MessagePRocessor.csproj", "{244ACF6F-F632-47B0-9DCE-4C9421AE8EF0}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "example-direct-producer", "..\examples\direct\example-direct-producer\example-direct-producer.csproj", "{96FCB250-8142-40EE-9BDD-CA839EE21021}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "example-direct-Listener", "..\examples\direct\example-direct-Listener\example-direct-Listener.csproj", "{AE65B1B9-8779-4CB1-91AF-E7F6C7A736D7}" @@ -31,6 +29,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "example-fanout-Listener", " EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "perftest", "..\perftest\perftest.csproj", "{7F7E8DE7-FDF2-4A52-A4CE-D3756B05273C}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExcelAddInMessageProcessor", "..\addins\ExcelAddInMessageProcessor\ExcelAddInMessageProcessor.csproj", "{C2AE83A3-D5D1-469D-8611-A4738B9997CF}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -53,10 +53,6 @@ Global {80F00C3B-EB38-4B3B-9F77-68977A30B155}.Debug|Any CPU.Build.0 = Debug|Any CPU {80F00C3B-EB38-4B3B-9F77-68977A30B155}.Release|Any CPU.ActiveCfg = Release|Any CPU {80F00C3B-EB38-4B3B-9F77-68977A30B155}.Release|Any CPU.Build.0 = Release|Any CPU - {244ACF6F-F632-47B0-9DCE-4C9421AE8EF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {244ACF6F-F632-47B0-9DCE-4C9421AE8EF0}.Debug|Any CPU.Build.0 = Debug|Any CPU - {244ACF6F-F632-47B0-9DCE-4C9421AE8EF0}.Release|Any CPU.ActiveCfg = Release|Any CPU - {244ACF6F-F632-47B0-9DCE-4C9421AE8EF0}.Release|Any CPU.Build.0 = Release|Any CPU {96FCB250-8142-40EE-9BDD-CA839EE21021}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {96FCB250-8142-40EE-9BDD-CA839EE21021}.Debug|Any CPU.Build.0 = Debug|Any CPU {96FCB250-8142-40EE-9BDD-CA839EE21021}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -97,6 +93,10 @@ Global {7F7E8DE7-FDF2-4A52-A4CE-D3756B05273C}.Debug|Any CPU.Build.0 = Debug|Any CPU {7F7E8DE7-FDF2-4A52-A4CE-D3756B05273C}.Release|Any CPU.ActiveCfg = Release|Any CPU {7F7E8DE7-FDF2-4A52-A4CE-D3756B05273C}.Release|Any CPU.Build.0 = Release|Any CPU + {C2AE83A3-D5D1-469D-8611-A4738B9997CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C2AE83A3-D5D1-469D-8611-A4738B9997CF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C2AE83A3-D5D1-469D-8611-A4738B9997CF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C2AE83A3-D5D1-469D-8611-A4738B9997CF}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/dotnet/client-010/client/client.suo b/dotnet/client-010/client/client.suo index 1ccb5725ef..cfdbf4be93 100644 Binary files a/dotnet/client-010/client/client.suo and b/dotnet/client-010/client/client.suo differ diff --git a/dotnet/client-010/client/transport/network/io/IoReceiver.cs b/dotnet/client-010/client/transport/network/io/IoReceiver.cs index e080ee5899..4c59cf0a6c 100644 --- a/dotnet/client-010/client/transport/network/io/IoReceiver.cs +++ b/dotnet/client-010/client/transport/network/io/IoReceiver.cs @@ -151,12 +151,12 @@ namespace org.apache.qpid.transport.network.io while ((read = m_bufStream.Read(buffer, offset, m_bufferSize - offset)) > 0) { MemoryStream memStream = new MemoryStream(buffer, offset, read); - if(ReceivedBuffer != null) + if (ReceivedBuffer != null) { // call the event payload.Payload = memStream; ReceivedBuffer(this, payload); - } + } offset += read; if (offset > threshold) { @@ -166,8 +166,12 @@ namespace org.apache.qpid.transport.network.io } log.debug("Receiver thread terminating"); } + catch (IOException e) + { + // IOException is thrown when the socket is closed according to the docs + } catch (Exception t) - { + { if (ExceptionReading != null) { ExceptionReading(this, new ExceptionArgs(t)); diff --git a/dotnet/client-010/demo/Demo.csproj b/dotnet/client-010/demo/Demo.csproj index 67e687008f..ce326f5822 100644 --- a/dotnet/client-010/demo/Demo.csproj +++ b/dotnet/client-010/demo/Demo.csproj @@ -1,99 +1,84 @@ - - - - - Debug - AnyCPU - 8.0.50727 - 2.0 - {E4C46FBC-7560-406D-BFEF-CA010E584DF4} - WinExe - Properties - demo - Qpid Demo - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - False - ..\lib\log4net\log4net.dll - - - - - - - - - - - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - True - Resources.resx - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - True - Settings.settings - True - - - - - {B911FFD7-754F-4735-A188-218D5065BE79} - Client - - - - - + + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {E4C46FBC-7560-406D-BFEF-CA010E584DF4} + WinExe + Properties + demo + Qpid Demo + + + 2.0 + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + False + ..\lib\log4net\log4net.dll + + + + + + + + + + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + True + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + {B911FFD7-754F-4735-A188-218D5065BE79} + Client + + + + + \ No newline at end of file diff --git a/dotnet/client-010/demo/Properties/Resources.Designer.cs b/dotnet/client-010/demo/Properties/Resources.Designer.cs index d635c93dd4..6e11238248 100644 --- a/dotnet/client-010/demo/Properties/Resources.Designer.cs +++ b/dotnet/client-010/demo/Properties/Resources.Designer.cs @@ -1,92 +1,63 @@ -/* - * - * 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. - * - */ - -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:2.0.50727.1433 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace demo.Properties -{ - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources - { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() - { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager - { - get - { - if ((resourceMan == null)) - { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("demo.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture - { - get - { - return resourceCulture; - } - set - { - resourceCulture = value; - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.3053 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace demo.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("demo.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + } +} diff --git a/dotnet/client-010/demo/Properties/Settings.Designer.cs b/dotnet/client-010/demo/Properties/Settings.Designer.cs index e5d5c38547..467ca52f9f 100644 --- a/dotnet/client-010/demo/Properties/Settings.Designer.cs +++ b/dotnet/client-010/demo/Properties/Settings.Designer.cs @@ -1,51 +1,26 @@ -/* - * - * 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. - * - */ - -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:2.0.50727.1433 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace demo.Properties -{ - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - - private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default - { - get - { - return defaultInstance; - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.3053 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace demo.Properties { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default { + get { + return defaultInstance; + } + } + } +} diff --git a/dotnet/client-010/examples/direct/example-direct-Listener/example-direct-Listener.csproj b/dotnet/client-010/examples/direct/example-direct-Listener/example-direct-Listener.csproj index 22eed4c79b..3c9ae20af8 100644 --- a/dotnet/client-010/examples/direct/example-direct-Listener/example-direct-Listener.csproj +++ b/dotnet/client-010/examples/direct/example-direct-Listener/example-direct-Listener.csproj @@ -1,74 +1,59 @@ - - - - - Debug - AnyCPU - 8.0.50727 - 2.0 - {AE65B1B9-8779-4CB1-91AF-E7F6C7A736D7} - Exe - Properties - example_direct_Listener - example-direct-Listener - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - {B911FFD7-754F-4735-A188-218D5065BE79} - Client - - - + + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {AE65B1B9-8779-4CB1-91AF-E7F6C7A736D7} + Exe + Properties + example_direct_Listener + example-direct-Listener + + + 2.0 + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + {B911FFD7-754F-4735-A188-218D5065BE79} + Client + + + - + --> + \ No newline at end of file diff --git a/dotnet/client-010/examples/direct/example-direct-producer/example-direct-producer.csproj b/dotnet/client-010/examples/direct/example-direct-producer/example-direct-producer.csproj index 25f8491394..18dcc3a0d6 100644 --- a/dotnet/client-010/examples/direct/example-direct-producer/example-direct-producer.csproj +++ b/dotnet/client-010/examples/direct/example-direct-producer/example-direct-producer.csproj @@ -1,74 +1,59 @@ - - - - - Debug - AnyCPU - 8.0.50727 - 2.0 - {96FCB250-8142-40EE-9BDD-CA839EE21021} - Exe - Properties - example_direct_producer - example-direct-producer - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - {B911FFD7-754F-4735-A188-218D5065BE79} - Client - - - + + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {96FCB250-8142-40EE-9BDD-CA839EE21021} + Exe + Properties + example_direct_producer + example-direct-producer + + + 2.0 + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + {B911FFD7-754F-4735-A188-218D5065BE79} + Client + + + - + --> + \ No newline at end of file diff --git a/dotnet/client-010/examples/fanout/example-fanout-Listener/example-fanout-Listener.csproj b/dotnet/client-010/examples/fanout/example-fanout-Listener/example-fanout-Listener.csproj index d03f0170f3..c2c8833e34 100644 --- a/dotnet/client-010/examples/fanout/example-fanout-Listener/example-fanout-Listener.csproj +++ b/dotnet/client-010/examples/fanout/example-fanout-Listener/example-fanout-Listener.csproj @@ -1,74 +1,59 @@ - - - - - Debug - AnyCPU - 8.0.50727 - 2.0 - {18A0792B-DC3A-4EC5-93D6-DB8A111D8F15} - Exe - Properties - example_fanout_Listener - example-fanout-Listener - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - {B911FFD7-754F-4735-A188-218D5065BE79} - Client - - - + + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {18A0792B-DC3A-4EC5-93D6-DB8A111D8F15} + Exe + Properties + example_fanout_Listener + example-fanout-Listener + + + 2.0 + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + {B911FFD7-754F-4735-A188-218D5065BE79} + Client + + + - + --> + \ No newline at end of file diff --git a/dotnet/client-010/examples/fanout/example-fanout-Producer/example-fanout-Producer.csproj b/dotnet/client-010/examples/fanout/example-fanout-Producer/example-fanout-Producer.csproj index bf5811fbcd..83959fe3af 100644 --- a/dotnet/client-010/examples/fanout/example-fanout-Producer/example-fanout-Producer.csproj +++ b/dotnet/client-010/examples/fanout/example-fanout-Producer/example-fanout-Producer.csproj @@ -1,74 +1,59 @@ - - - - - Debug - AnyCPU - 8.0.50727 - 2.0 - {4513BF94-D54A-42FE-8506-FE2CD57B2C51} - Exe - Properties - example_fanout_Producer - example-fanout-Producer - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - {B911FFD7-754F-4735-A188-218D5065BE79} - Client - - - + + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {4513BF94-D54A-42FE-8506-FE2CD57B2C51} + Exe + Properties + example_fanout_Producer + example-fanout-Producer + + + 2.0 + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + {B911FFD7-754F-4735-A188-218D5065BE79} + Client + + + - + --> + \ No newline at end of file diff --git a/dotnet/client-010/examples/pub-sub/example-pub-sub-Listener/example-pub-sub-Listener.csproj b/dotnet/client-010/examples/pub-sub/example-pub-sub-Listener/example-pub-sub-Listener.csproj index ee1a22fc25..0b9d259373 100644 --- a/dotnet/client-010/examples/pub-sub/example-pub-sub-Listener/example-pub-sub-Listener.csproj +++ b/dotnet/client-010/examples/pub-sub/example-pub-sub-Listener/example-pub-sub-Listener.csproj @@ -1,74 +1,59 @@ - - - - - Debug - AnyCPU - 8.0.50727 - 2.0 - {2BCDC2CC-5BDA-4CC7-944D-2899AD8A53C7} - Exe - Properties - example_pub_sub_Listener - example-pub-sub-Listener - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - {B911FFD7-754F-4735-A188-218D5065BE79} - Client - - - + + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {2BCDC2CC-5BDA-4CC7-944D-2899AD8A53C7} + Exe + Properties + example_pub_sub_Listener + example-pub-sub-Listener + + + 2.0 + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + {B911FFD7-754F-4735-A188-218D5065BE79} + Client + + + - + --> + \ No newline at end of file diff --git a/dotnet/client-010/examples/pub-sub/example-pub-sub-Publisher/example-pub-sub-Publisher.csproj b/dotnet/client-010/examples/pub-sub/example-pub-sub-Publisher/example-pub-sub-Publisher.csproj index 4068ac094e..7c47550420 100644 --- a/dotnet/client-010/examples/pub-sub/example-pub-sub-Publisher/example-pub-sub-Publisher.csproj +++ b/dotnet/client-010/examples/pub-sub/example-pub-sub-Publisher/example-pub-sub-Publisher.csproj @@ -1,74 +1,59 @@ - - - - - Debug - AnyCPU - 8.0.50727 - 2.0 - {F8857634-A134-44E7-A953-F2B22688C599} - Exe - Properties - example_pub_sub_Publisher - example-pub-sub-Publisher - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - {B911FFD7-754F-4735-A188-218D5065BE79} - Client - - - + + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {F8857634-A134-44E7-A953-F2B22688C599} + Exe + Properties + example_pub_sub_Publisher + example-pub-sub-Publisher + + + 2.0 + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + {B911FFD7-754F-4735-A188-218D5065BE79} + Client + + + - + --> + \ No newline at end of file diff --git a/dotnet/client-010/examples/request-response/example-request-response-Client/example-request-response-Client.csproj b/dotnet/client-010/examples/request-response/example-request-response-Client/example-request-response-Client.csproj index 2787aa4b6a..c92a920953 100644 --- a/dotnet/client-010/examples/request-response/example-request-response-Client/example-request-response-Client.csproj +++ b/dotnet/client-010/examples/request-response/example-request-response-Client/example-request-response-Client.csproj @@ -1,74 +1,59 @@ - - - - - Debug - AnyCPU - 8.0.50727 - 2.0 - {1BC63815-4029-4039-9207-35E7E06ECC99} - Exe - Properties - example_request_response_Client - example-request-response-Client - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - {B911FFD7-754F-4735-A188-218D5065BE79} - Client - - - + + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {1BC63815-4029-4039-9207-35E7E06ECC99} + Exe + Properties + example_request_response_Client + example-request-response-Client + + + 2.0 + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + {B911FFD7-754F-4735-A188-218D5065BE79} + Client + + + - + --> + \ No newline at end of file diff --git a/dotnet/client-010/examples/request-response/example-request-response-Server/example-request-response-Server.csproj b/dotnet/client-010/examples/request-response/example-request-response-Server/example-request-response-Server.csproj index f35555aed8..be61ddaf01 100644 --- a/dotnet/client-010/examples/request-response/example-request-response-Server/example-request-response-Server.csproj +++ b/dotnet/client-010/examples/request-response/example-request-response-Server/example-request-response-Server.csproj @@ -1,74 +1,59 @@ - - - - - Debug - AnyCPU - 8.0.50727 - 2.0 - {922FBA9C-E483-4AEF-ABE8-AC87421E829B} - Exe - Properties - example_request_response_Server - example-request-response-Server - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - {B911FFD7-754F-4735-A188-218D5065BE79} - Client - - - + + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {922FBA9C-E483-4AEF-ABE8-AC87421E829B} + Exe + Properties + example_request_response_Server + example-request-response-Server + + + 2.0 + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + {B911FFD7-754F-4735-A188-218D5065BE79} + Client + + + - + --> + \ No newline at end of file diff --git a/dotnet/client-010/perftest/perftest.csproj b/dotnet/client-010/perftest/perftest.csproj index 30953d6077..f8fa7aa27c 100644 --- a/dotnet/client-010/perftest/perftest.csproj +++ b/dotnet/client-010/perftest/perftest.csproj @@ -1,82 +1,67 @@ - - - - - Debug - AnyCPU - 8.0.50727 - 2.0 - {7F7E8DE7-FDF2-4A52-A4CE-D3756B05273C} - Exe - Properties - perftest - perftest - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - False - ..\lib\plossum\C5.dll - - - False - ..\lib\plossum\Plossum CommandLine.dll - - - - - - - - - - - - {B911FFD7-754F-4735-A188-218D5065BE79} - Client - - - + + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {7F7E8DE7-FDF2-4A52-A4CE-D3756B05273C} + Exe + Properties + perftest + perftest + + + 2.0 + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + False + ..\lib\plossum\C5.dll + + + False + ..\lib\plossum\Plossum CommandLine.dll + + + + + + + + + + + + {B911FFD7-754F-4735-A188-218D5065BE79} + Client + + + - + --> + \ No newline at end of file diff --git a/dotnet/client-010/test/Test.csproj b/dotnet/client-010/test/Test.csproj index 7fa42c73d0..e2680e16bc 100644 --- a/dotnet/client-010/test/Test.csproj +++ b/dotnet/client-010/test/Test.csproj @@ -1,90 +1,75 @@ - - - - - Debug - AnyCPU - 8.0.50727 - 2.0 - {95CB4C90-7C53-44A9-B11C-96235F158ACA} - Library - Properties - test - Qpid Test - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - False - ..\lib\log4net\log4net.dll - - - False - ..\lib\nunit\nunit.framework.dll - - - - - - - - - - - - - - - - - - - - {B911FFD7-754F-4735-A188-218D5065BE79} - Client - - - + + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {95CB4C90-7C53-44A9-B11C-96235F158ACA} + Library + Properties + test + Qpid Test + + + 2.0 + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + False + ..\lib\log4net\log4net.dll + + + False + ..\lib\nunit\nunit.framework.dll + + + + + + + + + + + + + + + + + + + + {B911FFD7-754F-4735-A188-218D5065BE79} + Client + + + - + --> + \ No newline at end of file diff --git a/dotnet/client-010/wcf/demo/wcfBookingClient/Form1.cs b/dotnet/client-010/wcf/demo/wcfBookingClient/Form1.cs index ea1a05a8d4..86a2f6b774 100644 --- a/dotnet/client-010/wcf/demo/wcfBookingClient/Form1.cs +++ b/dotnet/client-010/wcf/demo/wcfBookingClient/Form1.cs @@ -1,95 +1,96 @@ -/* - * - * 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. - * - */ - -using System; -using System.ServiceModel; -using System.Windows.Forms; -using org.apache.qpid.wcf.demo; -using org.apache.qpid.wcf.model; - -namespace WindowsFormsBooking -{ - public partial class Form1 : Form - { - private ChannelFactory _fac; - private readonly Order _order = new Order(); - private IBooking _calc; - - public Form1() - { - InitializeComponent(); - _calc = StartClient(new QpidBinding("192.168.1.14", 5673)); - _order.Type = "Default"; - _order.Price = 0; - } - - public IBooking StartClient(System.ServiceModel.Channels.Binding binding) - { - IBooking res = null; - try - { - Console.WriteLine(" Starting Client..."); - _fac = new ChannelFactory(binding, "soap.amqp:///Booking"); - _fac.Open(); - res = _fac.CreateChannel(); - Console.WriteLine("[DONE]"); - } - catch (Exception e) - { - Console.WriteLine(e); - } - return res; - } - - public void StopClient(IBooking client) - { - Console.WriteLine(" Stopping Client..."); - ((System.ServiceModel.Channels.IChannel)client).Close(); - _fac.Close(); - Console.WriteLine("[DONE]"); - } - - private void comboBox1_SelectedIndexChanged(object sender, EventArgs e) - { - _order.Type = ((ComboBox) sender).SelectedItem.ToString(); - } - - private void numericUpDown1_ValueChanged(object sender, EventArgs e) - { - _order.Price = (double) ((NumericUpDown) sender).Value; - } - - private void button1_Click(object sender, EventArgs e) - { - _calc.Add(_order); - } - - private void button2_Click(object sender, EventArgs e) - { - Receipt r = _calc.Checkout(); - richTextBox1.Text = r.Summary + "\n" + "Total Price = " + r.Price; - // reset - _calc = StartClient(new QpidBinding("192.168.1.14", 5673)); - } - - - } -} +/* + * + * 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. + * + */ + +using System; +using System.ServiceModel; +using System.Windows.Forms; +using org.apache.qpid.wcf.demo; +using org.apache.qpid.wcf.model; +using org.apache.qpid.wcf.demo.bookingServer; + +namespace WindowsFormsBooking +{ + public partial class Form1 : Form + { + private ChannelFactory _fac; + private readonly Order _order = new Order(); + private IBooking _calc; + + public Form1() + { + InitializeComponent(); + _calc = StartClient(new QpidBinding("192.168.1.14", 5673)); + _order.Type = "Default"; + _order.Price = 0; + } + + public IBooking StartClient(System.ServiceModel.Channels.Binding binding) + { + IBooking res = null; + try + { + Console.WriteLine(" Starting Client..."); + _fac = new ChannelFactory(binding, "soap.amqp:///Booking"); + _fac.Open(); + res = _fac.CreateChannel(); + Console.WriteLine("[DONE]"); + } + catch (Exception e) + { + Console.WriteLine(e); + } + return res; + } + + public void StopClient(IBooking client) + { + Console.WriteLine(" Stopping Client..."); + ((System.ServiceModel.Channels.IChannel)client).Close(); + _fac.Close(); + Console.WriteLine("[DONE]"); + } + + private void comboBox1_SelectedIndexChanged(object sender, EventArgs e) + { + _order.Type = ((ComboBox) sender).SelectedItem.ToString(); + } + + private void numericUpDown1_ValueChanged(object sender, EventArgs e) + { + _order.Price = (double) ((NumericUpDown) sender).Value; + } + + private void button1_Click(object sender, EventArgs e) + { + _calc.Add(_order); + } + + private void button2_Click(object sender, EventArgs e) + { + Receipt r = _calc.Checkout(); + richTextBox1.Text = r.Summary + "\n" + "Total Price = " + r.Price; + // reset + _calc = StartClient(new QpidBinding("192.168.1.14", 5673)); + } + + + } +} diff --git a/dotnet/client-010/wcf/demo/wcfBookingClient/Program.cs b/dotnet/client-010/wcf/demo/wcfBookingClient/Program.cs index b616984a54..59189bf600 100644 --- a/dotnet/client-010/wcf/demo/wcfBookingClient/Program.cs +++ b/dotnet/client-010/wcf/demo/wcfBookingClient/Program.cs @@ -21,7 +21,6 @@ using System; using System.Collections.Generic; -using System.Linq; using System.Windows.Forms; namespace WindowsFormsBooking diff --git a/dotnet/client-010/wcf/demo/wcfBookingClient/wcBookingClient.csproj b/dotnet/client-010/wcf/demo/wcfBookingClient/wcBookingClient.csproj index b3480d6aaa..1e096db9d1 100644 --- a/dotnet/client-010/wcf/demo/wcfBookingClient/wcBookingClient.csproj +++ b/dotnet/client-010/wcf/demo/wcfBookingClient/wcBookingClient.csproj @@ -1,124 +1,103 @@ - - - - - - Debug - AnyCPU - 9.0.21022 - 2.0 - {4086B3FE-F745-4DCC-952A-682CAE01F4C9} - WinExe - Properties - WindowsFormsBooking - Booking Client - v3.5 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - 3.5 - - - 3.0 - - - 3.5 - - - 3.5 - - - - - - - - - - Form - - - Form1.cs - - - - - Form1.cs - Designer - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - True - Resources.resx - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - True - Settings.settings - True - - - - - {F1D80D9D-FE22-4213-A760-BFFDE7D131DD} - wcf - - - {B34E21C4-A742-4886-8569-1A89490E093E} - wcfBookingServer - - - + + + + Debug + AnyCPU + 9.0.30729 + 2.0 + {4086B3FE-F745-4DCC-952A-682CAE01F4C9} + WinExe + Properties + WindowsFormsBooking + Booking Client + v3.5 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + 3.5 + + + 3.0 + + + 3.5 + + + 3.5 + + + + + + + + + + Form + + + Form1.cs + + + + + Form1.cs + Designer + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + {F1D80D9D-FE22-4213-A760-BFFDE7D131DD} + wcf + + + {B34E21C4-A742-4886-8569-1A89490E093E} + wcfBookingServer + + + - + --> + \ No newline at end of file diff --git a/dotnet/client-010/wcf/demo/wcfBookingServer/Booking.cs b/dotnet/client-010/wcf/demo/wcfBookingServer/Booking.cs index 8b5e9db760..3f0d37cbe8 100644 --- a/dotnet/client-010/wcf/demo/wcfBookingServer/Booking.cs +++ b/dotnet/client-010/wcf/demo/wcfBookingServer/Booking.cs @@ -21,16 +21,16 @@ using System; using System.Collections.Generic; -using System.ServiceModel; +using System.ServiceModel; -namespace org.apache.qpid.wcf.demo +namespace org.apache.qpid.wcf.demo.bookingServer { [ServiceBehavior(InstanceContextMode = InstanceContextMode.PerSession)] public class Booking : IBooking { private Guid _id; - private List _orders; + private List _orders; public Booking() { diff --git a/dotnet/client-010/wcf/demo/wcfBookingServer/IBooking.cs b/dotnet/client-010/wcf/demo/wcfBookingServer/IBooking.cs index 80890617aa..34b6caa1c6 100644 --- a/dotnet/client-010/wcf/demo/wcfBookingServer/IBooking.cs +++ b/dotnet/client-010/wcf/demo/wcfBookingServer/IBooking.cs @@ -22,22 +22,22 @@ using System; using System.ServiceModel; -namespace org.apache.qpid.wcf.demo -{ +namespace org.apache.qpid.wcf.demo.bookingServer +{ [ServiceContract(SessionMode=SessionMode.Required)] - public interface IBooking - { - [OperationContract] - void Add(Order order); - - [OperationContract] - Receipt Checkout(); - - Guid Id + public interface IBooking + { + [OperationContract] + void Add(Order order); + + [OperationContract] + Receipt Checkout(); + + Guid Id { [OperationContract] get; - } + } } } diff --git a/dotnet/client-010/wcf/demo/wcfBookingServer/Order.cs b/dotnet/client-010/wcf/demo/wcfBookingServer/Order.cs index c6266366c3..79dfdefdb3 100644 --- a/dotnet/client-010/wcf/demo/wcfBookingServer/Order.cs +++ b/dotnet/client-010/wcf/demo/wcfBookingServer/Order.cs @@ -17,10 +17,10 @@ * specific language governing permissions and limitations * under the License. * -*/ -using System.Runtime.Serialization; - -namespace org.apache.qpid.wcf.demo +*/ +using System.Runtime.Serialization; + +namespace org.apache.qpid.wcf.demo.bookingServer { [DataContract] public sealed class Order diff --git a/dotnet/client-010/wcf/demo/wcfBookingServer/Program.cs b/dotnet/client-010/wcf/demo/wcfBookingServer/Program.cs index 26e22b5103..cead7edb8c 100644 --- a/dotnet/client-010/wcf/demo/wcfBookingServer/Program.cs +++ b/dotnet/client-010/wcf/demo/wcfBookingServer/Program.cs @@ -26,7 +26,7 @@ using System.Threading; using org.apache.qpid.wcf.model; -namespace org.apache.qpid.wcf.demo +namespace org.apache.qpid.wcf.demo.bookingServer { internal class Program { diff --git a/dotnet/client-010/wcf/demo/wcfBookingServer/Receipt.cs b/dotnet/client-010/wcf/demo/wcfBookingServer/Receipt.cs index 869fdabe21..655c26a26e 100644 --- a/dotnet/client-010/wcf/demo/wcfBookingServer/Receipt.cs +++ b/dotnet/client-010/wcf/demo/wcfBookingServer/Receipt.cs @@ -21,7 +21,7 @@ using System.Runtime.Serialization; -namespace org.apache.qpid.wcf.demo +namespace org.apache.qpid.wcf.demo.bookingServer { [DataContract] public sealed class Receipt diff --git a/dotnet/client-010/wcf/demo/wcfBookingServer/wcfBookingServer.csproj b/dotnet/client-010/wcf/demo/wcfBookingServer/wcfBookingServer.csproj index 18cfb868d6..eae7b2eaa6 100644 --- a/dotnet/client-010/wcf/demo/wcfBookingServer/wcfBookingServer.csproj +++ b/dotnet/client-010/wcf/demo/wcfBookingServer/wcfBookingServer.csproj @@ -1,98 +1,77 @@ - - - - - - Debug - AnyCPU - 9.0.21022 - 2.0 - {B34E21C4-A742-4886-8569-1A89490E093E} - Exe - Properties - wcfSession - Booking Server - v3.5 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - 3.5 - - - - 3.0 - - - 3.0 - - - - 3.5 - - - 3.5 - - - - - - - - - - - - - - - {F1D80D9D-FE22-4213-A760-BFFDE7D131DD} - wcf - - - + + + + Debug + AnyCPU + 9.0.30729 + 2.0 + {B34E21C4-A742-4886-8569-1A89490E093E} + Exe + Properties + wcfSession + Booking Server + v3.5 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + 3.5 + + + + 3.0 + + + 3.0 + + + + 3.5 + + + 3.5 + + + + + + + + + + + + + + + {F1D80D9D-FE22-4213-A760-BFFDE7D131DD} + wcf + + + - + --> + \ No newline at end of file diff --git a/dotnet/client-010/wcf/demo/wcfHelloClient/App.config b/dotnet/client-010/wcf/demo/wcfHelloClient/App.config index f78756dd1c..1545d71d6f 100644 --- a/dotnet/client-010/wcf/demo/wcfHelloClient/App.config +++ b/dotnet/client-010/wcf/demo/wcfHelloClient/App.config @@ -27,7 +27,7 @@ @@ -37,8 +37,8 @@ + host="localhost" + port="5672" /> diff --git a/dotnet/client-010/wcf/demo/wcfHelloClient/HelloClient.cs b/dotnet/client-010/wcf/demo/wcfHelloClient/HelloClient.cs index 0158a0b1ab..39889ba28c 100644 --- a/dotnet/client-010/wcf/demo/wcfHelloClient/HelloClient.cs +++ b/dotnet/client-010/wcf/demo/wcfHelloClient/HelloClient.cs @@ -21,7 +21,7 @@ using System.ServiceModel; -namespace org.apache.qpid.wcf.demo +namespace org.apache.qpid.wcf.demo.helloClient { public class HelloClient : ClientBase, IHelloContract { diff --git a/dotnet/client-010/wcf/demo/wcfHelloClient/IHelloService.cs b/dotnet/client-010/wcf/demo/wcfHelloClient/IHelloService.cs index 5424a931a5..70667c1396 100644 --- a/dotnet/client-010/wcf/demo/wcfHelloClient/IHelloService.cs +++ b/dotnet/client-010/wcf/demo/wcfHelloClient/IHelloService.cs @@ -21,7 +21,7 @@ using System.ServiceModel; -namespace org.apache.qpid.wcf.demo +namespace org.apache.qpid.wcf.demo.helloClient { [ServiceContract] public interface IHelloContract diff --git a/dotnet/client-010/wcf/demo/wcfHelloClient/Program.cs b/dotnet/client-010/wcf/demo/wcfHelloClient/Program.cs index 2d6beebfef..0c722708ac 100644 --- a/dotnet/client-010/wcf/demo/wcfHelloClient/Program.cs +++ b/dotnet/client-010/wcf/demo/wcfHelloClient/Program.cs @@ -21,7 +21,7 @@ using System; -namespace org.apache.qpid.wcf.demo +namespace org.apache.qpid.wcf.demo.helloClient { class Program { diff --git a/dotnet/client-010/wcf/demo/wcfHelloClient/wcfHelloClient.csproj b/dotnet/client-010/wcf/demo/wcfHelloClient/wcfHelloClient.csproj index 076c558372..1f3271f32b 100644 --- a/dotnet/client-010/wcf/demo/wcfHelloClient/wcfHelloClient.csproj +++ b/dotnet/client-010/wcf/demo/wcfHelloClient/wcfHelloClient.csproj @@ -1,86 +1,65 @@ - - - - - - Debug - AnyCPU - 9.0.21022 - 2.0 - {A24E27DB-A38D-40C9-9879-8390B68C2F06} - Exe - Properties - wcfHelloClient - Qpid WCF Hello Client - v3.5 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - 3.0 - - - - - - - - - - - - - - - - {F1D80D9D-FE22-4213-A760-BFFDE7D131DD} - wcf - - - + + + + Debug + AnyCPU + 9.0.30729 + 2.0 + {A24E27DB-A38D-40C9-9879-8390B68C2F06} + Exe + Properties + wcfHelloClient + Qpid WCF Hello Client + v3.5 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + 3.0 + + + + + + + + + + + + + + + + {F1D80D9D-FE22-4213-A760-BFFDE7D131DD} + wcf + + + - + --> + \ No newline at end of file diff --git a/dotnet/client-010/wcf/demo/wcfHelloServer/HelloService.cs b/dotnet/client-010/wcf/demo/wcfHelloServer/HelloService.cs index 7ccec54568..3a4affdc0c 100644 --- a/dotnet/client-010/wcf/demo/wcfHelloServer/HelloService.cs +++ b/dotnet/client-010/wcf/demo/wcfHelloServer/HelloService.cs @@ -21,7 +21,7 @@ using System; -namespace org.apache.qpid.wcf.demo +namespace org.apache.qpid.wcf.demo.helloServer { public class HelloService : IHelloContract { diff --git a/dotnet/client-010/wcf/demo/wcfHelloServer/IHelloService.cs b/dotnet/client-010/wcf/demo/wcfHelloServer/IHelloService.cs index 73bad2ab04..860eef3c4a 100644 --- a/dotnet/client-010/wcf/demo/wcfHelloServer/IHelloService.cs +++ b/dotnet/client-010/wcf/demo/wcfHelloServer/IHelloService.cs @@ -20,7 +20,7 @@ */ using System.ServiceModel; -namespace org.apache.qpid.wcf.demo +namespace org.apache.qpid.wcf.demo.helloServer { [ServiceContract] public interface IHelloContract diff --git a/dotnet/client-010/wcf/demo/wcfHelloServer/Program.cs b/dotnet/client-010/wcf/demo/wcfHelloServer/Program.cs index f010a8b48c..7a5319fe66 100644 --- a/dotnet/client-010/wcf/demo/wcfHelloServer/Program.cs +++ b/dotnet/client-010/wcf/demo/wcfHelloServer/Program.cs @@ -22,7 +22,7 @@ using System; using System.ServiceModel; -namespace org.apache.qpid.wcf.demo +namespace org.apache.qpid.wcf.demo.helloServer { class Program { diff --git a/dotnet/client-010/wcf/demo/wcfHelloServer/wcfHelloServer.csproj b/dotnet/client-010/wcf/demo/wcfHelloServer/wcfHelloServer.csproj index 468a90bf6b..fa727e00fd 100644 --- a/dotnet/client-010/wcf/demo/wcfHelloServer/wcfHelloServer.csproj +++ b/dotnet/client-010/wcf/demo/wcfHelloServer/wcfHelloServer.csproj @@ -1,94 +1,67 @@ - - - - - - Debug - AnyCPU - 9.0.21022 - 2.0 - {3EF848D7-5FAC-482C-922A-D4D45A4CCD2A} - Exe - Properties - wcfHelloServer - Qpid WCF Hello Server - v3.5 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - 3.5 - - - 3.0 - - - 3.5 - - - 3.5 - - - - - - - - - - - - - {F1D80D9D-FE22-4213-A760-BFFDE7D131DD} - wcf - - - - - - + + + + Debug + AnyCPU + 9.0.30729 + 2.0 + {3EF848D7-5FAC-482C-922A-D4D45A4CCD2A} + Exe + Properties + wcfHelloServer + Qpid WCF Hello Server + v3.5 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + 3.5 + + + 3.0 + + + 3.5 + + + 3.5 + + + + + + + + + + + + + + - + --> + \ No newline at end of file diff --git a/dotnet/client-010/wcf/demo/wcfRPC/IUpperCase.cs b/dotnet/client-010/wcf/demo/wcfRPC/IUpperCase.cs index 10312c6fe6..607a165bdc 100644 --- a/dotnet/client-010/wcf/demo/wcfRPC/IUpperCase.cs +++ b/dotnet/client-010/wcf/demo/wcfRPC/IUpperCase.cs @@ -20,7 +20,7 @@ */ using System.ServiceModel; -namespace org.apache.qpid.wcf.demo +namespace org.apache.qpid.wcf.demo.rpc { [ServiceContract] public interface IUpperCase diff --git a/dotnet/client-010/wcf/demo/wcfRPC/Program.cs b/dotnet/client-010/wcf/demo/wcfRPC/Program.cs index 1c15813155..810175df4d 100644 --- a/dotnet/client-010/wcf/demo/wcfRPC/Program.cs +++ b/dotnet/client-010/wcf/demo/wcfRPC/Program.cs @@ -26,7 +26,7 @@ using System.Threading; using org.apache.qpid.wcf.model; -namespace org.apache.qpid.wcf.demo +namespace org.apache.qpid.wcf.demo.rpc { internal class Program { diff --git a/dotnet/client-010/wcf/demo/wcfRPC/UpperCase.cs b/dotnet/client-010/wcf/demo/wcfRPC/UpperCase.cs index 955b6132e5..f65296fa03 100644 --- a/dotnet/client-010/wcf/demo/wcfRPC/UpperCase.cs +++ b/dotnet/client-010/wcf/demo/wcfRPC/UpperCase.cs @@ -20,7 +20,7 @@ */ using System.ServiceModel; -namespace org.apache.qpid.wcf.demo +namespace org.apache.qpid.wcf.demo.rpc { [ServiceBehavior(InstanceContextMode = InstanceContextMode.PerCall)] public sealed class UpperCase : IUpperCase diff --git a/dotnet/client-010/wcf/demo/wcfRPC/wcfRPC.csproj b/dotnet/client-010/wcf/demo/wcfRPC/wcfRPC.csproj index 277c59d179..00efe7a6b9 100644 --- a/dotnet/client-010/wcf/demo/wcfRPC/wcfRPC.csproj +++ b/dotnet/client-010/wcf/demo/wcfRPC/wcfRPC.csproj @@ -1,94 +1,73 @@ - - - - - - Debug - AnyCPU - 9.0.21022 - 2.0 - {C988F456-1025-486F-9BCD-49C0F83B91DB} - Exe - Properties - wcfRPC - Qpid WCF UpperCase - v3.5 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - 3.5 - - - - 3.0 - - - - 3.5 - - - 3.5 - - - - - - - - - - - - - {F1D80D9D-FE22-4213-A760-BFFDE7D131DD} - wcf - - - + + + + Debug + AnyCPU + 9.0.30729 + 2.0 + {C988F456-1025-486F-9BCD-49C0F83B91DB} + Exe + Properties + wcfRPC + Qpid WCF UpperCase + v3.5 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + 3.5 + + + + 3.0 + + + + 3.5 + + + 3.5 + + + + + + + + + + + + + {F1D80D9D-FE22-4213-A760-BFFDE7D131DD} + wcf + + + - + --> + \ No newline at end of file diff --git a/dotnet/client-010/wcf/model/QpidInputChannel.cs b/dotnet/client-010/wcf/model/QpidInputChannel.cs index 0bf50792cb..3e257a7744 100644 --- a/dotnet/client-010/wcf/model/QpidInputChannel.cs +++ b/dotnet/client-010/wcf/model/QpidInputChannel.cs @@ -26,7 +26,6 @@ using System.ServiceModel; using System.ServiceModel.Channels; using System.Text; using System.Threading; -using client.client; using org.apache.qpid.client; using org.apache.qpid.transport; using org.apache.qpid.transport.util; @@ -59,12 +58,12 @@ namespace org.apache.qpid.wcf.model } - public override Message Receive(TimeSpan timeout) + public override System.ServiceModel.Channels.Message Receive(TimeSpan timeout) { _session.messageFlow("myDest", MessageCreditUnit.MESSAGE, 1); _session.sync(); - MessageTransfer m = _queue.Dequeue(); - Message result = null; + IMessage m = _queue.Dequeue(); + System.ServiceModel.Channels.Message result = null; if (m != null) { var reader = new BinaryReader(m.Body, Encoding.UTF8); @@ -97,7 +96,7 @@ namespace org.apache.qpid.wcf.model return result; } - public override bool TryReceive(TimeSpan timeout, out Message message) + public override bool TryReceive(TimeSpan timeout, out System.ServiceModel.Channels.Message message) { message = Receive(timeout); return message != null; @@ -143,7 +142,7 @@ namespace org.apache.qpid.wcf.model } } - internal class WCFListener : MessageListener + internal class WCFListener : IMessageListener { private static readonly Logger _log = Logger.get(typeof (WCFListener)); private readonly BlockingQueue _q; @@ -153,7 +152,7 @@ namespace org.apache.qpid.wcf.model _q = q; } - public void messageTransfer(MessageTransfer m) + public void messageTransfer(IMessage m) { _log.debug("message received by listener"); _q.Enqueue(m); @@ -163,9 +162,9 @@ namespace org.apache.qpid.wcf.model internal class BlockingQueue { private int _count; - private readonly Queue _queue = new Queue(); + private readonly Queue _queue = new Queue(); - public MessageTransfer Dequeue(TimeSpan timeout) + public IMessage Dequeue(TimeSpan timeout) { lock (_queue) { @@ -185,7 +184,7 @@ namespace org.apache.qpid.wcf.model } } - public MessageTransfer Dequeue() + public IMessage Dequeue() { lock (_queue) { @@ -202,7 +201,7 @@ namespace org.apache.qpid.wcf.model } } - public void Enqueue(MessageTransfer data) + public void Enqueue(IMessage data) { if (data != null) { diff --git a/dotnet/client-010/wcf/model/QpidOutputChannel.cs b/dotnet/client-010/wcf/model/QpidOutputChannel.cs index b88b20fd19..cd580d4ce5 100644 --- a/dotnet/client-010/wcf/model/QpidOutputChannel.cs +++ b/dotnet/client-010/wcf/model/QpidOutputChannel.cs @@ -47,7 +47,7 @@ namespace org.apache.qpid.wcf.model _session = session; } - public override void Send(Message message, TimeSpan timeout) + public override void Send(System.ServiceModel.Channels.Message message, TimeSpan timeout) { if (message.State != MessageState.Closed) { diff --git a/dotnet/client-010/wcf/wcf.csproj b/dotnet/client-010/wcf/wcf.csproj index 4a045e23fe..ace42dabd9 100644 --- a/dotnet/client-010/wcf/wcf.csproj +++ b/dotnet/client-010/wcf/wcf.csproj @@ -1,90 +1,59 @@ - - - - - - Debug - AnyCPU - 9.0.21022 - 2.0 - {F1D80D9D-FE22-4213-A760-BFFDE7D131DD} - Library - Properties - WCF - qpidWCFModel - v3.5 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - False - ..\client\bin\Debug\Qpid Client.dll - - - - - 3.0 - - - - - - - - - - - - - - - - - - - - - - + + + + Debug + AnyCPU + 9.0.30729 + 2.0 + {F1D80D9D-FE22-4213-A760-BFFDE7D131DD} + Library + Properties + WCF + qpidWCFModel + v3.5 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + False + ..\client\bin\Debug\Qpid Client.dll + + + + + 3.0 + + + + + + + + + + + + \ No newline at end of file diff --git a/dotnet/client-010/wcf/wcf.sln b/dotnet/client-010/wcf/wcf.sln index 2d80874a23..b978f28250 100644 --- a/dotnet/client-010/wcf/wcf.sln +++ b/dotnet/client-010/wcf/wcf.sln @@ -1,8 +1,6 @@  Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "wcf", "wcf.csproj", "{F1D80D9D-FE22-4213-A760-BFFDE7D131DD}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "wcfHelloClient", "demo\wcfHelloClient\wcfHelloClient.csproj", "{A24E27DB-A38D-40C9-9879-8390B68C2F06}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "wcfHelloServer", "demo\wcfHelloServer\wcfHelloServer.csproj", "{3EF848D7-5FAC-482C-922A-D4D45A4CCD2A}" @@ -13,16 +11,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "wcBookingClient", "demo\wcf EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "wcfBookingServer", "demo\wcfBookingServer\wcfBookingServer.csproj", "{B34E21C4-A742-4886-8569-1A89490E093E}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "wcf", "wcf.csproj", "{F1D80D9D-FE22-4213-A760-BFFDE7D131DD}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {F1D80D9D-FE22-4213-A760-BFFDE7D131DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F1D80D9D-FE22-4213-A760-BFFDE7D131DD}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F1D80D9D-FE22-4213-A760-BFFDE7D131DD}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F1D80D9D-FE22-4213-A760-BFFDE7D131DD}.Release|Any CPU.Build.0 = Release|Any CPU {A24E27DB-A38D-40C9-9879-8390B68C2F06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {A24E27DB-A38D-40C9-9879-8390B68C2F06}.Debug|Any CPU.Build.0 = Debug|Any CPU {A24E27DB-A38D-40C9-9879-8390B68C2F06}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -43,6 +39,10 @@ Global {B34E21C4-A742-4886-8569-1A89490E093E}.Debug|Any CPU.Build.0 = Debug|Any CPU {B34E21C4-A742-4886-8569-1A89490E093E}.Release|Any CPU.ActiveCfg = Release|Any CPU {B34E21C4-A742-4886-8569-1A89490E093E}.Release|Any CPU.Build.0 = Release|Any CPU + {F1D80D9D-FE22-4213-A760-BFFDE7D131DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F1D80D9D-FE22-4213-A760-BFFDE7D131DD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F1D80D9D-FE22-4213-A760-BFFDE7D131DD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F1D80D9D-FE22-4213-A760-BFFDE7D131DD}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/dotnet/client-010/wcf/wcf.suo b/dotnet/client-010/wcf/wcf.suo index 8efca1318e..60339d33e4 100644 Binary files a/dotnet/client-010/wcf/wcf.suo and b/dotnet/client-010/wcf/wcf.suo differ -- cgit v1.2.1