/source/test/NOS.Registration.Tests/Properties/AssemblyInfo.cs

http://github.com/agross/netopenspace · C# · 21 lines · 8 code · 6 blank · 7 comment · 0 complexity · 82006b5d66577d31521c5eab43f5c26c MD5 · raw file

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