Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/linker
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2017-05-16 20:31:35 +0300
committerMarek Safar <marek.safar@gmail.com>2017-05-16 20:32:36 +0300
commit21e445c26c69ac3a2e1441befa02d0bd105ff849 (patch)
treedab7855fe3c81c5a48ea48ed3ae137d6b6da6ee5 /linker
parent81c6635355c40f4c66772bd200918204b62c5234 (diff)
Remove out of date descriptors
Diffstat (limited to 'linker')
-rw-r--r--linker/Descriptors/Mono.Posix.xml6
-rw-r--r--linker/Descriptors/System.Core.xml6
-rw-r--r--linker/Descriptors/System.Drawing.xml6
-rw-r--r--linker/Descriptors/System.Web.xml6
-rw-r--r--linker/Descriptors/System.xml20
-rw-r--r--linker/Descriptors/mscorlib.xml434
-rw-r--r--linker/Mono.Linker.csproj20
7 files changed, 0 insertions, 498 deletions
diff --git a/linker/Descriptors/Mono.Posix.xml b/linker/Descriptors/Mono.Posix.xml
deleted file mode 100644
index 6f0ce66d3..000000000
--- a/linker/Descriptors/Mono.Posix.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<linker>
- <assembly fullname="Mono.Posix">
- <type fullname="Mono.Posix.UnixEndPoint" />
- </assembly>
-</linker>
diff --git a/linker/Descriptors/System.Core.xml b/linker/Descriptors/System.Core.xml
deleted file mode 100644
index e5a547fa7..000000000
--- a/linker/Descriptors/System.Core.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<linker>
- <assembly fullname="System.Core">
- <type fullname="System.Runtime.CompilerServices.CallSiteOps" preserve="methods" feature="dynamic" />
- </assembly>
-</linker>
diff --git a/linker/Descriptors/System.Drawing.xml b/linker/Descriptors/System.Drawing.xml
deleted file mode 100644
index c1ae00164..000000000
--- a/linker/Descriptors/System.Drawing.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<linker>
- <assembly fullname="System.Drawing">
- <type fullname="System.Drawing.Imaging.BitmapData" preserve="fields" />
- </assembly>
-</linker>
diff --git a/linker/Descriptors/System.Web.xml b/linker/Descriptors/System.Web.xml
deleted file mode 100644
index 7e98debce..000000000
--- a/linker/Descriptors/System.Web.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<linker>
- <assembly fullname="System.Web">
- <type fullname="System.Web.Util.ICalls" />
- </assembly>
-</linker>
diff --git a/linker/Descriptors/System.xml b/linker/Descriptors/System.xml
deleted file mode 100644
index f70c02041..000000000
--- a/linker/Descriptors/System.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<linker>
- <assembly fullname="System">
- <type fullname="System.Configuration.DefaultConfig" />
- <type fullname="System.Diagnostics.DefaultTraceListener" />
- <type fullname="System.Diagnostics.FileVersionInfo" />
- <type fullname="System.Diagnostics.Process" />
- <type fullname="System.Diagnostics.ProcessModule" />
- <type fullname="System.IO.FAMWatcher" />
- <type fullname="System.IO.FileSystemWatcher" />
- <type fullname="System.IO.InotifyWatcher" />
- <type fullname="System.Net.Dns" />
- <type fullname="System.Net.SocketAddress" />
- <type fullname="System.Net.Sockets.LingerOption" />
- <type fullname="System.Net.Sockets.Socket" />
- <type fullname="System.Net.Sockets.MulticastOption" preserve="fields" />
- <type fullname="System.Net.Sockets.Socket/SocketAsyncResult" preserve="fields" />
- <type fullname="System.Net.Sockets.SocketException" />
- </assembly>
-</linker>
diff --git a/linker/Descriptors/mscorlib.xml b/linker/Descriptors/mscorlib.xml
deleted file mode 100644
index c2f0fec09..000000000
--- a/linker/Descriptors/mscorlib.xml
+++ /dev/null
@@ -1,434 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<linker>
- <assembly fullname="mscorlib">
-
- <type fullname="System.AppDomain" preserve="fields">
- <method name="DoDomainUnload" />
- <method name="DoTypeResolve" />
- <method name="DoAssemblyResolve" />
- <method name="DoAssemblyLoad" />
- <method name="DoDomainUnload" />
- <method name="InternalSetContext" />
- </type>
-
- <type fullname="System.AppDomainSetup" preserve="fields" />
- <type fullname="System.AppDomainUnloadedException" />
- <type fullname="System.ApplicationException" />
- <type fullname="System.ArgIterator" />
- <type fullname="System.ArgumentException" />
- <type fullname="System.ArgumentNullException" />
- <type fullname="System.ArgumentOutOfRangeException" />
- <type fullname="System.ArithmeticException" />
- <type fullname="System.Array">
- <method name="InternalArray__ICollection_get_Count" />
- <method name="InternalArray__ICollection_get_IsReadOnly" />
- <method name="InternalArray__IEnumerable_GetEnumerator" />
- <method name="InternalArray__ICollection_Clear" />
- <method name="InternalArray__ICollection_Add" />
- <method name="InternalArray__ICollection_Remove" />
- <method name="InternalArray__ICollection_Contains" />
- <method name="InternalArray__ICollection_CopyTo" />
- <method name="InternalArray__Insert" />
- <method name="InternalArray__RemoveAt" />
- <method name="InternalArray__IndexOf" />
- <method name="InternalArray__get_Item" />
- <method name="InternalArray__set_Item" />
- <method name="InternalArray__IReadOnlyList_get_Item" />
- <method name="InternalArray__IReadOnlyCollection_get_Count" />
- </type>
- <type fullname="System.ArrayTypeMismatchException" />
- <type fullname="System.Attribute" />
- <type fullname="System.BadImageFormatException" />
- <type fullname="System.Boolean" preserve="fields" />
- <type fullname="System.Byte" preserve="fields" />
- <type fullname="System.CannotUnloadAppDomainException" />
- <type fullname="System.Char" preserve="fields" />
- <type fullname="System.Console" preserve="fields" />
- <type fullname="System.ConsoleDriver" preserve="fields" />
- <type fullname="System.ContextBoundObject" preserve="fields" />
- <!-- <type fullname="System.Convert" /> -->
- <type fullname="System.CurrentSystemTimeZone" />
- <type fullname="System.DateTime" preserve="fields" />
- <type fullname="System.DBNull" preserve="fields" />
- <type fullname="System.Decimal" preserve="fields" />
- <type fullname="System.Delegate" preserve="fields" />
- <type fullname="System.Diagnostics.StackFrame" />
- <type fullname="System.Diagnostics.StackTrace" />
- <type fullname="System.DivideByZeroException" />
- <!-- debugger-agent.c: create_event_list -->
- <type fullname="System.Diagnostics.DebuggerNonUserCodeAttribute"/>
- <type fullname="System.Diagnostics.DebuggerHiddenAttribute"/>
- <type fullname="System.Diagnostics.DebuggerStepThroughAttribute"/>
-
- <type fullname="System.DllNotFoundException" />
- <type fullname="System.Double" preserve="fields" />
- <type fullname="System.Enum" preserve="fields">
- <method name="GetValues" />
- </type>
- <type fullname="System.EntryPointNotFoundException" />
- <type fullname="System.Environment">
- <field name="mono_corlib_version" />
- <method name="get_StackTrace" />
- </type>
- <type fullname="System.Exception" />
- <type fullname="System.ExecutionEngineException" />
- <type fullname="System.FieldAccessException" />
- <type fullname="System.FormatException" />
- <type fullname="System.GC" />
- <type fullname="System.IndexOutOfRangeException" />
- <type fullname="System.Int16" preserve="fields" />
- <type fullname="System.Int32" preserve="fields" />
- <type fullname="System.Int64" preserve="fields" />
- <type fullname="System.IntPtr" preserve="fields" />
- <type fullname="System.InvalidCastException" />
- <type fullname="System.InvalidOperationException" />
- <type fullname="System.InvalidProgramException" />
- <type fullname="System.MarshalByRefObject" preserve="fields" feature="remoting" />
- <type fullname="System.MethodAccessException" />
- <type fullname="System.Missing" preserve="fields" />
- <type fullname="System.MissingFieldException" />
- <type fullname="System.MissingMethodException" />
- <type fullname="System.MonoAsyncCall" preserve="fields" />
- <type fullname="System.MonoCustomAttrs" preserve="fields" />
- <type fullname="System.MonoCustomAttrs/AttributeInfo" preserve="fields" />
- <type fullname="System.MonoCQItem" preserve="all" />
- <type fullname="System.MonoEnumInfo" preserve="fields" />
- <type fullname="System.MonoListItem" preserve="fields" />
- <type fullname="System.MonoType" preserve="fields" />
- <type fullname="System.MulticastDelegate" preserve="fields" />
- <type fullname="System.NotImplementedException" />
- <type fullname="System.NotSupportedException" />
- <type fullname="System.NullReferenceException" />
- <type fullname="System.Nullable`1" preserve="fields">
- <method name="Box" />
- <method name="Unbox" />
- </type>
- <type fullname="System.Object" />
- <type fullname="System.OutOfMemoryException" />
- <type fullname="System.RuntimeArgumentHandle" preserve="fields" />
- <type fullname="System.RuntimeFieldHandle" preserve="fields" />
- <type fullname="System.RuntimeMethodHandle" preserve="fields" />
- <type fullname="System.RuntimeTypeHandle" preserve="fields" />
- <type fullname="System.SByte" preserve="fields" />
- <type fullname="System.Single" preserve="fields" />
- <type fullname="System.StackOverflowException" />
- <type fullname="System.STAThreadAttribute" />
- <type fullname="System.String" preserve="fields">
- <method name="CreateString" />
- <method name="InternalAllocateStr" />
- <method name="FastAllocateString" />
- <method name="memcpy" />
- <method name="memset" />
- <method name="bzero" />
- <method name="bzero_aligned_1" />
- <method name="bzero_aligned_2" />
- <method name="bzero_aligned_4" />
- <method name="bzero_aligned_8" />
- <method name="memcpy_aligned_1" />
- <method name="memcpy_aligned_2" />
- <method name="memcpy_aligned_4" />
- <method name="memcpy_aligned_8" />
- </type>
- <type fullname="System.SystemException" />
- <type fullname="System.Type" preserve="fields">
- <method name="GetTypeFromHandle" />
- </type>
- <type fullname="System.TypeInitializationException" />
- <type fullname="System.TypeLoadException" />
- <type fullname="System.TypedReference" preserve="fields" />
- <type fullname="System.UInt16" preserve="fields" />
- <type fullname="System.UInt32" preserve="fields" />
- <type fullname="System.UInt64" preserve="fields" />
- <type fullname="System.UIntPtr" preserve="fields" />
- <type fullname="System.UnhandledExceptionEventArgs" />
- <type fullname="System.ValueType" preserve="fields" />
- <type fullname="System.Variant" preserve="fields" feature="com">
- <method name="Clear" />
- </type>
- <type fullname="System.Version">
- <method signature="System.Void .ctor(System.Int32,System.Int32,System.Int32,System.Int32)" />
- </type>
- <type fullname="System.Void" />
- <type fullname="System.__ComObject" feature="com" />
-
- <type fullname="System.Collections.Generic.ICollection`1" />
- <type fullname="System.Collections.Generic.IEnumerable`1" />
- <type fullname="System.Collections.Generic.IList`1" />
- <type fullname="System.Collections.Generic.GenericEqualityComparer`1">
- <method name=".ctor" />
- </type>
- <type fullname="System.Collections.Generic.GenericComparer`1">
- <method name=".ctor" />
- </type>
-
- <type fullname="System.Globalization.DateTimeFormatInfo" preserve="fields" />
- <type fullname="System.Globalization.CompareInfo" preserve="fields" />
- <type fullname="System.Globalization.CultureInfo" preserve="fields">
- <method name="CreateCulture" />
- </type>
- <type fullname="System.Globalization.NumberFormatInfo" preserve="fields" />
- <type fullname="System.Globalization.RegionInfo" preserve="fields" />
- <type fullname="System.Globalization.SortKey" preserve="fields" />
-
- <!--
- <type fullname="System.IO.FileMode" />
- <type fullname="System.IO.FileNotFoundException" />
- <type fullname="System.IO.FileLoadException" />
- <type fullname="System.IO.FileStreamAsyncResult" />
- <type fullname="System.IO.IOException" />
- <type fullname="System.IO.MonoIO" preserve="fields" />
- <type fullname="System.IO.Path" />
- <type fullname="System.IO.StreamReader" />
- -->
-
- <type fullname="System.Reflection.MonoAssembly">
- <method name=".ctor" />
- </type>
- <type fullname="System.Reflection.MonoModule">
- <method name=".ctor" />
- </type>
-
- <type fullname="System.Reflection.Assembly" preserve="fields">
- <method name="MonoDebugger_GetMethodToken" feature="sre" />
- <method name="GetNamespaces" feature="sre" />
- </type>
- <type fullname="System.Reflection.AssemblyName" preserve="fields" />
- <type fullname="System.Reflection.ConstructorInfo" preserve="fields" />
- <type fullname="System.Reflection.CustomAttributeData" preserve="fields">
- <method signature="System.Void .ctor(System.Reflection.ConstructorInfo,System.Reflection.Assembly,System.IntPtr,System.UInt32)" />
- </type>
- <type fullname="System.Reflection.CustomAttributeNamedArgument" preserve="fields" />
- <type fullname="System.Reflection.CustomAttributeTypedArgument" preserve="fields" />
- <type fullname="System.Reflection.EventInfo" preserve="fields">
- <method name="AddEventFrame" />
- <method name="StaticAddEventAdapterFrame" />
- </type>
- <type fullname="System.Reflection.ExceptionHandlingClause" preserve="fields" />
- <type fullname="System.Reflection.FieldInfo" preserve="fields" />
- <type fullname="System.Reflection.LocalVariableInfo" preserve="fields" />
- <type fullname="System.Reflection.ManifestResourceInfo" preserve="fields" />
- <type fullname="System.Reflection.MethodBase" preserve="fields" />
- <type fullname="System.Reflection.MethodBody" preserve="fields" />
- <type fullname="System.Reflection.MethodInfo" preserve="fields" />
- <type fullname="System.Reflection.Module" preserve="fields">
- <method name="Mono_GetGuid" feature="sre" />
- </type>
- <type fullname="System.Reflection.MonoArrayMethod" preserve="fields" />
- <type fullname="System.Reflection.MonoCMethod" preserve="fields" />
- <type fullname="System.Reflection.MonoEvent" preserve="fields" />
- <type fullname="System.Reflection.MonoEventInfo" preserve="fields" />
- <type fullname="System.Reflection.MonoField" preserve="fields" />
- <type fullname="System.Reflection.MonoGenericClass" preserve="fields" />
- <type fullname="System.Reflection.MonoMethod" preserve="fields" />
- <type fullname="System.Reflection.MonoMethodInfo" preserve="fields" />
- <type fullname="System.Reflection.MonoPropertyInfo" preserve="fields" />
- <type fullname="System.Reflection.MonoProperty" preserve="fields">
- <method name="GetterAdapterFrame" />
- <method name="StaticGetterAdapterFrame" />
- </type>
- <type fullname="System.Reflection.ParameterInfo" preserve="fields" />
- <!-- reflection.c: ves_icall_get_parameter_info -->
- <type fullname="System.Reflection.MonoParameterInfo" preserve="fields" />
-
- <type fullname="System.Reflection.PropertyInfo" preserve="fields" />
- <type fullname="System.Reflection.ReflectionTypeLoadException" />
- <type fullname="System.Reflection.TargetException" />
- <type fullname="System.Reflection.TargetParameterCountException" />
-
- <type fullname="System.Reflection.Emit.AssemblyBuilder" preserve="fields">
- <method name="AddPermissionRequests" />
- <method name="AddModule" />
- <method name="DefineIconResource" />
- <method name="AddTypeForwarder" />
- <method name="EmbedResourceFile" />
- </type>
- <type fullname="System.Reflection.Emit.ConstructorBuilder" preserve="fields" >
- <method name="RuntimeResolve" />
- </type>
- <type fullname="System.Reflection.Emit.CustomAttributeBuilder" preserve="fields" />
- <type fullname="System.Reflection.Emit.DynamicMethod" preserve="fields" />
- <type fullname="System.Reflection.Emit.EnumBuilder" preserve="fields" />
- <type fullname="System.Reflection.Emit.EventBuilder" preserve="fields" />
- <type fullname="System.Reflection.Emit.FieldBuilder" preserve="fields" >
- <method name="RuntimeResolve" />
- </type>
- <type fullname="System.Reflection.Emit.GenericTypeParameterBuilder" preserve="fields" >
- <method name="RuntimeResolve" />
- </type>
- <type fullname="System.Reflection.Emit.ILExceptionBlock" preserve="fields" />
- <type fullname="System.Reflection.Emit.ILExceptionInfo" preserve="fields" />
- <type fullname="System.Reflection.Emit.ILGenerator" preserve="fields">
- <method name="Mono_GetCurrentOffset" />
- </type>
- <type fullname="System.Reflection.Emit.LocalBuilder" preserve="fields">
- <method name="Mono_GetLocalIndex" />
- </type>
- <type fullname="System.Reflection.Emit.MethodBuilder" preserve="fields" >
- <method name="RuntimeResolve" />
- </type>
- <type fullname="System.Reflection.Emit.ModuleBuilder" preserve="fields">
- <method name="Mono_GetGuid" />
- <method name="RuntimeResolve" />
- </type>
- <type fullname="System.Reflection.Emit.MonoResource" preserve="fields" />
- <type fullname="System.Reflection.Emit.MonoWin32Resource" preserve="fields" />
- <type fullname="System.Reflection.Emit.ParameterBuilder" preserve="fields" />
- <type fullname="System.Reflection.Emit.PropertyBuilder" preserve="fields" />
- <type fullname="System.Reflection.Emit.SignatureHelper" preserve="fields" />
- <type fullname="System.Reflection.Emit.TypeBuilder" preserve="fields">
- <method name="SetCharSet" />
- </type>
- <type fullname="System.Reflection.Emit.UnmanagedMarshal" preserve="fields">
- <method name="DefineCustom" />
- <method name="DefineLPArrayInternal" />
- </type>
- <type fullname="System.Reflection.Emit.TypeBuilderInstantiation" preserve="fields" >
- <method name="RuntimeResolve" />
- </type>
- <type fullname="System.Reflection.Emit.ArrayType" preserve="fields" >
- <method name="RuntimeResolve" />
- </type>
- <type fullname="System.Reflection.Emit.ByRefType" preserve="fields" >
- <method name="RuntimeResolve" />
- </type>
- <type fullname="System.Reflection.Emit.PointerType" preserve="fields" >
- <method name="RuntimeResolve" />
- </type>
- <type fullname="System.Reflection.Emit.FieldOnTypeBuilderInst" preserve="fields" >
- <method name="RuntimeResolve" />
- </type>
- <type fullname="System.Reflection.Emit.MethodOnTypeBuilderInst" preserve="fields" >
- <method name="RuntimeResolve" />
- </type>
- <type fullname="System.Reflection.Emit.ConstructorOnTypeBuilderInst" preserve="fields" >
- <method name="RuntimeResolve" />
- </type>
-
- <!--
- <type fullname="System.Runtime.CompilerServices.CallConvCdecl" />
- <type fullname="System.Runtime.CompilerServices.CallConvStdcall" />
- <type fullname="System.Runtime.CompilerServices.CallConvFastcall" />
- <type fullname="System.Runtime.CompilerServices.CallConvThiscall" />
- -->
-
- <type fullname="System.Runtime.CompilerServices.InternalsVisibleToAttribute" />
- <type fullname="System.Runtime.CompilerServices.RuntimeWrappedException">
- <method signature="System.Void .ctor(System.Object)" />
- </type>
- <!-- <type fullname="System.Runtime.CompilerServices.RequiredAttributeAttribute" />
- <type fullname="System.Runtime.CompilerServices.RuntimeHelpers" />
- <type fullname="System.Runtime.CompilerServices.TypeForwardedToAttribute" /> -->
-
- <!-- <type fullname="System.Runtime.InteropServices.DllImportAttribute" /> -->
- <type fullname="System.Runtime.InteropServices.GCHandle" />
- <!-- <type fullname="System.Runtime.InteropServices.GuidAttribute" /> -->
- <type fullname="System.Runtime.InteropServices.HandleRef" />
- <type fullname="System.Runtime.InteropServices.ICustomMarshaler" />
- <!--<type fullname="System.Runtime.InteropServices.InterfaceTypeAttribute" /> -->
- <type fullname="System.Runtime.InteropServices.Marshal" />
- <!-- <type fullname="System.Runtime.InteropServices.MarshalDirectiveException" />
- <type fullname="System.Runtime.InteropServices.SafeHandle" />
- <type fullname="System.Runtime.InteropServices.StructLayoutAttribute" />
- <type fullname="System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute" />-->
-
- <!-- <type fullname="System.Runtime.Remoting.Activation.ActivationServices" /> -->
- <type fullname="System.Runtime.Remoting.Contexts.Context" preserve="fields">
- <method name="get_NeedsContextSink" />
- </type>
- <type fullname="System.Runtime.Remoting.Channels.CrossAppDomainSink" />
- <type fullname="System.Runtime.Remoting.IRemotingTypeInfo">
- <method name="CanCastTo" />
- </type>
- <type fullname="System.Runtime.Remoting.Messaging.AsyncResult" preserve="fields" />
- <type fullname="System.Runtime.Remoting.Messaging.CallContext">
- <method name="SetCurrentCallContext" />
- </type>
- <type fullname="System.Runtime.Remoting.Messaging.MonoMethodMessage" preserve="fields">
- <method name="InitMessage" />
- </type>
- <type fullname="System.Runtime.Remoting.Proxies.RealProxy" preserve="fields">
- <method name="PrivateInvoke" />
- <method name="GetAppDomainTarget" />
- </type>
- <type fullname="System.Runtime.Remoting.Proxies.TransparentProxy" preserve="fields">
- <method name="LoadRemoteFieldNew" />
- <method name="StoreRemoteField" />
- </type>
- <type fullname="System.Runtime.Remoting.RemotingServices">
- <method name="SerializeCallData" />
- <method name="DeserializeCallData" />
- <method name="SerializeExceptionData" />
- </type>
-
- <!--
- <type fullname="System.Runtime.Serialization.ISerializable" />
- <type fullname="System.Runtime.Serialization.SerializationException" />
- <type fullname="System.Runtime.Serialization.SerializationInfo" />
- <type fullname="System.Runtime.Serialization.StreamingContext" />
- -->
-
- <type fullname="System.Threading.ExecutionContext" />
- <type fullname="System.Threading.Interlocked">
- <method name="CompareExchange" />
- <method name="Exchange" />
- </type>
- <type fullname="System.Threading.Monitor">
- <method name="Enter" />
- <method name="Exit" />
- <method name="enter_with_atomic_var" />
- </type>
-
- <!--
- <type fullname="System.Threading.Mutex" />
- <type fullname="System.Threading.NativeEventCalls" />
- <type fullname="System.Threading.Semaphore" />
- -->
-
- <type fullname="System.Threading.SynchronisationLockException" />
- <type fullname="System.Threading.Thread" preserve="fields">
- <method name="get_CurrentContext" />
- </type>
- <type fullname="System.Threading.InternalThread" preserve="fields" />
- <type fullname="System.Threading.ThreadAbortException" />
- <type fullname="System.Threading.ThreadInterruptedException" />
- <!--<type fullname="System.Threading.ThreadPool" />-->
- <type fullname="System.Threading.ThreadState" preserve="fields" />
- <type fullname="System.Threading.ThreadStateException" />
- <type fullname="System.Threading.WaitHandle" preserve="fields">
- <method name="set_Handle" />
- </type>
- <type fullname="System.Threading._ThreadPoolWaitCallback">
- <method name="PerformWaitCallback"/>
- </type>
-
- <type fullname="System.Text.StringBuilder" preserve="fields" />
-
- <type fullname="System.Security.AllowPartiallyTrustedCallersAttribute" />
- <type fullname="System.Security.Policy.Evidence" />
- <!--
- <type fullname="System.Security.Principal.WindowsIdentity" />
- <type fullname="System.Security.Principal.WindowsImpersonationContext" />
- <type fullname="System.Security.Principal.WindowsPrincipal" />
- <type fullname="System.Security.RuntimeSecurityFrame" />
- <type fullname="System.Security.SecurityCriticalAttribute" />
- <type fullname="System.Security.SecurityException" />
- -->
- <type fullname="System.Security.SecurityManager" />
- <!--
- <type fullname="System.Security.SuppressUnmanagedCodeSecurityAttribute" />
- <type fullname="System.Security.VerificationException" />
- -->
-
- <namespace fullname="System.Security.Cryptography" feature="crypto" />
-
- <type fullname="Mono.Interop.ComInteropProxy" feature="com" />
- <type fullname="Mono.Interop.IDispatch" feature="com" />
- <type fullname="Mono.Interop.IUnknown" feature="com"/>
-
- <!-- by convention (and see #34671) -->
- <type fullname="Mono.Runtime" />
-
- <type fullname="Mono.RuntimeStructs/HandleStackMark" />
- <type fullname="Mono.RuntimeStructs/MonoError" />
- </assembly>
-</linker>
diff --git a/linker/Mono.Linker.csproj b/linker/Mono.Linker.csproj
index 3964313e8..8da37d7d2 100644
--- a/linker/Mono.Linker.csproj
+++ b/linker/Mono.Linker.csproj
@@ -92,26 +92,6 @@
<Compile Include="Mono.Linker\XApiReader.cs" />
<Compile Include="Mono.Linker.Steps\TypeMapStep.cs" />
</ItemGroup>
- <ItemGroup Condition=" '$(DoNotEmbedDescriptors)' == '' AND ! $(NetCoreBuild) ">
- <EmbeddedResource Include="Descriptors\mscorlib.xml">
- <LogicalName>mscorlib.xml</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="Descriptors\System.Web.xml">
- <LogicalName>System.web.xml</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="Descriptors\System.xml">
- <LogicalName>System.xml</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="Descriptors\Mono.Posix.xml">
- <LogicalName>Mono.Posix.xml</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="Descriptors\System.Drawing.xml">
- <LogicalName>System.Drawing.xml</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="Descriptors\System.Core.xml">
- <LogicalName>System.Core.xml</LogicalName>
- </EmbeddedResource>
- </ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="README" />