~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to src/addins/CBinding/CBinding.Autotools/AssemblyInfo.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
Import upstream version 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// AssemblyInfo.cs created with MonoDevelop
 
2
// User: marcos at 5:00 PM 8/6/2007
 
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
 
10
// attributes.
 
11
//
 
12
// change them to the information which is associated with the assembly
 
13
// you compile.
 
14
 
 
15
[assembly: AssemblyTitle("")]
 
16
[assembly: AssemblyDescription("")]
 
17
[assembly: AssemblyConfiguration("")]
 
18
[assembly: AssemblyCompany("")]
 
19
[assembly: AssemblyProduct("")]
 
20
[assembly: AssemblyCopyright("")]
 
21
[assembly: AssemblyTrademark("")]
 
22
[assembly: AssemblyCulture("")]
 
23
 
 
24
// The assembly version has following format :
 
25
//
 
26
// Major.Minor.Build.Revision
 
27
//
 
28
// You can specify all values by your own or you can build default build and revision
 
29
// numbers with the '*' character (the default):
 
30
 
 
31
[assembly: AssemblyVersion("1.0.0.0")]
 
32
 
 
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("")]