1234567891011121314151617181920 |
- // Licensed to the .NET Foundation under one or more agreements.
- // The .NET Foundation licenses this file to you under the Apache 2.0 License.
- // See the LICENSE file in the project root for more information.
- using System;
- using System.Resources;
- using System.Runtime.InteropServices;
- using System.Security;
- [assembly: NeutralResourcesLanguage("en-US")]
- #if !PLIB
- [assembly: ComVisible(false)]
- #endif
- [assembly: CLSCompliant(true)]
- #if HAS_APTCA && NO_CODECOVERAGE
- [assembly: AllowPartiallyTrustedCallers]
- #endif
|