AirScout/DotNetZip/SolutionInfo.cs

22 wiersze
1.1 KiB
C#

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

using System.Reflection;
using System.Security;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("Dino Chiesa")]
[assembly: AssemblyProduct("DotNetZip Library")]
[assembly: AssemblyCopyright("Copyright © Dino Chiesa 2006 - 2011")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.9.1.9000")]
#if !NETCF
[assembly: AssemblyFileVersion("1.9.1.9000")]
#if !SILVERLIGHT
// workitem 4698
[assembly: AllowPartiallyTrustedCallers]
#endif
#endif