From b4037bd0d372b6e6b15a8899ca52eaf2bde16659 Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Wed, 10 Apr 2019 21:30:21 -0700 Subject: [PATCH 1/3] Update IIS libraries to platform toolset v142 --- eng/scripts/vs.buildtools.json | 2 -- eng/scripts/vs.json | 2 -- korebuild.json | 2 -- .../AspNetCoreModule-Setup/CustomAction/aspnetcoreCA.vcxproj | 2 +- .../IIS-Setup/IIS-Common/lib/CommonLib.vcxproj | 2 +- .../IIS-Setup/IIS-Common/reftrace/reftrace.vcxproj | 2 +- .../AspNetCoreModule-Setup/IIS-Setup/iisca/lib/iisca.vcxproj | 2 +- src/Servers/IIS/build/Build.Settings | 2 +- 8 files changed, 5 insertions(+), 11 deletions(-) diff --git a/eng/scripts/vs.buildtools.json b/eng/scripts/vs.buildtools.json index c487303d41f8..173ce44d407e 100644 --- a/eng/scripts/vs.buildtools.json +++ b/eng/scripts/vs.buildtools.json @@ -17,8 +17,6 @@ "Microsoft.VisualStudio.Component.NuGet.BuildTools", "Microsoft.VisualStudio.Component.VC.ATL", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", - "Microsoft.VisualStudio.Component.VC.v141.ATL", - "Microsoft.VisualStudio.Component.VC.v141.x86.x64", "Microsoft.VisualStudio.Component.Windows10SDK.17134", "Microsoft.VisualStudio.Workload.ManagedDesktopBuildTools", "Microsoft.VisualStudio.Workload.MSBuildTools", diff --git a/eng/scripts/vs.json b/eng/scripts/vs.json index c0596cbf3c7f..d5aff9345a4b 100644 --- a/eng/scripts/vs.json +++ b/eng/scripts/vs.json @@ -15,8 +15,6 @@ "Microsoft.VisualStudio.Component.Azure.Storage.Emulator", "Microsoft.VisualStudio.Component.VC.ATL", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", - "Microsoft.VisualStudio.Component.VC.v141.ATL", - "Microsoft.VisualStudio.Component.VC.v141.x86.x64", "Microsoft.VisualStudio.Component.Windows10SDK.17134", "Microsoft.VisualStudio.Workload.ManagedDesktop", "Microsoft.VisualStudio.Workload.NativeDesktop", diff --git a/korebuild.json b/korebuild.json index 00276e9e20e9..f1c77196d93c 100644 --- a/korebuild.json +++ b/korebuild.json @@ -16,8 +16,6 @@ "requiredWorkloads": [ "Microsoft.VisualStudio.Component.VC.ATL", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", - "Microsoft.VisualStudio.Component.VC.v141.ATL", - "Microsoft.VisualStudio.Component.VC.v141.x86.x64", "Microsoft.VisualStudio.Component.Windows10SDK.17134" ] } diff --git a/src/Installers/Windows/AspNetCoreModule-Setup/CustomAction/aspnetcoreCA.vcxproj b/src/Installers/Windows/AspNetCoreModule-Setup/CustomAction/aspnetcoreCA.vcxproj index 8aafdde3c1ab..c964a9687424 100644 --- a/src/Installers/Windows/AspNetCoreModule-Setup/CustomAction/aspnetcoreCA.vcxproj +++ b/src/Installers/Windows/AspNetCoreModule-Setup/CustomAction/aspnetcoreCA.vcxproj @@ -42,7 +42,7 @@ DynamicLibrary - v141 + v142 Unicode diff --git a/src/Installers/Windows/AspNetCoreModule-Setup/IIS-Setup/IIS-Common/lib/CommonLib.vcxproj b/src/Installers/Windows/AspNetCoreModule-Setup/IIS-Setup/IIS-Common/lib/CommonLib.vcxproj index 3eaa339620b3..cb9509cbdce2 100644 --- a/src/Installers/Windows/AspNetCoreModule-Setup/IIS-Setup/IIS-Common/lib/CommonLib.vcxproj +++ b/src/Installers/Windows/AspNetCoreModule-Setup/IIS-Setup/IIS-Common/lib/CommonLib.vcxproj @@ -31,7 +31,7 @@ StaticLibrary - v141 + v142 false diff --git a/src/Installers/Windows/AspNetCoreModule-Setup/IIS-Setup/IIS-Common/reftrace/reftrace.vcxproj b/src/Installers/Windows/AspNetCoreModule-Setup/IIS-Setup/IIS-Common/reftrace/reftrace.vcxproj index 257df53c477f..8d1093181d67 100644 --- a/src/Installers/Windows/AspNetCoreModule-Setup/IIS-Setup/IIS-Common/reftrace/reftrace.vcxproj +++ b/src/Installers/Windows/AspNetCoreModule-Setup/IIS-Setup/IIS-Common/reftrace/reftrace.vcxproj @@ -47,7 +47,7 @@ StaticLibrary - v141 + v142 true diff --git a/src/Installers/Windows/AspNetCoreModule-Setup/IIS-Setup/iisca/lib/iisca.vcxproj b/src/Installers/Windows/AspNetCoreModule-Setup/IIS-Setup/iisca/lib/iisca.vcxproj index b1b76b9b0879..4e737efc658a 100644 --- a/src/Installers/Windows/AspNetCoreModule-Setup/IIS-Setup/iisca/lib/iisca.vcxproj +++ b/src/Installers/Windows/AspNetCoreModule-Setup/IIS-Setup/iisca/lib/iisca.vcxproj @@ -74,7 +74,7 @@ StaticLibrary Unicode - v141 + v142 diff --git a/src/Servers/IIS/build/Build.Settings b/src/Servers/IIS/build/Build.Settings index ce1d870e75c1..0097cb4352bb 100644 --- a/src/Servers/IIS/build/Build.Settings +++ b/src/Servers/IIS/build/Build.Settings @@ -4,7 +4,7 @@ $(MSBuildThisFileDirectory)..\ Debug Win32 - v141 + v142 $(MSBuildProjectDirectory)\bin\$(Configuration)\$(Platform)\ $(OutputPath) aspnetcore From cc7666199c2fe73427fb4abb000655b559b7c7e0 Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Wed, 10 Apr 2019 21:30:35 -0700 Subject: [PATCH 2/3] Drop ancm version into a text file next to the installer --- .../IIS/AspNetCoreModuleV2/AspNetCore/AspNetCore.vcxproj | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Servers/IIS/AspNetCoreModuleV2/AspNetCore/AspNetCore.vcxproj b/src/Servers/IIS/AspNetCoreModuleV2/AspNetCore/AspNetCore.vcxproj index eff3e6d1b90d..ece782ae6f78 100644 --- a/src/Servers/IIS/AspNetCoreModuleV2/AspNetCore/AspNetCore.vcxproj +++ b/src/Servers/IIS/AspNetCoreModuleV2/AspNetCore/AspNetCore.vcxproj @@ -305,4 +305,12 @@ + + + + + + + + \ No newline at end of file From cd9bfa9fed3f8ad7b7c9033ce51957ee403931c3 Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Thu, 11 Apr 2019 08:54:17 -0700 Subject: [PATCH 3/3] feedback and try reverting removal of VC++ 141 tools to fix build --- eng/scripts/vs.buildtools.json | 2 ++ eng/scripts/vs.json | 2 ++ .../IIS/AspNetCoreModuleV2/AspNetCore/AspNetCore.vcxproj | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/eng/scripts/vs.buildtools.json b/eng/scripts/vs.buildtools.json index 173ce44d407e..c487303d41f8 100644 --- a/eng/scripts/vs.buildtools.json +++ b/eng/scripts/vs.buildtools.json @@ -17,6 +17,8 @@ "Microsoft.VisualStudio.Component.NuGet.BuildTools", "Microsoft.VisualStudio.Component.VC.ATL", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", + "Microsoft.VisualStudio.Component.VC.v141.ATL", + "Microsoft.VisualStudio.Component.VC.v141.x86.x64", "Microsoft.VisualStudio.Component.Windows10SDK.17134", "Microsoft.VisualStudio.Workload.ManagedDesktopBuildTools", "Microsoft.VisualStudio.Workload.MSBuildTools", diff --git a/eng/scripts/vs.json b/eng/scripts/vs.json index d5aff9345a4b..c0596cbf3c7f 100644 --- a/eng/scripts/vs.json +++ b/eng/scripts/vs.json @@ -15,6 +15,8 @@ "Microsoft.VisualStudio.Component.Azure.Storage.Emulator", "Microsoft.VisualStudio.Component.VC.ATL", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", + "Microsoft.VisualStudio.Component.VC.v141.ATL", + "Microsoft.VisualStudio.Component.VC.v141.x86.x64", "Microsoft.VisualStudio.Component.Windows10SDK.17134", "Microsoft.VisualStudio.Workload.ManagedDesktop", "Microsoft.VisualStudio.Workload.NativeDesktop", diff --git a/src/Servers/IIS/AspNetCoreModuleV2/AspNetCore/AspNetCore.vcxproj b/src/Servers/IIS/AspNetCoreModuleV2/AspNetCore/AspNetCore.vcxproj index ece782ae6f78..7c1c5a7bed96 100644 --- a/src/Servers/IIS/AspNetCoreModuleV2/AspNetCore/AspNetCore.vcxproj +++ b/src/Servers/IIS/AspNetCoreModuleV2/AspNetCore/AspNetCore.vcxproj @@ -309,7 +309,7 @@ - +