This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| setlocal | |
| powershell -NoProfile -ExecutionPolicy Bypass -Command "(New-Object System.Net.WebClient).DownloadFile('https://aka.ms/vs/16/release/vs_professional.exe', '%TEMP%/vs_professional.exe')" || goto :error | |
| "%TEMP%/vs_professional.exe" --quiet --wait --nocache ^ | |
| --locale en-US ^ | |
| --add Microsoft.VisualStudio.Workload.NativeGame ^ | |
| --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 ^ | |
| --add Microsoft.VisualStudio.Component.Windows10SDK.19041 ^ | |
| --add Microsoft.NetCore.Component.SDK ^ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| WC_DEPTH is this path's depth as reported by set_path/link_path. | |
| REQUESTED_DEPTH is derived from the depth set by | |
| svn_repos_begin_report(). | |
| When iterating over this directory's entries, the following tables | |
| describe what happens for all possible combinations | |
| of WC_DEPTH/REQUESTED_DEPTH (rows represent WC_DEPTH, columns | |
| represent REQUESTED_DEPTH): |