/FreeTranslator/SubTitleConvertor/Properties/AssemblyInfo.cs

# · C# · 14 lines · 10 code · 1 blank · 3 comment · 0 complexity · 9463556ce5329b00b21d2340a98d5efe MD5 · raw file

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