From ebfd9ff053b04ab379acfc0fefedee5a31b6d8a5 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Fri, 21 Oct 2011 01:19:00 +0000 Subject: Undo bad merge from trunk - merged at wrong level. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-2519@1187150 13f79535-47bb-0310-9956-ffa450edef68 --- dotnet/TestClient/Program.cs | 30 +++++++ dotnet/TestClient/Properties/AssemblyInfo.cs | 53 ++++++++++++ dotnet/TestClient/TestClient.csproj | 115 +++++++++++++++++++++++++++ dotnet/TestClient/default.build | 47 +++++++++++ 4 files changed, 245 insertions(+) create mode 100644 dotnet/TestClient/Program.cs create mode 100644 dotnet/TestClient/Properties/AssemblyInfo.cs create mode 100644 dotnet/TestClient/TestClient.csproj create mode 100644 dotnet/TestClient/default.build (limited to 'dotnet/TestClient') diff --git a/dotnet/TestClient/Program.cs b/dotnet/TestClient/Program.cs new file mode 100644 index 0000000000..f4b2db568e --- /dev/null +++ b/dotnet/TestClient/Program.cs @@ -0,0 +1,30 @@ +/* + * + * 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. + * + */ +namespace TopicListener +{ + class Program + { + static void Main(string[] args) + { + Apache.Qpid.Integration.Tests.interop.TestClient.Main(args); + } + } +} diff --git a/dotnet/TestClient/Properties/AssemblyInfo.cs b/dotnet/TestClient/Properties/AssemblyInfo.cs new file mode 100644 index 0000000000..e8ffbc5aba --- /dev/null +++ b/dotnet/TestClient/Properties/AssemblyInfo.cs @@ -0,0 +1,53 @@ +/* + * + * 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.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("TestClient")] +[assembly: AssemblyDescription("Built from svn revision number: ")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Apache Software Foundation")] +[assembly: AssemblyProduct("TestClient")] +[assembly: AssemblyCopyright("Apache Software Foundation")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("1c2db1cd-239f-495a-b6b4-c815ea534489")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("0.5.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/dotnet/TestClient/TestClient.csproj b/dotnet/TestClient/TestClient.csproj new file mode 100644 index 0000000000..cc7ab37657 --- /dev/null +++ b/dotnet/TestClient/TestClient.csproj @@ -0,0 +1,115 @@ + + + + + Debug + AnyCPU + 9.0.30729 + 2.0 + {6E0374D9-99BE-4D4F-B41D-B227E37E04C6} + Exe + Properties + TestClient + TestClient + + + 2.0 + + + + + true + full + false + ..\bin\net-2.0\debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + ..\bin\net-2.0\release\ + TRACE + prompt + 4 + + + + + + + + + + + + + {74640962-99D0-4D06-B57A-9CD66517CF52} + Qpid.Buffer.Tests + + + {44384DF2-B0A4-4580-BDBC-EE4BAA87D995} + Qpid.Buffer + + + {BA1B0032-4CE6-40DD-A2DC-119F0FFA0A1D} + Qpid.Client.Tests + + + {68987C05-3768-452C-A6FC-6BA1D372852F} + Qpid.Client + + + {22D0D0C2-77AF-4DE3-B456-7FF3893F9F88} + Qpid.Codec + + + {F83624B0-762B-4D82-900D-FF4C1B36E36E} + Qpid.Common.Tests + + + {77064C42-24D2-4CEB-9EA2-0EF481A43205} + Qpid.Common + + + {6688F826-C58E-4C1B-AA1F-22AFAB4B7D07} + Qpid.Messaging + + + {587B3520-EBB9-41ED-B019-E96116B651CE} + Qpid.Sasl.Tests + + + {1465B0EE-6452-42A6-AB73-B2F9EABEEE75} + Qpid.Sasl + + + + + diff --git a/dotnet/TestClient/default.build b/dotnet/TestClient/default.build new file mode 100644 index 0000000000..ce1114425e --- /dev/null +++ b/dotnet/TestClient/default.build @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1