summaryrefslogtreecommitdiff
path: root/dotnet/client-010/addins/ExcelAddInMessageProcessor/Properties
diff options
context:
space:
mode:
authorArnaud Simon <arnaudsimon@apache.org>2008-11-12 14:25:03 +0000
committerArnaud Simon <arnaudsimon@apache.org>2008-11-12 14:25:03 +0000
commitdb2ca04e7a888289ac0f59537dcb6833cb7341da (patch)
treed5fde9e9a5ec3df30dc3d1e6254c35a46acfae72 /dotnet/client-010/addins/ExcelAddInMessageProcessor/Properties
parent72923c235672cb67f2789a9375ec575bcd7b3614 (diff)
downloadqpid-python-db2ca04e7a888289ac0f59537dcb6833cb7341da.tar.gz
Qpid-1146: Added doc + samples
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@713378 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/client-010/addins/ExcelAddInMessageProcessor/Properties')
-rw-r--r--dotnet/client-010/addins/ExcelAddInMessageProcessor/Properties/AssemblyInfo.cs35
1 files changed, 35 insertions, 0 deletions
diff --git a/dotnet/client-010/addins/ExcelAddInMessageProcessor/Properties/AssemblyInfo.cs b/dotnet/client-010/addins/ExcelAddInMessageProcessor/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000000..1279348645
--- /dev/null
+++ b/dotnet/client-010/addins/ExcelAddInMessageProcessor/Properties/AssemblyInfo.cs
@@ -0,0 +1,35 @@
+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("ExcelAddInMessageProcessor")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("Apache Software Foundation")]
+[assembly: AssemblyProduct("ExcelAddInMessageProcessor")]
+[assembly: AssemblyCopyright("Copyright Apache Software Foundation 2008")]
+[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("d20b2d75-7b8b-4f7d-8a81-40a4cce94195")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Revision and Build Numbers
+// by using the '*' as shown below:
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]