AssemblyInfo.cs 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. using System;
  2. using System.Reflection;
  3. using System.Resources;
  4. using System.Runtime.InteropServices;
  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("Extender.Testharness")]
  9. [assembly: AssemblyDescription("")]
  10. [assembly: AssemblyConfiguration("n/a")]
  11. [assembly: AssemblyCompany("Oxford Instruments Nanotechnology Tools Ltd")]
  12. [assembly: AssemblyProduct("Extender.Testharness")]
  13. [assembly: AssemblyCopyright("Copyright © 2010-2017 Oxford Instruments Nanotechnology Tools Ltd. All rights reserved.")]
  14. [assembly: AssemblyTrademark("")]
  15. [assembly: AssemblyCulture("")]
  16. [assembly: CLSCompliant(true)]
  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("dc23ed3c-3a82-48c0-ad1f-4b6097f6709e")]
  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("3.4.0.0")]
  34. [assembly: AssemblyFileVersion("3.4.0.0")]
  35. [assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.MainAssembly)]