/examples/ioc/PropertyInjectionSample/Properties/AssemblyInfo.cs
http://github.com/philiplaureano/LinFu · C# · 33 lines · 15 code · 4 blank · 14 comment · 0 complexity · 6f056fd9a886cfe146d7605076c06d70 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("PropertyInjectionSample")]
- [assembly: AssemblyDescription("")]
- [assembly: AssemblyConfiguration("")]
- [assembly: AssemblyCompany("eXPerience")]
- [assembly: AssemblyProduct("PropertyInjectionSample")]
- [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("95487ec7-bf64-4b08-a508-c2b9537a5485")]
- // 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")]