You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
837 B
21 lines
837 B
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")]
|
|
// |