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.
1 parent 1e19f6b commit ecbc377Copy full SHA for ecbc377
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