From 34836fdaadd834477bc9392f4eeb6a9f3e532fa5 Mon Sep 17 00:00:00 2001 From: JoYo <> Date: Fri, 19 Feb 2021 14:12:33 -0500 Subject: [PATCH] added win81 for more backports --- README.mdown | 8 ++------ vs15.config | 4 +++- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.mdown b/README.mdown index 247ba4b..a3b05ba 100644 --- a/README.mdown +++ b/README.mdown @@ -35,6 +35,8 @@ Reference these containers later with the names: - win_build +- rust_build + - winxp_build # Run Containers @@ -82,12 +84,6 @@ services: volumes: - .:C:/source/ command: powershell -Command Import-Module C:\\msvc\\Common7\\Tools\\Microsoft.VisualStudio.DevShell.dll; Enter-VsDevShell -VsInstallPath C:\\msvc\\ - - winxp_build: - image: winxp_build - volumes: - - .:C:/source/ - command: cmd /k C:\\msvc\\Common7\\Tools\\VsDevCmd.bat ``` # Optional Workstation Scripts diff --git a/vs15.config b/vs15.config index 97f1f61..4c5f41f 100644 --- a/vs15.config +++ b/vs15.config @@ -2,9 +2,11 @@ "version": "1.0", "components": [ "Microsoft.VisualStudio.Workload.VCTools", + "Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Win81", "Microsoft.VisualStudio.ComponentGroup.NativeDesktop.WinXP", "Microsoft.VisualStudio.Component.VC.ATL", "Microsoft.VisualStudio.Component.VC.CMake.Project", - "Microsoft.VisualStudio.Component.Windows10SDK.17763" + "Microsoft.VisualStudio.Component.Windows10SDK.17763", + "Microsoft.VisualStudio.Component.Windows81SDK" ] }