Files
UnrealEngine/Engine/Source/ThirdParty/DotNetZip/BZip2 SL DLL/Properties/AssemblyInfo.cs
2025-05-18 13:04:45 +08:00

22 lines
723 B
C#

using System.Reflection;
using System.Security;
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 BZip2 for Silverlight")]
#if DEBUG
[assembly: AssemblyConfiguration("Debug")]
[assembly: AssemblyDescription("library for BZip2 compression. http://DotNetZip.codeplex.com/ (Flavor=Debug)")]
#else
[assembly: AssemblyConfiguration("Retail")]
[assembly: AssemblyDescription("library for BZip2 compression. http://DotNetZip.codeplex.com/ (Flavor=Retail)")]
#endif
[assembly: System.CLSCompliant(true)]