AssemblyInfo.cs 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /*
  2. This software is subject to the license described in the License.txt file
  3. included with this software distribution. You may not use this file except
  4. in compliance with this license.
  5. Copyright (c) Dynastream Innovations Inc. 2016
  6. All rights reserved.
  7. */
  8. using System.Reflection;
  9. using System.Resources;
  10. using System.Runtime.CompilerServices;
  11. using System.Runtime.InteropServices;
  12. using System.Windows;
  13. // General Information about an assembly is controlled through the following
  14. // set of attributes. Change these attribute values to modify the information
  15. // associated with an assembly.
  16. [assembly: AssemblyTitle("ANT_NetDll_Demo")]
  17. [assembly: AssemblyDescription("")]
  18. [assembly: AssemblyConfiguration("")]
  19. [assembly: AssemblyCompany("")]
  20. [assembly: AssemblyProduct("ANT_NetDll_Demo")]
  21. [assembly: AssemblyCopyright("Copyright © 2009")]
  22. [assembly: AssemblyTrademark("")]
  23. [assembly: AssemblyCulture("")]
  24. // Setting ComVisible to false makes the types in this assembly not visible
  25. // to COM components. If you need to access a type in this assembly from
  26. // COM, set the ComVisible attribute to true on that type.
  27. [assembly: ComVisible(false)]
  28. //In order to begin building localizable applications, set
  29. //<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
  30. //inside a <PropertyGroup>. For example, if you are using US english
  31. //in your source files, set the <UICulture> to en-US. Then uncomment
  32. //the NeutralResourceLanguage attribute below. Update the "en-US" in
  33. //the line below to match the UICulture setting in the project file.
  34. //[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
  35. [assembly: ThemeInfo(
  36. ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
  37. //(used if a resource is not found in the page,
  38. // or application resource dictionaries)
  39. ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
  40. //(used if a resource is not found in the page,
  41. // app, or any theme specific resource dictionaries)
  42. )]
  43. // Version information for an assembly consists of the following four values:
  44. //
  45. // Major Version
  46. // Minor Version
  47. // Build Number
  48. // Revision
  49. //
  50. // You can specify all the values or you can default the Build and Revision Numbers
  51. // by using the '*' as shown below:
  52. // [assembly: AssemblyVersion("3.6.0.0")]
  53. [assembly: AssemblyVersion("3.6.0.0")]
  54. [assembly: AssemblyFileVersion("3.6.0.0")]
  55. [assembly: AssemblyInformationalVersion("production-amo-3.6.0-0-g28f0761-dirty")]