AssemblyInfo.cs 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. using System;
  2. using System.Reflection;
  3. using System.Resources;
  4. using System.Runtime.InteropServices;
  5. using System.Windows;
  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("Extender.WPF.Testharness")]
  10. [assembly: AssemblyDescription("")]
  11. [assembly: AssemblyConfiguration("n/a")]
  12. [assembly: AssemblyCompany("Oxford Instruments Nanotechnology Tools Ltd")]
  13. [assembly: AssemblyProduct("Extender WPF Testharness")]
  14. [assembly: AssemblyCopyright("Copyright © 2010-2020 Oxford Instruments Nanotechnology Tools Ltd. All rights reserved.")]
  15. [assembly: AssemblyTrademark("")]
  16. [assembly: AssemblyCulture("")]
  17. [assembly: CLSCompliant(true)]
  18. // Setting ComVisible to false makes the types in this assembly not visible
  19. // to COM components. If you need to access a type in this assembly from
  20. // COM, set the ComVisible attribute to true on that type.
  21. [assembly: ComVisible(false)]
  22. // In order to begin building localizable applications, set
  23. // <UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
  24. // inside a <PropertyGroup>. For example, if you are using US english
  25. // in your source files, set the <UICulture> to en-US. Then uncomment
  26. // the NeutralResourceLanguage attribute below. Update the "en-US" in
  27. // the line below to match the UICulture setting in the project file.
  28. ////[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.MainAssembly)]
  29. [assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
  30. // Version information for an assembly consists of the following four values:
  31. //
  32. // Major Version
  33. // Minor Version
  34. // Build Number
  35. // Revision
  36. //
  37. // You can specify all the values or you can default the Build and Revision Numbers
  38. // by using the '*' as shown below:
  39. // [assembly: AssemblyVersion("1.0.*")]
  40. [assembly: AssemblyVersion("5.0.0.0")]
  41. [assembly: AssemblyFileVersion("5.0.0.0")]
  42. [assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.MainAssembly)]