Classes | |
class | FileList |
class | InvalidCommand |
class | InvalidOption |
class | VCProject |
class | VCProjException |
class | YamlConfig |
Functions | |
def | get_after_config (text) |
def | main (argv) |
def | parse_args (argv) |
def | test_filelist () |
def | test_vcproj () |
def | test_yamlconfig () |
def | usage () |
Variables | |
dictionary | Cltools |
dictionary | conf_type |
string | dll_yaml |
string | exe_yaml |
string | exeproj_yaml |
string | lib_yaml |
dictionary | Libtools |
dictionary | Linktools |
dictionary | PostBuildEventtools |
dictionary | PreBuildEventtools |
dictionary | PreLinkEventtools |
string | rtcdll_yaml |
string | rtcexe_yaml |
string | tool_elem |
string | vcxproj_template |
def vcxprojtool.get_after_config | ( | text | ) |
Definition at line 276 of file vcxprojtool.py.
def vcxprojtool.main | ( | argv | ) |
Definition at line 1252 of file vcxprojtool.py.
def vcxprojtool.parse_args | ( | argv | ) |
Definition at line 1193 of file vcxprojtool.py.
def vcxprojtool.test_filelist | ( | ) |
Definition at line 1292 of file vcxprojtool.py.
def vcxprojtool.test_vcproj | ( | ) |
Definition at line 1308 of file vcxprojtool.py.
def vcxprojtool.test_yamlconfig | ( | ) |
Definition at line 1297 of file vcxprojtool.py.
def vcxprojtool.usage | ( | ) |
Definition at line 929 of file vcxprojtool.py.
dictionary vcxprojtool.Cltools |
Definition at line 167 of file vcxprojtool.py.
dictionary vcxprojtool.conf_type |
Definition at line 142 of file vcxprojtool.py.
string vcxprojtool.dll_yaml |
Definition at line 435 of file vcxprojtool.py.
string vcxprojtool.exe_yaml |
Definition at line 292 of file vcxprojtool.py.
string vcxprojtool.exeproj_yaml |
Definition at line 259 of file vcxprojtool.py.
string vcxprojtool.lib_yaml |
Definition at line 583 of file vcxprojtool.py.
dictionary vcxprojtool.Libtools |
Definition at line 196 of file vcxprojtool.py.
dictionary vcxprojtool.Linktools |
Definition at line 214 of file vcxprojtool.py.
dictionary vcxprojtool.PostBuildEventtools |
Definition at line 238 of file vcxprojtool.py.
dictionary vcxprojtool.PreBuildEventtools |
Definition at line 151 of file vcxprojtool.py.
dictionary vcxprojtool.PreLinkEventtools |
Definition at line 205 of file vcxprojtool.py.
string vcxprojtool.rtcdll_yaml |
Definition at line 808 of file vcxprojtool.py.
string vcxprojtool.rtcexe_yaml |
Definition at line 691 of file vcxprojtool.py.
string vcxprojtool.tool_elem |
Definition at line 252 of file vcxprojtool.py.
string vcxprojtool.vcxproj_template |
Definition at line 20 of file vcxprojtool.py.