diff --git a/Building.md b/Building.md index b32ea1a..8f0bc61 100644 --- a/Building.md +++ b/Building.md @@ -20,8 +20,7 @@ Use the following MSBuild properties to set the platform, configuration, and too * Configuration
Either Debug or Release. It will determine either to use code optimizations or produce debugging information. * PlatformToolset
- Compiler collection to use. Default is v140_xp (Visual Studio 2015 with Windows XP support).
- Other accepted values/versions: v140, v120, v120_xp, v110, v110_xp, v100, v90 (Note: You need to have the corresponding Visual Studio version installed). + Compiler collection to use. Accepted values are: v140_xp, v140, v120, v120_xp, v110, v110_xp, v100, v90 (Note: You need to have the corresponding Visual Studio version installed). Sample comand to build Project64, Release|x64 variant for MSVC 14 without XP support: ```