You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
896 B
25 lines
896 B
// <file> |
|
// <copyright see="prj:///doc/copyright.txt"/> |
|
// <license see="prj:///doc/license.txt"/> |
|
// <owner name="Robert Pickering" email="robert@strangelights.com"/> |
|
// <version>$Revision$</version> |
|
// </file> |
|
|
|
using System.Reflection; |
|
|
|
// Information about this assembly is defined by the following |
|
// attributes. |
|
// |
|
// change them to the information which is associated with the assembly |
|
// you compile. |
|
|
|
[assembly: System.Runtime.InteropServices.ComVisible(false)] |
|
[assembly: AssemblyTitle("FSharp.Build.Tasks")] |
|
[assembly: AssemblyDescription("Provides F# build tasks for the F# addin.")] |
|
[assembly: AssemblyConfiguration("")] |
|
[assembly: AssemblyTrademark("")] |
|
[assembly: AssemblyCulture("")] |
|
[assembly: AssemblyCompany("ic#code")] |
|
[assembly: AssemblyProduct("SharpDevelop")] |
|
[assembly: AssemblyCopyright("2000-2008 AlphaSierraPapa")] |
|
[assembly: AssemblyVersion("1.0")]
|
|
|