diff options
Diffstat (limited to 'cs/test/Ice/proxy/Client.cs')
-rw-r--r-- | cs/test/Ice/proxy/Client.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cs/test/Ice/proxy/Client.cs b/cs/test/Ice/proxy/Client.cs index 759445fc418..fd32e42800c 100644 --- a/cs/test/Ice/proxy/Client.cs +++ b/cs/test/Ice/proxy/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 { |