AssemblyInfo.cs 929 B

1234567891011121314151617181920212223242526272829
  1. #region Using directives
  2. using System.Reflection;
  3. using System.Runtime.CompilerServices;
  4. #endregion
  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("Eq2VpkTool")]
  9. [assembly: AssemblyDescription("")]
  10. [assembly: AssemblyConfiguration("")]
  11. [assembly: AssemblyCompany("")]
  12. [assembly: AssemblyProduct("Eq2VpkTool")]
  13. [assembly: AssemblyCopyright("Copyright @ Blaz 2005")]
  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 Revision and Build Numbers
  24. // by using the '*' as shown below:
  25. [assembly: AssemblyVersion("1.0.*")]