AssemblyInfo.cs 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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.Runtime.CompilerServices;
  10. using System.Runtime.InteropServices;
  11. // General Information about an assembly is controlled through the following
  12. // set of attributes. Change these attribute values to modify the information
  13. // associated with an assembly.
  14. [assembly: AssemblyTitle("Demo_ANTFS")]
  15. [assembly: AssemblyDescription("")]
  16. [assembly: AssemblyConfiguration("")]
  17. [assembly: AssemblyCompany("")]
  18. [assembly: AssemblyProduct("Demo_ANTFS")]
  19. [assembly: AssemblyCopyright("Copyright © 2009")]
  20. [assembly: AssemblyTrademark("")]
  21. [assembly: AssemblyCulture("")]
  22. // Setting ComVisible to false makes the types in this assembly not visible
  23. // to COM components. If you need to access a type in this assembly from
  24. // COM, set the ComVisible attribute to true on that type.
  25. [assembly: ComVisible(false)]
  26. // The following GUID is for the ID of the typelib if this project is exposed to COM
  27. [assembly: Guid("6da07691-384b-4950-8132-5907e3e1566c")]
  28. // Version information for an assembly consists of the following four values:
  29. //
  30. // Major Version
  31. // Minor Version
  32. // Build Number
  33. // Revision
  34. //
  35. // You can specify all the values or you can default the Build and Revision Numbers
  36. // by using the '*' as shown below:
  37. // [assembly: AssemblyVersion("3.6.0.0")]
  38. [assembly: AssemblyVersion("3.6.0.0")]
  39. [assembly: AssemblyFileVersion("3.6.0.0")]
  40. [assembly: AssemblyInformationalVersion("production-amo-3.6.0-0-g28f0761-dirty")]