Welcome to mirror list, hosted at ThFree Co, Russian Federation.

AssemblyInfo.cs.in « docbrowser - github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 243912fb987980ab0a2d33699a02548972d3325f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// AssemblyInfo.cs for gnunit
//
// Authors:
//	Miguel de Icaza (miguel@novell.com)
//
// (C) 2005 Novell, Inc (http://www.novell.com)
//
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("@TOOLS_VERSION@")]
[assembly: AssemblyTitle ("Mono Documentation Browser")]
[assembly: AssemblyDescription ("A documentation browser.")]
[assembly: AssemblyCopyright ("Copyright (c) 2003-2005 Novell, Inc.")]
[assembly: AssemblyCompany ("Novell, Inc.")]