summaryrefslogtreecommitdiff
path: root/dotnet/client-010/wcf/demo/wcfBookingServer/Properties
diff options
context:
space:
mode:
authorArnaud Simon <arnaudsimon@apache.org>2008-09-17 13:47:06 +0000
committerArnaud Simon <arnaudsimon@apache.org>2008-09-17 13:47:06 +0000
commitd39d2e68169fb8fa038ee6fa3c9be98039d35eab (patch)
tree0ab6ea2561d3236f7633475acc1c069d6a33e61f /dotnet/client-010/wcf/demo/wcfBookingServer/Properties
parenta6b4815ea9827db244c4bc086e1efc0f0906136a (diff)
downloadqpid-python-d39d2e68169fb8fa038ee6fa3c9be98039d35eab.tar.gz
QPID-1281: Added wcf support + demos
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@696292 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/client-010/wcf/demo/wcfBookingServer/Properties')
-rw-r--r--dotnet/client-010/wcf/demo/wcfBookingServer/Properties/AssemblyInfo.cs36
1 files changed, 36 insertions, 0 deletions
diff --git a/dotnet/client-010/wcf/demo/wcfBookingServer/Properties/AssemblyInfo.cs b/dotnet/client-010/wcf/demo/wcfBookingServer/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000000..286d8ed354
--- /dev/null
+++ b/dotnet/client-010/wcf/demo/wcfBookingServer/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
+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("Booking Server")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("Apache Software Foundation")]
+[assembly: AssemblyProduct("Booking Server")]
+[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("12ef158b-ac5f-43b3-99f6-e4a4c096d6f8")]
+
+// 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 Build and Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]