AssemblyInfo.cs 499 B

12345678910111213
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. // Information about this assembly is defined by the following attributes.
  4. // Change them to the values specific to your project.
  5. [assembly: AssemblyTitle ("MediaBrowser.Server.Mono")]
  6. [assembly: AssemblyDescription ("")]
  7. [assembly: AssemblyConfiguration ("")]
  8. [assembly: AssemblyCompany ("")]
  9. [assembly: AssemblyProduct ("")]
  10. [assembly: AssemblyCopyright ("Luke")]
  11. [assembly: AssemblyTrademark ("")]
  12. [assembly: AssemblyCulture ("")]