/src/CommonAssemblyInfo.cs
http://github.com/philiplaureano/LinFu · C# · 22 lines · 16 code · 3 blank · 3 comment · 0 complexity · fe5c9bbcaa2def6c9685fb9d0d2b50dd MD5 · raw file
- using System.Reflection;
- using System.Runtime.InteropServices;
- using System.Security;
- [assembly: AssemblyCopyright("Copyright Philip Laureano 2008-2010")]
- [assembly: AssemblyTrademark("")]
- [assembly: AssemblyCulture("")]
- [assembly: AssemblyDescription("")]
- [assembly: AssemblyConfiguration("")]
- [assembly: AssemblyCompany("")]
- [assembly: AssemblyTitle("LinFu")]
- [assembly: AssemblyProduct("LinFu")]
- [assembly: AllowPartiallyTrustedCallers]
- [assembly: SecurityRules(SecurityRuleSet.Level1)]
- // 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)]
- [assembly: AssemblyVersion("2.3.0.*")]
- [assembly: AssemblyFileVersion("2.3.0.0")]