Burgerlib Python
Loading...
Searching...
No Matches
Functions | Variables
burger._find_visual_studio Namespace Reference

Package that contains windows only functions. More...

Functions

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

Variables

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

Detailed Description

Package that contains windows only functions.

Function Documentation

◆ _find_vs2003_2015()

def burger._find_visual_studio._find_vs2003_2015 (   installed_roots)
private

Find all versions of Visual Studio from 2003 to 2015.

Parameters
installed_rootsOpen registry key "Software\\Microsoft"

◆ _find_vs2017_higher()

def burger._find_visual_studio._find_vs2017_higher (   installed_roots)
private

Find all versions of Visual Studio 2017 and higher.

Parameters
installed_rootsOpen registry key "Software\\Microsoft"

Variable Documentation

◆ _IDETOOLS

burger._find_visual_studio._IDETOOLS
private

List of IDE tools.

◆ _VSTOOLS

burger._find_visual_studio._VSTOOLS
private

List of Visual Studio tools.

◆ _VSVERSIONS

burger._find_visual_studio._VSVERSIONS
private

Versions of Visual Studio from 2003 to 2015.