Doc: Fix Windows Dev Env indentation

This fixes the broken indentation in the Development with Visual Studio
chapter (only visible in MkDocs).
This commit is contained in:
Michael Insel 2019-05-07 16:27:40 +02:00
parent 736e0806d7
commit cfba1c173f

View File

@ -985,30 +985,30 @@ You need a free Microsoft account to download and also store your preferences.
Choose these individual components on Visual Studio 2017: Choose these individual components on Visual Studio 2017:
* .NET * .NET
* .NET Framework 4.6 targeting pack * .NET Framework 4.6 targeting pack
* .NET Framework 4.6.1 SDK * .NET Framework 4.6.1 SDK
* .NET Framework 4.6.1 targeting pack * .NET Framework 4.6.1 targeting pack
* Code tools * Code tools
* Git for Windows * Git for Windows
* Static analysis tools * Static analysis tools
* Compilers, build tools and runtimes * Compilers, build tools and runtimes
* C# and Visual Basic Roslyn compilers * C# and Visual Basic Roslyn compilers
* C++/CU Support * C++/CU Support
* VC++ 2017 v141 toolset (x86_64) * VC++ 2017 v141 toolset (x86_64)
* Debugging and testing * Debugging and testing
* C++ profiling tools * C++ profiling tools
* Just-in-Time debugger * Just-in-Time debugger
* Development activities * Development activities
* Visual Studio C++ core features * Visual Studio C++ core features
* Games and Graphics * Games and Graphics
* Graphics debugger and GPU profiler for DirectX (required by C++ profiling tools) * Graphics debugger and GPU profiler for DirectX (required by C++ profiling tools)
* SDKs, libraries and frameworks * SDKs, libraries and frameworks
* Graphics Tools Windows 8.1 SDK (required by C++ profiling tools) * Graphics Tools Windows 8.1 SDK (required by C++ profiling tools)
* Windows 10 SDK **10.0.10240.0 - exactly this version** * Windows 10 SDK **10.0.10240.0 - exactly this version**
* Windows 8.1 SDK * Windows 8.1 SDK
* Windows Universal C Runtime * Windows Universal C Runtime
* Uncategorized * Uncategorized
* GitHub Extension for Visual Studio * GitHub Extension for Visual Studio
After a while, Visual Studio will be ready. After a while, Visual Studio will be ready.