From 2eaca408e0227028f99bbe2c9fac141a6c77d8d3 Mon Sep 17 00:00:00 2001 From: Andy Gocke Date: Wed, 31 Aug 2016 13:42:32 -0700 Subject: [PATCH] Adds new 1.3 facades to the Compiler MSBuild Willow authoring (#13497) The new facades are needed for the 1.3-targeted compiler build task. --- .../Microsoft.CodeAnalysis.Compilers.swr | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/Setup/DevDivVsix/CompilersPackage/Microsoft.CodeAnalysis.Compilers.swr b/src/Setup/DevDivVsix/CompilersPackage/Microsoft.CodeAnalysis.Compilers.swr index 48030445c01..84b0f3bd37c 100644 --- a/src/Setup/DevDivVsix/CompilersPackage/Microsoft.CodeAnalysis.Compilers.swr +++ b/src/Setup/DevDivVsix/CompilersPackage/Microsoft.CodeAnalysis.Compilers.swr @@ -34,9 +34,19 @@ folder InstallDir:\MSBuild\15.0\Bin file source=$(OutputPath)\System.AppContext.dll vs.file.ngen=yes file source=$(OutputPath)\System.Console.dll vs.file.ngen=yes + file source=$(OutputPath)\System.Diagnostics.Process.dll vs.file.ngen=yes file source=$(OutputPath)\System.Diagnostics.StackTrace.dll vs.file.ngen=yes + file source=$(OutputPath)\System.IO.Pipes.dll vs.file.ngen=yes file source=$(OutputPath)\System.IO.FileSystem.dll vs.file.ngen=yes + file source=$(OutputPath)\System.IO.FileSystem.DriveInfo.dll vs.file.ngen=yes file source=$(OutputPath)\System.IO.FileSystem.Primitives.dll vs.file.ngen=yes + file source=$(OutputPath)\System.Runtime.InteropServices.RuntimeInformation.dll vs.file.ngen=yes + file source=$(OutputPath)\System.Security.AccessControl.dll vs.file.ngen=yes + file source=$(OutputPath)\System.Security.Claims.dll vs.file.ngen=yes + file source=$(OutputPath)\System.Security.Cryptography.Algorithms.dll vs.file.ngen=yes + file source=$(OutputPath)\System.Security.Cryptography.Primitives.dll vs.file.ngen=yes + file source=$(OutputPath)\System.Security.Principal.Windows.dll vs.file.ngen=yes + file source=$(OutputPath)\System.Threading.Thread.dll vs.file.ngen=yes folder InstallDir:\MSBuild\15.0\Bin\amd64 file source=$(OutputPath)\VBCSCompiler.exe vs.file.ngen=yes @@ -69,6 +79,16 @@ folder InstallDir:\MSBuild\15.0\Bin\amd64 file source=$(OutputPath)\System.AppContext.dll vs.file.ngen=yes file source=$(OutputPath)\System.Console.dll vs.file.ngen=yes + file source=$(OutputPath)\System.Diagnostics.Process.dll vs.file.ngen=yes file source=$(OutputPath)\System.Diagnostics.StackTrace.dll vs.file.ngen=yes + file source=$(OutputPath)\System.IO.Pipes.dll vs.file.ngen=yes file source=$(OutputPath)\System.IO.FileSystem.dll vs.file.ngen=yes + file source=$(OutputPath)\System.IO.FileSystem.DriveInfo.dll vs.file.ngen=yes file source=$(OutputPath)\System.IO.FileSystem.Primitives.dll vs.file.ngen=yes + file source=$(OutputPath)\System.Runtime.InteropServices.RuntimeInformation.dll vs.file.ngen=yes + file source=$(OutputPath)\System.Security.AccessControl.dll vs.file.ngen=yes + file source=$(OutputPath)\System.Security.Claims.dll vs.file.ngen=yes + file source=$(OutputPath)\System.Security.Cryptography.Algorithms.dll vs.file.ngen=yes + file source=$(OutputPath)\System.Security.Cryptography.Primitives.dll vs.file.ngen=yes + file source=$(OutputPath)\System.Security.Principal.Windows.dll vs.file.ngen=yes + file source=$(OutputPath)\System.Threading.Thread.dll vs.file.ngen=yes -- GitLab