pascalabcnet/Debugger.Core/Configuration/AssemblyInfo.cs
Бондарев Иван e6e67c193c initial commit
2015-05-14 21:35:07 +02:00

20 lines
677 B
C#

// <file>
// <copyright see="prj:///doc/copyright.txt"/>
// <license see="prj:///doc/license.txt"/>
// <owner name="David Srbecký" email="dsrbecky@gmail.com"/>
// <version>$Revision: 1965 $</version>
// </file>
using System.Reflection;
//
// 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("Debugger Library")]
[assembly: AssemblyDescription("Library for debugging .NET applications")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]