|
|
@@ -0,0 +1,18 @@
|
|
|
+using System;
|
|
|
+using System.Reflection;
|
|
|
+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
|
|
|
+
|