diff options
Diffstat (limited to 'csharp/src/IcePatch2/AssemblyInfo.cs')
-rw-r--r-- | csharp/src/IcePatch2/AssemblyInfo.cs | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/csharp/src/IcePatch2/AssemblyInfo.cs b/csharp/src/IcePatch2/AssemblyInfo.cs deleted file mode 100644 index a0d30967b4e..00000000000 --- a/csharp/src/IcePatch2/AssemblyInfo.cs +++ /dev/null @@ -1,21 +0,0 @@ -// -// 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("IcePatch2 .NET Client Library")] -[assembly: AssemblyDescription("IcePatch2 .NET Client Library")] -[assembly: AssemblyCompany("ZeroC, Inc.")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyProduct("Ice")] -[assembly: AssemblyCopyright("© ZeroC, Inc.")] -[assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("3.7.5.0")] - -[assembly: ComVisible(false)] |