From 76b7bab63f5d61dc643d2e513ef8a3c653166950 Mon Sep 17 00:00:00 2001 From: Tomas Matousek Date: Fri, 9 Dec 2016 10:38:43 -0800 Subject: [PATCH] Sort lists --- ...CompilerExecutableBindingRedirects.targets | 33 +++++++++---------- build/config/SignToolData.json | 2 +- 2 files changed, 16 insertions(+), 19 deletions(-) diff --git a/build/Targets/GenerateCompilerExecutableBindingRedirects.targets b/build/Targets/GenerateCompilerExecutableBindingRedirects.targets index fd64466c475..a4dc4d39707 100644 --- a/build/Targets/GenerateCompilerExecutableBindingRedirects.targets +++ b/build/Targets/GenerateCompilerExecutableBindingRedirects.targets @@ -20,41 +20,38 @@ 1.2.1.0 - - 1.4.1.0 + + 4.0.1.0 - - 1.2.1.0 + + 4.0.1.0 + + + 4.0.3.0 + + + 4.1.2.0 4.0.2.0 - - 4.0.1.0 - 4.0.2.0 - - 4.1.2.0 - - + 4.0.1.0 + + 1.4.1.0 + 4.0.1.0 - + 4.0.1.0 4.0.1.0 - - 4.0.1.0 - - - 4.0.3.0 - diff --git a/build/config/SignToolData.json b/build/config/SignToolData.json index 189abdd7d8e..01885e23ba3 100644 --- a/build/config/SignToolData.json +++ b/build/config/SignToolData.json @@ -127,7 +127,6 @@ "System.IO.FileSystem.DriveInfo.dll", "System.IO.FileSystem.Primitives.dll", "System.IO.Pipes.dll", - "System.Xml.ReaderWriter.dll", "System.Reflection.Metadata.dll", "System.Runtime.InteropServices.RuntimeInformation.dll", "System.Security.AccessControl.dll", @@ -139,6 +138,7 @@ "System.Text.Encoding.CodePages.dll", "System.Threading.Thread.dll", "System.ValueTuple.dll", + "System.Xml.ReaderWriter.dll", "System.Xml.XmlDocument.dll", "System.Xml.XPath.XDocument.dll", "Microsoft.VisualStudio.Threading.resources.dll", -- GitLab