* Remove comment ifdefs

* automate adding required Visual Studio components

* moved to scripts

* More build fixes

* Delete replaced line

* Updates
This commit is contained in:
Kevin Ransom (msft) 2017-04-02 15:56:53 -07:00 коммит произвёл GitHub
Родитель 0a3dbf9df2
Коммит a07f6b3c7e
1 изменённых файлов: 10 добавлений и 2 удалений

Просмотреть файл

@ -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
--add Microsoft.Net.Component.4.6.TargetingPack `
--add Microsoft.Net.Component.4.6.1.TargetingPack `
--add Microsoft.Net.Component.4.6.2.TargetingPack `