We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be1c541 + ecbc377 commit c45d3fbCopy full SHA for c45d3fb
Source/Tools/SharpGen/RunGenerator.bat
@@ -7,7 +7,7 @@ xcopy /D /Y "%~dp0MSDNDoc.zip" .
7
8
REM Find a VS 2017 installation with the C++ toolset installed.
9
set InstallDir=
10
-for /f "usebackq tokens=*" %%i in (`..\..\..\..\..\External\vswhere\vswhere -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 Microsoft.VisualStudio.Component.Windows10SDK.14393 -property installationPath`) do (
+for /f "usebackq tokens=*" %%i in (`..\..\..\..\..\External\vswhere\vswhere -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath`) do (
11
set InstallDir=%%i
12
)
13
set ToolsVersion=
0 commit comments