1
// AssemblyInfo.cs created with MonoDevelop
2
// User: chris at 1:27 PM 12/1/2008
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 attributes.
10
// Change them to the values specific to your project.
12
[assembly: AssemblyTitle("Translate")]
13
[assembly: AssemblyDescription("")]
14
[assembly: AssemblyConfiguration("")]
15
[assembly: AssemblyCompany("")]
16
[assembly: AssemblyProduct("")]
17
[assembly: AssemblyCopyright("")]
18
[assembly: AssemblyTrademark("")]
19
[assembly: AssemblyCulture("")]
21
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
22
// If the build and revision are set to '*' they will be updated automatically.
24
[assembly: AssemblyVersion("1.0.*.*")]
26
// The following attributes are used to specify the signing key for the assembly,
27
// if desired. See the Mono documentation for more information about signing.
29
[assembly: AssemblyDelaySign(false)]
30
[assembly: AssemblyKeyFile("")]