From abf07c287cb033ebbeb0f11625857ab175cd8652 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Thu, 19 Jan 2017 20:30:05 -0800 Subject: Fold System.Private.Reflection.rdxml into CoreLib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move System.Private.Reflection.rdxml to CoreLib because of that’s where the types referenced by it are now [tfs-changeset: 1645193] --- .../src/Resources/System.Private.CoreLib.rd.xml | 8 +++++++- .../src/Resources/System.Private.Reflection.rd.xml | 14 -------------- .../src/System.Private.Reflection.csproj | 3 --- 3 files changed, 7 insertions(+), 18 deletions(-) delete mode 100644 src/System.Private.Reflection/src/Resources/System.Private.Reflection.rd.xml diff --git a/src/System.Private.CoreLib/src/Resources/System.Private.CoreLib.rd.xml b/src/System.Private.CoreLib/src/Resources/System.Private.CoreLib.rd.xml index f33a654d6..8e7f7ead1 100644 --- a/src/System.Private.CoreLib/src/Resources/System.Private.CoreLib.rd.xml +++ b/src/System.Private.CoreLib/src/Resources/System.Private.CoreLib.rd.xml @@ -87,7 +87,13 @@ + + + + + + + - diff --git a/src/System.Private.Reflection/src/Resources/System.Private.Reflection.rd.xml b/src/System.Private.Reflection/src/Resources/System.Private.Reflection.rd.xml deleted file mode 100644 index 7d964d890..000000000 --- a/src/System.Private.Reflection/src/Resources/System.Private.Reflection.rd.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/src/System.Private.Reflection/src/System.Private.Reflection.csproj b/src/System.Private.Reflection/src/System.Private.Reflection.csproj index 645c7e84c..e2e74005a 100644 --- a/src/System.Private.Reflection/src/System.Private.Reflection.csproj +++ b/src/System.Private.Reflection/src/System.Private.Reflection.csproj @@ -24,8 +24,5 @@ - - - -- cgit v1.2.3