summaryrefslogtreecommitdiff
path: root/cs/test/Ice/threads/Client.cs
diff options
context:
space:
mode:
Diffstat (limited to 'cs/test/Ice/threads/Client.cs')
-rw-r--r--cs/test/Ice/threads/Client.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/cs/test/Ice/threads/Client.cs b/cs/test/Ice/threads/Client.cs
index a50362d9625..d7d9c8c0182 100644
--- a/cs/test/Ice/threads/Client.cs
+++ b/cs/test/Ice/threads/Client.cs
@@ -9,6 +9,13 @@
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
{