/FreeTranslator/CommonUtils/Properties/AssemblyInfo.cs

# · C# · 14 lines · 11 code · 0 blank · 3 comment · 0 complexity · 1e37c420011e0c3aa98a02584dcbdeae MD5 · raw file

  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. using System.Security.Permissions;
  5. // General Information about an assembly is controlled through the following
  6. // set of attributes. Change these attribute values to modify the information
  7. // associated with an assembly.
  8. [assembly: AssemblyTitle("CommonUtils")]
  9. [assembly: AssemblyDescription("Shared Utilities and types")]
  10. [assembly: AssemblyConfiguration("")]
  11. [assembly: AssemblyProduct("CommonUtils")]
  12. [assembly: AssemblyCulture("")]
  13. [assembly: System.CLSCompliant(true)]
  14. [assembly: System.Runtime.InteropServices.ComVisible(false)]