AssemblyInfo.vb
上传用户:chengzheng
上传日期:2013-08-05
资源大小:38k
文件大小:1k
源码类别:

Windows Mobile

开发平台:

C#

  1. Imports System.Reflection
  2. Imports System.Runtime.InteropServices
  3. ' General Information about an assembly is controlled through the following 
  4. ' set of attributes. Change these attribute values to modify the information
  5. ' associated with an assembly.
  6. ' Review the values of the assembly attributes
  7. <Assembly: AssemblyTitle("")> 
  8. <Assembly: AssemblyDescription("")> 
  9. <Assembly: AssemblyCompany("")> 
  10. <Assembly: AssemblyProduct("")> 
  11. <Assembly: AssemblyCopyright("")> 
  12. <Assembly: AssemblyTrademark("")> 
  13. <Assembly: CLSCompliant(True)> 
  14. ' Version information for an assembly consists of the following four values:
  15. '
  16. '      Major Version
  17. '      Minor Version 
  18. '      Build Number
  19. '      Revision
  20. '
  21. ' You can specify all the values or you can default the Build and Revision Numbers 
  22. ' by using the '*' as shown below:
  23. <Assembly: AssemblyVersion("1.0.*")>