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

AssemblyInfo.cs « Assembly « Mono.Http « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 279fc0ab0c1307940d9862bd22d33bcf6878a9a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//
// AssemblyInfo.cs
//
// Author:
// 	Gonzalo Paniagua (gonzalo@ximian.com)
//
// (C) 2003 Novell, Inc.  http://www.novell.com
//

using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyTitle("Mono.Http.dll")]
[assembly: AssemblyDescription("Http and ASP.NET utilities")]
[assembly: AssemblyConfiguration("Development version")]
[assembly: AssemblyCompany("MONO development team")]
[assembly: AssemblyProduct("MONO CLI")]
[assembly: AssemblyCopyright("(c) 2003 Various Authors")]

[assembly: AssemblyDelaySign(true)]
[assembly: AssemblyKeyFile("../ecma.pub")]