using System; using System.Reflection; using System.Runtime.CompilerServices; [assembly:CLSCompliant(false)] //TODO make sure the library is completely CLS compliant! //[assembly:CLSCompliant(false)] //[assembly: System.Reflection.AssemblyKeyFile ("uiml.net.snk")] [assembly:AssemblyTitle("Uiml.net")] [assembly:AssemblyDescription("An open UIML renderer for the .Net Framework")] [assembly:AssemblyConfiguration("Debug")] [assembly:AssemblyCompany("Expertise Center for Digital Media, Hasselt University")] [assembly:AssemblyCopyright("2005 Expertise Centre for Digital Media")]