Updated Getting Started on Visual Studio 2015 (markdown)

Jonathon Marolf 2015-07-22 14:27:50 -07:00
Родитель dd3b9ae444
Коммит 193ea1d3a3
1 изменённых файлов: 16 добавлений и 7 удалений

@ -1,7 +1,16 @@
1. Set up a box with Visual Studio 2015. Either
[install Visual Studio 2015](https://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs.aspx),
or grab a [prebuilt Azure VM image](http://blogs.msdn.com/b/visualstudioalm/archive/2014/06/04/visual-studio-14-ctp-now-available-in-the-virtual-machine-azure-gallery.aspx).
2. Install the [Visual Studio 2015 SDK](https://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs.aspx).
You'll need to do this even if you're using the Azure VM image.
3. Install the [.NET Compiler Platform SDK](https://visualstudiogallery.msdn.microsoft.com/2ddb7240-5249-4c8c-969e-5d05823bcb89)
which gives you the Visual Studio project templates and the [Syntax Visualizer tool window](https://github.com/dotnet/roslyn/wiki/Syntax%20Visualizer).
## Step 1:
Set up a box with Visual Studio 2015. Install either the Community or Enterprise versions of
[Visual Studio 2015](https://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs.aspx).
## Step 2:
Be sure to select "Custom" when installing
![](http://i.imgur.com/YINeLkG.png)
## Step 3:
Install "Common Tools for Visual C++ 2015" and the "Visual Studio Extensibility tools"
![](http://i.imgur.com/WWcO4e3.png)
## Step 4:
Install the [.NET Compiler Platform SDK](https://visualstudiogallery.msdn.microsoft.com/2ddb7240-5249-4c8c-969e-5d05823bcb89) which gives you the Visual Studio project templates and the [Syntax Visualizer tool window](https://github.com/dotnet/roslyn/wiki/Syntax%20Visualizer).