/examples/ioc/ConstructorInjection/Properties/AssemblyInfo.cs
http://github.com/philiplaureano/LinFu · C# · 33 lines · 15 code · 4 blank · 14 comment · 0 complexity · 5306b8e419a69670aa4d9a7a09ba9cd0 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("ConstructorInjection")]
- [assembly: AssemblyDescription("")]
- [assembly: AssemblyConfiguration("")]
- [assembly: AssemblyCompany("eXPerience")]
- [assembly: AssemblyProduct("ConstructorInjection")]
- [assembly: AssemblyCopyright("Copyright © eXPerience 2007")]
- [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("3e9598c6-29c2-4c37-9a65-555aafbedbd3")]
- // Version information for an assembly consists of the following four values:
- //
- // Major Version
- // Minor Version
- // Build Number
- // Revision
- //
- [assembly: AssemblyVersion("1.0.0.0")]
- [assembly: AssemblyFileVersion("1.0.0.0")]