/src/CommonAssemblyInfo.cs

http://github.com/philiplaureano/LinFu · C# · 22 lines · 16 code · 3 blank · 3 comment · 0 complexity · fe5c9bbcaa2def6c9685fb9d0d2b50dd MD5 · raw file

  1. using System.Reflection;
  2. using System.Runtime.InteropServices;
  3. using System.Security;
  4. [assembly: AssemblyCopyright("Copyright Philip Laureano 2008-2010")]
  5. [assembly: AssemblyTrademark("")]
  6. [assembly: AssemblyCulture("")]
  7. [assembly: AssemblyDescription("")]
  8. [assembly: AssemblyConfiguration("")]
  9. [assembly: AssemblyCompany("")]
  10. [assembly: AssemblyTitle("LinFu")]
  11. [assembly: AssemblyProduct("LinFu")]
  12. [assembly: AllowPartiallyTrustedCallers]
  13. [assembly: SecurityRules(SecurityRuleSet.Level1)]
  14. // Setting ComVisible to false makes the types in this assembly not visible
  15. // to COM components. If you need to access a type in this assembly from
  16. // COM, set the ComVisible attribute to true on that type.
  17. [assembly: ComVisible(false)]
  18. [assembly: AssemblyVersion("2.3.0.*")]
  19. [assembly: AssemblyFileVersion("2.3.0.0")]