AssemblyInfo.cs 906 B

1234567891011121314151617181920212223242526
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. using Android.App;
  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("LyricShow.Droid")]
  9. [assembly: AssemblyDescription("")]
  10. [assembly: AssemblyConfiguration("")]
  11. [assembly: AssemblyCompany("")]
  12. [assembly: AssemblyProduct("LyricShow.Droid")]
  13. [assembly: AssemblyCopyright("Copyright © 2018")]
  14. [assembly: AssemblyTrademark("")]
  15. [assembly: AssemblyCulture("")]
  16. [assembly: ComVisible(false)]
  17. // Version information for an assembly consists of the following four values:
  18. //
  19. // Major Version
  20. // Minor Version
  21. // Build Number
  22. // Revision
  23. [assembly: AssemblyVersion("1.0.0.0")]
  24. [assembly: AssemblyFileVersion("1.0.0.0")]