Update README/DEVGUIDE for VS 2017 (#2559)

* Update README workloads and links

* Update DEVGUIDE links

* Include instructions for Individual Components

* Smaller image

* Remove VS info from image
This commit is contained in:
Josh Varty 2017-03-08 16:29:46 -08:00 коммит произвёл Kevin Ransom (msft)
Родитель 66123c8c16
Коммит 506d815424
2 изменённых файлов: 6 добавлений и 3 удалений

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

@ -105,7 +105,7 @@ Where you should set proper proxy address, user name and password.
# The Visual F# IDE Tools (Windows Only)
To build and test Visual F# IDE Tools, you must use the latest version of [Visual Studio 2017 RC](https://www.visualstudio.com/vs/visual-studio-2017-rc/#downloadvs). See the section titled "Development tools" in the [readme](README.md).
To build and test Visual F# IDE Tools, you must use the latest version of [Visual Studio 2017](https://www.visualstudio.com/downloads/). See the section titled "Development tools" in the [readme](README.md).
build.cmd vs -- build the Visual F# IDE Tools (see below)
build.cmd vs test -- build Visual F# IDE Tools, run all tests (see below)
@ -118,7 +118,7 @@ Use ``VisualFSharp.sln`` if you're building the Visual F# IDE Tools.
At time of writing, the Visual F# IDE Tools can only be installed into the latest Visual Studio 2017 RC releases.
The new builds of the Visual F# IDE Tools can no longer be installed into Visual Studio 2015.
You can install Visual Studio 2017 RC from https://www.visualstudio.com/vs/visual-studio-2017-rc/#downloadvs.
You can install Visual Studio 2017 from https://www.visualstudio.com/downloads/.
**Note:** This step will install a VSIX extension into Visual Studio "Next" that changes the Visual F# IDE Tools
components installed in that VS installation. You can revert this step by disabling or uninstalling the addin.

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

@ -48,10 +48,13 @@ For F# Compiler on OSX and Linux (see .travis.yml for build steps)
For Visual F# IDE Tools 4.1 development (Windows)
- [Visual Studio 2017 RC](https://www.visualstudio.com/vs/visual-studio-2017-rc/#downloadvs)
- [Visual Studio 2017](https://www.visualstudio.com/downloads/)
- Under the "Windows" workloads, select ".NET desktop development".
- Select "F# language suport" under the optional components.
- Under the "Other Toolsets" workloads, select "Visual Studio extension development".
- Under the "Individual Components" tab select "Windows 10 SDK" as shown below:
![image](https://cloud.githubusercontent.com/assets/1249087/23730261/5c78c850-041b-11e7-9d9d-62766351fd0f.png)
####Additional frameworks