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.
17 lines
546 B
17 lines
546 B
// <file> |
|
// <copyright see="prj:///doc/copyright.txt"/> |
|
// <license see="prj:///doc/license.txt"/> |
|
// <owner name="Daniel Grunwald" email="daniel@danielgrunwald.de"/> |
|
// <version>$Revision$</version> |
|
// </file> |
|
|
|
using System; |
|
using System.Reflection; |
|
using System.Runtime.CompilerServices; |
|
|
|
[assembly: AssemblyTitle("SharpDevelop Build Worker")] |
|
[assembly: AssemblyDescription("Runs MSBuild")] |
|
[assembly: AssemblyConfiguration("")] |
|
[assembly: AssemblyTrademark("")] |
|
[assembly: AssemblyCulture("")] |
|
[assembly: CLSCompliant(true)]
|
|
|