From 62eb2893053cc644c20bae321f00180e12a09d16 Mon Sep 17 00:00:00 2001 From: danmosemsft Date: Sun, 22 Jan 2017 20:47:11 -0800 Subject: [PATCH] Remove FEATURE_STRONGNAME_MIGRATION --- clr.coreclr.props | 1 - clr.defines.targets | 2 -- clr.desktop.props | 1 - src/mscorlib/src/System/Reflection/AssemblyAttributes.cs | 2 -- 4 files changed, 6 deletions(-) diff --git a/clr.coreclr.props b/clr.coreclr.props index afb5994..89dce77 100644 --- a/clr.coreclr.props +++ b/clr.coreclr.props @@ -26,7 +26,6 @@ true true true - true true true true diff --git a/clr.defines.targets b/clr.defines.targets index c6c6c70..01493d7 100644 --- a/clr.defines.targets +++ b/clr.defines.targets @@ -83,7 +83,6 @@ $(CDefines);FEATURE_STACK_PROBE $(CDefines);FEATURE_STANDALONE_SN $(CDefines);FEATURE_STRONGNAME_DELAY_SIGNING_ALLOWED - $(CDefines);FEATURE_STRONGNAME_MIGRATION $(CDefines);FEATURE_SVR_GC $(CDefines);FEATURE_SYNCHRONIZATIONCONTEXT_WAIT $(CDefines);FEATURE_PERFMAP @@ -162,7 +161,6 @@ $(DefineConstants);FEATURE_RWLOCK $(DefineConstants);FEATURE_SERIALIZATION $(DefineConstants);FEATURE_SORT_TABLES - $(DefineConstants);FEATURE_STRONGNAME_MIGRATION $(DefineConstants);FEATURE_SYNCHRONIZATIONCONTEXT_WAIT $(DefineConstants);FEATURE_SYNTHETIC_CULTURES $(DefineConstants);FEATURE_TYPEEQUIVALENCE diff --git a/clr.desktop.props b/clr.desktop.props index c295632..e10f048 100644 --- a/clr.desktop.props +++ b/clr.desktop.props @@ -69,7 +69,6 @@ true true true - true true true true diff --git a/src/mscorlib/src/System/Reflection/AssemblyAttributes.cs b/src/mscorlib/src/System/Reflection/AssemblyAttributes.cs index b2e44b0..4b550b4 100644 --- a/src/mscorlib/src/System/Reflection/AssemblyAttributes.cs +++ b/src/mscorlib/src/System/Reflection/AssemblyAttributes.cs @@ -360,7 +360,6 @@ namespace System.Reflection { } } -#if FEATURE_STRONGNAME_MIGRATION [AttributeUsage(AttributeTargets.Assembly, Inherited = false, AllowMultiple=false)] public sealed class AssemblySignatureKeyAttribute : Attribute { @@ -383,7 +382,6 @@ namespace System.Reflection { get { return _countersignature; } } } -#endif [AttributeUsage (AttributeTargets.Assembly, Inherited=false)] [System.Runtime.InteropServices.ComVisible(true)] -- 2.7.4