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

AssemblyInfo.cs « security « tools « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c1827893cea978ec17d5ecf01b7d1862d7f75760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
using System.Reflection;
using System.Runtime.CompilerServices;

// AssemblyTitle - included in tool's source code
// AssemblyDescription - included in tool's source code
[assembly: AssemblyCompany("Motus Technologies, Novell")]
[assembly: AssemblyProduct("Mono Security Tools")]
[assembly: AssemblyCopyright("Copyright 2002, 2003 Motus Technologies. Copyright 2004 Novell. BSD licensed.")]
[assembly: AssemblyVersion("0.95.99.0")]
//[assembly: AssemblyConfiguration("")]
//[assembly: AssemblyTrademark("")]
//[assembly: AssemblyCulture("")]
//[assembly: AssemblyDelaySign(true)]
//[assembly: AssemblyKeyFile("sectools.pub")]
//[assembly: AssemblyKeyName("")]