summaryrefslogtreecommitdiff
path: root/qpid/dotnet/TestClient/Properties
diff options
context:
space:
mode:
authorRupert Smith <rupertlssmith@apache.org>2007-09-24 15:05:50 +0000
committerRupert Smith <rupertlssmith@apache.org>2007-09-24 15:05:50 +0000
commit7dfd1682e19d9e14917d64086487b8e65aad493a (patch)
treeef40bf5e0e8e7d87b57f8b8a0b69b004332cb04a /qpid/dotnet/TestClient/Properties
parentd3a4a08b709e0844ba82691290b130019f911ac8 (diff)
downloadqpid-python-7dfd1682e19d9e14917d64086487b8e65aad493a.tar.gz
Added TestClient program for running distributed tests with.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@578847 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/dotnet/TestClient/Properties')
-rw-r--r--qpid/dotnet/TestClient/Properties/AssemblyInfo.cs33
1 files changed, 33 insertions, 0 deletions
diff --git a/qpid/dotnet/TestClient/Properties/AssemblyInfo.cs b/qpid/dotnet/TestClient/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000000..becfda4a69
--- /dev/null
+++ b/qpid/dotnet/TestClient/Properties/AssemblyInfo.cs
@@ -0,0 +1,33 @@
+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("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("J.P. Morgan Chase & Co.")]
+[assembly: AssemblyProduct("TestClient")]
+[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("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("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]