diff options
Diffstat (limited to 'cs/test/Ice/binding/Client.cs')
-rw-r--r-- | cs/test/Ice/binding/Client.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cs/test/Ice/binding/Client.cs b/cs/test/Ice/binding/Client.cs index 46a9167f381..71e866a4713 100644 --- a/cs/test/Ice/binding/Client.cs +++ b/cs/test/Ice/binding/Client.cs @@ -7,7 +7,15 @@ // // ********************************************************************** +using System; using System.Diagnostics; +using System.Reflection; + +[assembly: CLSCompliant(true)] + +[assembly: AssemblyTitle("IceTest")] +[assembly: AssemblyDescription("Ice test")] +[assembly: AssemblyCompany("ZeroC, Inc.")] public class Client { |