AssemblyInfo.cs 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. using System;
  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("MatrixIO.IO.Bmff")]
  9. [assembly: AssemblyDescription("Base Media File Format library")]
  10. [assembly: AssemblyConfiguration("")]
  11. [assembly: AssemblyCompany("Matrix.IO LLC")]
  12. [assembly: AssemblyProduct("MatrixIO.IO.Bmff")]
  13. [assembly: AssemblyCopyright("Copyright © Matrix.IO LLC 2007")]
  14. [assembly: AssemblyTrademark("")]
  15. [assembly: AssemblyCulture("")]
  16. // Version information for an assembly consists of the following four values:
  17. //
  18. // Major Version
  19. // Minor Version
  20. // Build Number
  21. // Revision
  22. //
  23. // You can specify all the values or you can default the Build and Revision Numbers
  24. // by using the '*' as shown below:
  25. // [assembly: AssemblyVersion("1.0.*")]
  26. [assembly: AssemblyVersion("1.0.*")]
  27. [assembly: AssemblyFileVersion("1.0.0.0")]
  28. // CLS Comliance
  29. [assembly: CLSCompliant(false)]