PageRenderTime 38ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

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

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