~cosme/ubuntu/precise/freeimage/freeimage-3.15.1

« back to all changes in this revision

Viewing changes to Wrapper/FreeImage.NET/src/AssemblyInfo.cs

  • Committer: Stefano Rivera
  • Date: 2010-07-24 15:35:51 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: stefanor@ubuntu.com-20100724153551-6s3fth1653huk31a
Tags: upstream-3.13.1
ImportĀ upstreamĀ versionĀ 3.31.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
using System.Reflection;
2
 
using System.Runtime.CompilerServices;
3
 
 
4
 
// Information about this assembly is defined by the following
5
 
// attributes.
6
 
//
7
 
// change them to the information which is associated with the assembly
8
 
// you compile.
9
 
 
10
 
[assembly: AssemblyTitle("FreeImage.NET")]
11
 
[assembly: AssemblyDescription(".NET wrapper for the FreeImage 3.8.0 DLL")]
12
 
[assembly: AssemblyConfiguration("All")]
13
 
[assembly: AssemblyCompany("FreeImage")]
14
 
[assembly: AssemblyProduct("")]
15
 
[assembly: AssemblyCopyright("Copyright 2003-2005, FreeImage")]
16
 
[assembly: AssemblyTrademark("")]
17
 
[assembly: AssemblyCulture("")]
18
 
 
19
 
// this version number should be fixed and match the FreeImage DLL
20
 
// so that any external references will load the correct library
21
 
[assembly: AssemblyVersion("3.8.0.0")]
22
 
 
23
 
// The following attributes specify the key for the sign of your assembly. See the
24
 
// .NET Framework documentation for more information about signing.
25
 
// This is not required, if you don't want signing let these attributes like they're.
26
 
[assembly: AssemblyDelaySign(false)]
27
 
[assembly: AssemblyKeyFile("")]