~haakan/do-plugins/sshfix

« back to all changes in this revision

Viewing changes to Translate/AssemblyInfo.cs

  • Committer: Jason Smith
  • Date: 2008-12-24 04:37:17 UTC
  • mto: This revision was merged to the branch mainline in revision 337.
  • Revision ID: jassmith@gmail.com-20081224043717-9yq3uhajlmnyyg5k
Merge community into official

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// AssemblyInfo.cs created with MonoDevelop
 
2
// User: chris at 1:27 PM 12/1/2008
 
3
//
 
4
// To change standard headers go to Edit->Preferences->Coding->Standard Headers
 
5
//
 
6
using System.Reflection;
 
7
using System.Runtime.CompilerServices;
 
8
 
 
9
// Information about this assembly is defined by the following attributes. 
 
10
// Change them to the values specific to your project.
 
11
 
 
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("")]
 
20
 
 
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.
 
23
 
 
24
[assembly: AssemblyVersion("1.0.*.*")]
 
25
 
 
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.
 
28
 
 
29
[assembly: AssemblyDelaySign(false)]
 
30
[assembly: AssemblyKeyFile("")]