AssemblyInfo.cs 234 B

12345678910
  1. // $Id$
  2. using System;
  3. using System.Reflection;
  4. using System.Runtime.CompilerServices;
  5. using System.Runtime.InteropServices;
  6. [assembly: AssemblyTitle("Resources")]
  7. [assembly: ComVisibleAttribute(false)]
  8. [assembly: CLSCompliant(true)]