1
// AssemblyInfo.cs created with MonoDevelop
2
// User: dave at 12:53 PM 8/29/2007
4
// To change standard headers go to Edit->Preferences->Coding->Standard Headers
6
using System.Reflection;
7
using System.Runtime.CompilerServices;
9
// Information about this assembly is defined by the following
12
// change them to the information which is associated with the assembly
15
[assembly: AssemblyTitle("")]
16
[assembly: AssemblyDescription("")]
17
[assembly: AssemblyConfiguration("")]
18
[assembly: AssemblyCompany("")]
19
[assembly: AssemblyProduct("")]
20
[assembly: AssemblyCopyright("")]
21
[assembly: AssemblyTrademark("")]
22
[assembly: AssemblyCulture("")]
24
// The assembly version has following format :
26
// Major.Minor.Build.Revision
28
// You can specify all values by your own or you can build default build and revision
29
// numbers with the '*' character (the default):
31
[assembly: AssemblyVersion("1.0.*")]
33
// The following attributes specify the key for the sign of your assembly. See the
34
// .NET Framework documentation for more information about signing.
35
// This is not required, if you don't want signing let these attributes like they're.
36
[assembly: AssemblyDelaySign(false)]
37
[assembly: AssemblyKeyFile("")]