提交 a07f6b3c 编写于 作者: K Kevin Ransom (msft) 提交者: GitHub

Installscriptupdates (#2765)

* Remove comment ifdefs

* automate adding required Visual Studio components

* moved to scripts

* More build fixes

* Delete replaced line

* Updates
上级 0a3dbf9d
......@@ -18,6 +18,10 @@ $vs = Get-VSSetupInstance
# Microsoft.VisualStudio.Component.VC.Tools.x86.x64: VC++ 2017 v141 toolset (x86,x64)
# Microsoft.VisualStudio.Component.Windows10SDK.14393: Windows 10 SDK (10.0.14393.0)
# Microsoft.VisualStudio.Component.Windows81SDK: Windows 8.1 SDK
# Microsoft.VisualStudio.Component.PortableLibrary: .NET Framework PortableLibrary targeting pack
# Microsoft.Net.Component.4.TargetingPack: .NET Framework 4 targeting pack
# Microsoft.Net.Component.4.5.TargetingPack: .NET Framework 4.5 targeting pack
# Microsoft.Net.Component.4.5.1.TargetingPack: .NET Framework 4.5.1 targeting pack
# Microsoft.Net.Component.4.6.TargetingPack: .NET Framework 4.6 targeting pack
# Microsoft.Net.Component.4.5.1.TargetingPack: .NET Framework 4.5.1 targeting pack
# Microsoft.Net.Component.4.6.2.TargetingPack: .NET Framework 4.6.2 targeting pack
......@@ -35,6 +39,10 @@ $vs = Get-VSSetupInstance
--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 `
--add Microsoft.VisualStudio.Component.Windows10SDK.14393 `
--add Microsoft.VisualStudio.Component.Windows81SDK `
--add Microsoft.Net.Component.4.6.TargetingPack `
--add Microsoft.VisualStudio.Component.PortableLibrary `
--add Microsoft.Net.Component.4.TargetingPack `
--add Microsoft.Net.Component.4.5.TargetingPack `
--add Microsoft.Net.Component.4.5.1.TargetingPack `
--add Microsoft.Net.Component.4.6.2.TargetingPack
\ No newline at end of file
--add Microsoft.Net.Component.4.6.TargetingPack `
--add Microsoft.Net.Component.4.6.1.TargetingPack `
--add Microsoft.Net.Component.4.6.2.TargetingPack `
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册