Update of /cvsroot/mvp-xml/nxslt/v2/src/Properties
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28477/v2/src/Properties
Modified Files:
AssemblyInfo.cs
Log Message:
Index: AssemblyInfo.cs
===================================================================
RCS file: /cvsroot/mvp-xml/nxslt/v2/src/Properties/AssemblyInfo.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- AssemblyInfo.cs 29 Nov 2005 22:05:36 -0000 1.1
+++ AssemblyInfo.cs 1 Dec 2005 16:18:53 -0000 1.2
@@ -1,6 +1,10 @@
+#region using
+
using System.Reflection;
using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
+using System.Runtime.InteropServices;
+
+#endregion
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
@@ -19,9 +23,6 @@
// 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("f1847bb3-5ce7-4db7-9fed-ae66bf697027")]
-
// Version information for an assembly consists of the following four values:
//
// Major Version
|