Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Biswal (0.19 sec)

  1. ci/devinfra/docker_windows/Dockerfile

    # Enable Long Paths for Win32 File/Folder APIs.
    RUN New-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem \
            -Name LongPathsEnabled -Value 1 -PropertyType DWORD -Force
    
    # Install Visual C++ Redistributable for Visual Studio 2015-2022.
    RUN New-Item -Path "C:/" -Name "TEMP" -ItemType "directory"; \
        Invoke-WebRequest "https://aka.ms/vs/17/release/vc_redist.x64.exe" \
            -OutFile C:/TEMP/vc_redist.x64.exe -UseBasicParsing; \
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Fri Aug 18 17:24:20 GMT 2023
    - 13.6K bytes
    - Viewed (0)
  2. RELEASE.md

        built with Visual Studio 2019 version 16.4 in order to take advantage of the
        new `/d2ReducedOptimizeHugeFunctions` compiler flag. To use these new
        packages, you must install "Microsoft Visual C++ Redistributable for Visual
        Studio 2015, 2017 and 2019", available from Microsoft's website
        [here](https://support.microsoft.com/help/2977003/the-latest-supported-visual-c-downloads).
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Wed Apr 03 20:27:38 GMT 2024
    - 727.4K bytes
    - Viewed (8)
Back to top