From d947dab3de62830cbfb41dc989ec7a5ff6af8f55 Mon Sep 17 00:00:00 2001 From: Aidan Skinner Date: Wed, 23 Apr 2008 23:50:34 +0000 Subject: Delete stuff that's just going to get synced from M2.x git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@651111 13f79535-47bb-0310-9956-ffa450edef68 --- dotnet/TopicPublisher/Program.cs | 10 --- dotnet/TopicPublisher/Properties/AssemblyInfo.cs | 33 --------- dotnet/TopicPublisher/TopicPublisher.csproj | 85 ------------------------ dotnet/TopicPublisher/default.build | 26 -------- 4 files changed, 154 deletions(-) delete mode 100644 dotnet/TopicPublisher/Program.cs delete mode 100644 dotnet/TopicPublisher/Properties/AssemblyInfo.cs delete mode 100644 dotnet/TopicPublisher/TopicPublisher.csproj delete mode 100644 dotnet/TopicPublisher/default.build (limited to 'dotnet/TopicPublisher') diff --git a/dotnet/TopicPublisher/Program.cs b/dotnet/TopicPublisher/Program.cs deleted file mode 100644 index a68df14bb3..0000000000 --- a/dotnet/TopicPublisher/Program.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace TopicPublisher -{ - class Program - { - static void Main(string[] args) - { - Apache.Qpid.Client.Tests.interop.TopicPublisher.Main(args); - } - } -} diff --git a/dotnet/TopicPublisher/Properties/AssemblyInfo.cs b/dotnet/TopicPublisher/Properties/AssemblyInfo.cs deleted file mode 100644 index 85442960ed..0000000000 --- a/dotnet/TopicPublisher/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,33 +0,0 @@ -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("TopicPublisher")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("J.P. Morgan Chase & Co.")] -[assembly: AssemblyProduct("TopicPublisher")] -[assembly: AssemblyCopyright("Copyright © J.P. Morgan Chase & Co. 2007")] -[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("93fa1c32-c0f8-47e5-b167-dc581e33eb9b")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/dotnet/TopicPublisher/TopicPublisher.csproj b/dotnet/TopicPublisher/TopicPublisher.csproj deleted file mode 100644 index 2e03ce858e..0000000000 --- a/dotnet/TopicPublisher/TopicPublisher.csproj +++ /dev/null @@ -1,85 +0,0 @@ - - - Debug - AnyCPU - 8.0.50727 - 2.0 - {A06C9FFD-22FF-4654-856D-897C230978AF} - Exe - Properties - TopicPublisher - TopicPublisher - - - true - full - false - ..\bin\net-2.0\debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - ..\bin\net-2.0\release\ - TRACE - prompt - 4 - - - - - - - - - - - - - {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 - - - - - \ No newline at end of file diff --git a/dotnet/TopicPublisher/default.build b/dotnet/TopicPublisher/default.build deleted file mode 100644 index 8991aae751..0000000000 --- a/dotnet/TopicPublisher/default.build +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - -- cgit v1.2.1