Revision: 20
Author: carlosga_fb
Date: 2006-03-13 13:39:12 -0800 (Mon, 13 Mar 2006)
ViewCVS: http://svn.sourceforge.net/pgsqlclient/?rev=20&view=rev
Log Message:
-----------
Added AssemblyInfo
Added Paths:
-----------
pgsqlclient/source/SecureSocketLayer/Properties/AssemblyInfo.cs
Added: pgsqlclient/source/SecureSocketLayer/Properties/AssemblyInfo.cs
===================================================================
--- pgsqlclient/source/SecureSocketLayer/Properties/AssemblyInfo.cs (rev 0)
+++ pgsqlclient/source/SecureSocketLayer/Properties/AssemblyInfo.cs 2006-03-13 21:39:12 UTC (rev 20)
@@ -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("SecureSocketLayer")]
+[assembly: AssemblyDescription("Native .NET SSL and TLS protocol Implementation")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany(".")]
+[assembly: AssemblyProduct("SecureSocketLayer.Properties")]
+[assembly: AssemblyCopyright("2005-2006, Carlos Guzmán Álvarez")]
+[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("7168a8f8-4621-40ae-bc10-63f73830f5d5")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+[assembly: AssemblyVersion("2")]
+[assembly: AssemblyFileVersion("2")]
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|