File: AssemblyInfo.cs

package info (click to toggle)
freeimage 3.18.0%2Bds2-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,824 kB
  • sloc: cpp: 42,339; cs: 36,178; pascal: 4,629; ansic: 1,294; makefile: 101; sh: 84
file content (21 lines) | stat: -rw-r--r-- 857 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Resources;
//
[assembly: AssemblyTitle("FreeImage.NET")]
[assembly: AssemblyDescription(".NET wrapper for the FreeImage 3.15.1 Library")]
[assembly: AssemblyConfiguration("All")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("FreeImage.NET Wrapper")]
[assembly: AssemblyCopyright("Copyright 2003-2011, FreeImage, DataGis")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("3.15.1.0")]
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
[assembly: AssemblyFileVersionAttribute("3.15.1.0")]
[assembly: ComVisibleAttribute(false)]
[assembly: NeutralResourcesLanguageAttribute("")]
[assembly: GuidAttribute("64a4c935-b757-499c-ab8c-6110316a9e51")]
//