AssemblyInfo.cs 337 B

123456789101112131415161718
  1. using System;
  2. using System.Reflection;
  3. using System.Resources;
  4. using System.Runtime.InteropServices;
  5. using System.Security;
  6. [assembly: NeutralResourcesLanguage("en-US")]
  7. #if !PLIB
  8. [assembly: ComVisible(false)]
  9. #endif
  10. [assembly: CLSCompliant(true)]
  11. #if HAS_APTCA && NO_CODECOVERAGE
  12. [assembly: AllowPartiallyTrustedCallers]
  13. #endif