/source/app/NOS.Registration/Properties/AssemblyInfo.cs

http://github.com/agross/netopenspace · C# · 24 lines · 10 code · 7 blank · 7 comment · 0 complexity · 313b4431d6a10877626f34c591484eb8 MD5 · raw file

  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. // General Information about an assembly is controlled through the following
  5. // set of attributes. Change these attribute values to modify the information
  6. // associated with an assembly.
  7. [assembly: AssemblyTitle("NOS.Registration")]
  8. [assembly: AssemblyConfiguration("")]
  9. [assembly: AssemblyTrademark("")]
  10. [assembly: AssemblyCulture("")]
  11. // Setting ComVisible to false makes the types in this assembly not visible
  12. // to COM components. If you need to access a type in this assembly from
  13. // COM, set the ComVisible attribute to true on that type.
  14. [assembly: ComVisible(false)]
  15. // The following GUID is for the ID of the typelib if this project is exposed to COM
  16. [assembly: Guid("258db1db-1bcd-47dc-985d-2b362db3b9b1")]
  17. [assembly: InternalsVisibleTo("NOS.Registration.Tests")]