AssemblyInfo.cs 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. using Mono.Addins;
  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("OpenSim.Region.OptionalModules")]
  9. [assembly: AssemblyDescription("Optional modules for OpenSim")]
  10. [assembly: AssemblyConfiguration("")]
  11. [assembly: AssemblyCompany("")]
  12. [assembly: AssemblyProduct("OpenSim.Region.OptionalModules.Properties")]
  13. [assembly: AssemblyCopyright("Copyright © 2012")]
  14. [assembly: AssemblyTrademark("")]
  15. [assembly: AssemblyCulture("")]
  16. // Setting ComVisible to false makes the types in this assembly not visible
  17. // to COM components. If you need to access a type in this assembly from
  18. // COM, set the ComVisible attribute to true on that type.
  19. [assembly: ComVisible(false)]
  20. // The following GUID is for the ID of the typelib if this project is exposed to COM
  21. [assembly: Guid("84a3082d-3011-4c13-835c-c7d93f97ac79")]
  22. // Version information for an assembly consists of the following four values:
  23. //
  24. // Major Version
  25. // Minor Version
  26. // Build Number
  27. // Revision
  28. //
  29. [assembly: AssemblyVersion("0.8.2.*")]
  30. [assembly: Addin("OpenSim.Region.OptionalModules", OpenSim.VersionInfo.VersionNumber)]
  31. [assembly: AddinDependency("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)]