Update of /cvsroot/mvp-xml/nxslt/v2/src/Properties
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3472/v2/src/Properties
Added Files:
.cvsignore AssemblyInfo.cs
Log Message:
--- NEW FILE: .cvsignore ---
bin
obj
*.user
*.suo
*.vspscc
*.pdb
*.dll
--- NEW FILE: AssemblyInfo.cs ---
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("nxslt")]
[assembly: AssemblyDescription("Feature-rich .NET XSLT command line utility")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("XML Lab")]
[assembly: AssemblyProduct("nxslt")]
[assembly: AssemblyCopyright("© 2005 Oleg Tkachenko, http://www.xmllab.net")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM componenets. 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("f1847bb3-5ce7-4db7-9fed-ae66bf697027")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.0.*")]
|