summaryrefslogtreecommitdiff
path: root/csharp/src/IceBox/AssemblyInfoExe.cs
blob: d10d6bff58ff043c4646b7bd9fb2771351836297 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
// 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("IceBox .NET Server")]
[assembly: AssemblyDescription("IceBox .NET Server")]
[assembly: AssemblyCompany("ZeroC, Inc.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Ice")]
[assembly: AssemblyCopyright("© ZeroC, Inc.")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("3.8.0.0")]

[assembly: ComVisible(false)]