PageRenderTime 38ms CodeModel.GetById 11ms RepoModel.GetById 1ms app.codeStats 0ms

/Visual Studio 2008/CSVSPackageWPFToolWindow/Properties/AssemblyInfo.cs

#
C# | 36 lines | 18 code | 6 blank | 12 comment | 0 complexity | f3f228e876d0cebd2e8d184d88dd7195 MD5 | raw file
  1. using System;
  2. using System.Reflection;
  3. using System.Resources;
  4. using System.Runtime.CompilerServices;
  5. using System.Runtime.InteropServices;
  6. // General Information about an assembly is controlled through the following
  7. // set of attributes. Change these attribute values to modify the information
  8. // associated with an assembly.
  9. [assembly: AssemblyTitle("Package Name")]
  10. [assembly: AssemblyDescription("")]
  11. [assembly: AssemblyConfiguration("")]
  12. [assembly: AssemblyCompany("Microsoft Corporation")]
  13. [assembly: AssemblyProduct("Package Name")]
  14. [assembly: AssemblyCopyright("Copyright © Microsoft 2010")]
  15. [assembly: AssemblyTrademark("")]
  16. [assembly: AssemblyCulture("")]
  17. [assembly: ComVisible(false)]
  18. [assembly: CLSCompliant(false)]
  19. [assembly: NeutralResourcesLanguage("en-US")]
  20. // Version information for an assembly consists of the following four values:
  21. //
  22. // Major Version
  23. // Minor Version
  24. // Build Number
  25. // Revision
  26. //
  27. // You can specify all the values or you can default the Revision and Build Numbers
  28. // by using the '*' as shown below:
  29. [assembly: AssemblyVersion("1.0.0.0")]
  30. [assembly: AssemblyFileVersion("1.0.0.0")]