11 lines
998 B
C#
11 lines
998 B
C#
using System.Reflection;
|
||
using System.Runtime.CompilerServices;
|
||
|
||
// General Information about an assembly is controlled through the following
|
||
// set of attributes. Change these attribute values to modify the information
|
||
// associated with an assembly.
|
||
|
||
[assembly: AssemblyTitle("Ionic's Managed Zlib for Compact Framework")]
|
||
[assembly: AssemblyDescription("library for Deflate and ZLIB compression, for Compact Framework. http://www.codeplex.com/DotNetZip")]
|
||
[assembly: AssemblyConfiguration("")]
|