AssemblyInfo.cs 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. //
  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. //
  9. [assembly: AssemblyTitle("SQLiteClient")]
  10. [assembly: AssemblyDescription("")]
  11. [assembly: AssemblyConfiguration("")]
  12. [assembly: AssemblyCompany("Microsoft")]
  13. [assembly: AssemblyProduct("SQLiteClient")]
  14. [assembly: AssemblyCopyright("Copyright © Microsoft 2008")]
  15. [assembly: AssemblyTrademark("")]
  16. [assembly: AssemblyCulture("")]
  17. [assembly: Guid("eccb3ebd-bb25-4ccb-a254-db33bf4b4255")]
  18. //
  19. // Version information for an assembly consists of the following four values:
  20. //
  21. // Major Version
  22. // Minor Version
  23. // Build Number
  24. // Revision
  25. //
  26. // You can specify all the values or you can default the Revision and Build Numbers
  27. // by using the '*' as shown below:
  28. [assembly: AssemblyVersion("1.0.*")]