~bas-dotbas/do/win32-next

« back to all changes in this revision

Viewing changes to PluginLib/src/AssemblyInfo.cs

  • Committer: djsiegel at gmail
  • Date: 2007-10-13 21:55:22 UTC
  • Revision ID: djsiegel@gmail.com-20071013215522-n0vjgog0tyjfnpno
Restructured plugins library.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// AssemblyInfo.cs created with MonoDevelop
2
 
// User: dave at 12:53 PM 8/29/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.*")]
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("")]