aboutsummaryrefslogtreecommitdiff
path: root/lib/System.Core
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System.Core')
-rw-r--r--lib/System.Core/ExtensionAttribute.cs7
-rw-r--r--lib/System.Core/System.Core.dllbin3584 -> 0 bytes
-rw-r--r--lib/System.Core/build.bat1
3 files changed, 0 insertions, 8 deletions
diff --git a/lib/System.Core/ExtensionAttribute.cs b/lib/System.Core/ExtensionAttribute.cs
deleted file mode 100644
index fcb186f3..00000000
--- a/lib/System.Core/ExtensionAttribute.cs
+++ /dev/null
@@ -1,7 +0,0 @@
-
-namespace System.Runtime.CompilerServices
-{
- /// <summary> Used for 2.0 compatibility </summary>
- [AttributeUsage(AttributeTargets.Method)]
- public sealed class ExtensionAttribute : Attribute { }
-}
diff --git a/lib/System.Core/System.Core.dll b/lib/System.Core/System.Core.dll
deleted file mode 100644
index d34141b3..00000000
--- a/lib/System.Core/System.Core.dll
+++ /dev/null
Binary files differ
diff --git a/lib/System.Core/build.bat b/lib/System.Core/build.bat
deleted file mode 100644
index 13883e61..00000000
--- a/lib/System.Core/build.bat
+++ /dev/null
@@ -1 +0,0 @@
-c:\Windows\Microsoft.NET\Framework\v2.0.50727\csc /target:library /out:System.Core.dll /keyfile:..\..\keys\Google.ProtocolBuffers.snk ExtensionAttribute.cs