Burgerlib Python
Loading...
Searching...
No Matches
burger._find_visual_studio Namespace Reference

Package that contains windows only functions. More...

Functions

 _find_vs2003_2015 (installed_roots)
 Find all versions of Visual Studio from 2003 to 2015.
 _find_vs2017_higher (installed_roots)
 Find all versions of Visual Studio 2017 and higher.

Variables

tuple _VSTOOLS
 List of Visual Studio tools.
tuple _IDETOOLS
 List of IDE tools.
tuple _VSVERSIONS
 Versions of Visual Studio from 2003 to 2015.
tuple _SUPPORTED_CPUS
 List of supported CPUs for Visual Studio tools.

Detailed Description

Package that contains windows only functions.

Function Documentation

◆ _find_vs2003_2015()

burger._find_visual_studio._find_vs2003_2015 ( installed_roots)
protected

Find all versions of Visual Studio from 2003 to 2015.

Parameters
installed_rootsOpen registry key "Software\\Microsoft"

◆ _find_vs2017_higher()

burger._find_visual_studio._find_vs2017_higher ( installed_roots)
protected

Find all versions of Visual Studio 2017 and higher.

Parameters
installed_rootsOpen registry key "Software\\Microsoft"