AssemblyInfo.cs 289 B

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