Add C++ ATL and Windows10SDK as required workloads to korebuild.json

This commit is contained in:
Nate McMaster 2017-12-28 12:27:53 -08:00 committed by Justin Kotalik
parent 03b092888e
commit 680afd0837
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@
"minVersion": "15.0.26730.03",
"requiredWorkloads": [
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
"Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Win81"
"Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Win81",
"Microsoft.VisualStudio.Component.VC.ATL",
"Microsoft.VisualStudio.Component.Windows10SDK.15063.Desktop"
]
}
}