From c220123600be462d9ef9323ffac99f5509eb1339 Mon Sep 17 00:00:00 2001 From: Anirudh Agnihotry Date: Mon, 23 Sep 2019 14:01:49 -0700 Subject: [PATCH] Removing microsoft.private.corefx.uap (dotnet/corefx#41187) * removing microsoft.private.corefx.uap * removing uap specific changes in ,.targets * add uap-windowsNT Commit migrated from https://github.com/dotnet/corefx/commit/49ba6ef9cb8120c87eae636fc41b79e07e88e707 --- .../Configurations.props | 7 --- .../Microsoft.Private.CoreFx.UAP.builds | 10 ---- .../Microsoft.Private.CoreFx.UAP.pkgproj | 67 ---------------------- .../Microsoft.Private.CoreFx.UAP/uap.rids.props | 24 -------- src/libraries/pkg/descriptions.json | 5 -- 5 files changed, 113 deletions(-) delete mode 100644 src/libraries/pkg/Microsoft.Private.CoreFx.UAP/Configurations.props delete mode 100644 src/libraries/pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.builds delete mode 100644 src/libraries/pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.pkgproj delete mode 100644 src/libraries/pkg/Microsoft.Private.CoreFx.UAP/uap.rids.props diff --git a/src/libraries/pkg/Microsoft.Private.CoreFx.UAP/Configurations.props b/src/libraries/pkg/Microsoft.Private.CoreFx.UAP/Configurations.props deleted file mode 100644 index a26810a..0000000 --- a/src/libraries/pkg/Microsoft.Private.CoreFx.UAP/Configurations.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - uap; - - - \ No newline at end of file diff --git a/src/libraries/pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.builds b/src/libraries/pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.builds deleted file mode 100644 index 0d02fc6..0000000 --- a/src/libraries/pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.builds +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/src/libraries/pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.pkgproj b/src/libraries/pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.pkgproj deleted file mode 100644 index 38201c7..0000000 --- a/src/libraries/pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.pkgproj +++ /dev/null @@ -1,67 +0,0 @@ - - - - uap - $(UAPvNextVersion) - $(TargetFrameworkName)$(TargetFrameworkVersion) - $(UAPPackageRefPath) - $(UAPPackageRuntimePath) - true - - false - - true - - - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - System.Diagnostics.DiagnosticSource; - System.Private.DataContractSerialization; - System.Private.Uri; - System.Private.Xml; - System.Private.Xml.Linq; - System.Reflection.Emit.ILGeneration; - System.Reflection.Emit.Lightweight; - System.Reflection.Emit; - System.Security.AccessControl; - System.Security.Cryptography.Cng; - System.Security.Principal.Windows; - System.Threading.Tasks.Extensions; - - - - - - System.ComponentModel.Composition; - System.Reflection.Context; - - - - - diff --git a/src/libraries/pkg/Microsoft.Private.CoreFx.UAP/uap.rids.props b/src/libraries/pkg/Microsoft.Private.CoreFx.UAP/uap.rids.props deleted file mode 100644 index 7db9c21..0000000 --- a/src/libraries/pkg/Microsoft.Private.CoreFx.UAP/uap.rids.props +++ /dev/null @@ -1,24 +0,0 @@ - - - - x86 - - - - arm - - - arm64 - - - x86 - - - - arm - - - arm64 - - - \ No newline at end of file diff --git a/src/libraries/pkg/descriptions.json b/src/libraries/pkg/descriptions.json index 975b3d4..bb20251 100644 --- a/src/libraries/pkg/descriptions.json +++ b/src/libraries/pkg/descriptions.json @@ -151,11 +151,6 @@ "CommonTypes": [] }, { - "Name": "Microsoft.Private.CoreFx.UAP", - "Description": "Package used to represent the portions of UAP that come from CoreFx.", - "CommonTypes": [] - }, - { "Name": "Microsoft.TargetingPack.NETFramework.v4.6", "Description": "Contains the .NET Framework v4.6 targeting pack.", "CommonTypes": [] -- 2.7.4