// // Copyright (c) ZeroC, Inc. All rights reserved. // using System; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: CLSCompliant(true)] [assembly: AssemblyTitle("IceSSL .NET Plug-in")] [assembly: AssemblyDescription("IceSSL .NET Plug-in")] [assembly: AssemblyCompany("ZeroC, Inc.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyProduct("Ice")] [assembly: AssemblyCopyright("© ZeroC, Inc.")] [assembly: AssemblyCulture("")] [assembly: AssemblyVersion("3.8.0.0")] [assembly: ComVisible(false)]