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