PageRenderTime 49ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/VBVstoExcelWorkbook/My Project/AssemblyInfo.vb

#
Visual Basic | 52 lines | 17 code | 10 blank | 25 comment | 0 complexity | a31ef23017f407368b918a9fef3c7e49 MD5 | raw file
  1. Imports System
  2. Imports System.Reflection
  3. Imports System.Runtime.InteropServices
  4. Imports System.Security
  5. Imports Microsoft.Office.Tools.Excel
  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. ' Review the values of the assembly attributes
  10. <Assembly: AssemblyTitle("VBVstoExcelWorkbook")>
  11. <Assembly: AssemblyDescription("")>
  12. <Assembly: AssemblyCompany("Microsoft Corporation")>
  13. <Assembly: AssemblyProduct("VBVstoExcelWorkbook")>
  14. <Assembly: AssemblyCopyright("Copyright © Microsoft 2010")>
  15. <Assembly: AssemblyTrademark("")>
  16. ' Setting ComVisible to false makes the types in this assembly not visible
  17. ' to COM components. If you need to access a type in this assembly from
  18. ' COM, set the ComVisible attribute to true on that type.
  19. <Assembly: ComVisible(False)>
  20. 'The following GUID is for the ID of the typelib if this project is exposed to COM
  21. <Assembly: Guid("fb92a311-a492-4947-a85c-b517680321a4")>
  22. ' Version information for an assembly consists of the following four values:
  23. '
  24. ' Major Version
  25. ' Minor Version
  26. ' Build Number
  27. ' Revision
  28. '
  29. ' You can specify all the values or you can default the Build and Revision Numbers
  30. ' by using the '*' as shown below:
  31. ' <Assembly: AssemblyVersion("1.0.*")>
  32. <Assembly: AssemblyVersion("1.0.0.0")>
  33. <Assembly: AssemblyFileVersion("1.0.0.0")>
  34. ' The ExcelLocale1033 attribute controls the locale that is passed to the Excel
  35. ' object model. Setting ExcelLocale1033 to true causes the Excel object model to
  36. ' act the same in all locales, which matches the behavior of Visual Basic for
  37. ' Applications. Setting ExcelLocale1033 to false causes the Excel object model to
  38. ' act differently when users have different locale settings, which matches the
  39. ' behavior of Visual Studio Tools for Office, Version 2003. This can cause unexpected
  40. ' results in locale-sensitive information such as formula names and date formats.
  41. <Assembly: ExcelLocale1033(True)>
  42. <Assembly: SecurityTransparent()>