From 03a3e2742bdb91f82613cf04f9ab079fd4e24f7c Mon Sep 17 00:00:00 2001 From: Steven Shaw Date: Tue, 19 Dec 2006 21:00:30 +0000 Subject: Added Mono-Develop IDE files git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@488810 13f79535-47bb-0310-9956-ffa450edef68 --- dotnet/Qpid.Buffer/Qpid.Buffer.mdp | 35 ++++++ dotnet/Qpid.Client.Tests/Qpid.Client.Tests.mdp | 40 +++++++ dotnet/Qpid.Client/Qpid.Client.mdp | 96 +++++++++++++++ dotnet/Qpid.Codec/Qpid.Codec.mdp | 41 +++++++ dotnet/Qpid.Common.Tests/Qpid.Common.Tests.mdp | 26 +++++ dotnet/Qpid.Common/Qpid.Common.mdp | 154 +++++++++++++++++++++++++ dotnet/Qpid.Messaging/Qpid.Messaging.mdp | 45 ++++++++ dotnet/dotnet.mds | 41 +++++++ 8 files changed, 478 insertions(+) create mode 100644 dotnet/Qpid.Buffer/Qpid.Buffer.mdp create mode 100644 dotnet/Qpid.Client.Tests/Qpid.Client.Tests.mdp create mode 100644 dotnet/Qpid.Client/Qpid.Client.mdp create mode 100644 dotnet/Qpid.Codec/Qpid.Codec.mdp create mode 100644 dotnet/Qpid.Common.Tests/Qpid.Common.Tests.mdp create mode 100644 dotnet/Qpid.Common/Qpid.Common.mdp create mode 100644 dotnet/Qpid.Messaging/Qpid.Messaging.mdp create mode 100644 dotnet/dotnet.mds diff --git a/dotnet/Qpid.Buffer/Qpid.Buffer.mdp b/dotnet/Qpid.Buffer/Qpid.Buffer.mdp new file mode 100644 index 0000000000..1e2a655357 --- /dev/null +++ b/dotnet/Qpid.Buffer/Qpid.Buffer.mdp @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dotnet/Qpid.Client.Tests/Qpid.Client.Tests.mdp b/dotnet/Qpid.Client.Tests/Qpid.Client.Tests.mdp new file mode 100644 index 0000000000..00384843a8 --- /dev/null +++ b/dotnet/Qpid.Client.Tests/Qpid.Client.Tests.mdp @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dotnet/Qpid.Client/Qpid.Client.mdp b/dotnet/Qpid.Client/Qpid.Client.mdp new file mode 100644 index 0000000000..fed061e196 --- /dev/null +++ b/dotnet/Qpid.Client/Qpid.Client.mdp @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dotnet/Qpid.Codec/Qpid.Codec.mdp b/dotnet/Qpid.Codec/Qpid.Codec.mdp new file mode 100644 index 0000000000..ae92576662 --- /dev/null +++ b/dotnet/Qpid.Codec/Qpid.Codec.mdp @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dotnet/Qpid.Common.Tests/Qpid.Common.Tests.mdp b/dotnet/Qpid.Common.Tests/Qpid.Common.Tests.mdp new file mode 100644 index 0000000000..2ef60cbca2 --- /dev/null +++ b/dotnet/Qpid.Common.Tests/Qpid.Common.Tests.mdp @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dotnet/Qpid.Common/Qpid.Common.mdp b/dotnet/Qpid.Common/Qpid.Common.mdp new file mode 100644 index 0000000000..aa334cbb71 --- /dev/null +++ b/dotnet/Qpid.Common/Qpid.Common.mdp @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dotnet/Qpid.Messaging/Qpid.Messaging.mdp b/dotnet/Qpid.Messaging/Qpid.Messaging.mdp new file mode 100644 index 0000000000..5293a6b2e6 --- /dev/null +++ b/dotnet/Qpid.Messaging/Qpid.Messaging.mdp @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dotnet/dotnet.mds b/dotnet/dotnet.mds new file mode 100644 index 0000000000..d76d302d9e --- /dev/null +++ b/dotnet/dotnet.mds @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.1