소스 검색

Adding AssemblyInfo.cs files.

Bart De Smet 8 년 전
부모
커밋
01453abc7a
2개의 변경된 파일36개의 추가작업 그리고 0개의 파일을 삭제
  1. 18 0
      Ix.NET/Source/System.Linq.Async.Queryable/Properties/AssemblyInfo.cs
  2. 18 0
      Ix.NET/Source/System.Linq.Async/Properties/AssemblyInfo.cs

+ 18 - 0
Ix.NET/Source/System.Linq.Async.Queryable/Properties/AssemblyInfo.cs

@@ -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
+

+ 18 - 0
Ix.NET/Source/System.Linq.Async/Properties/AssemblyInfo.cs

@@ -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
+