Method | Description | |
---|---|---|
GetDCommandLine ( IVsHierarchy proj, uint itemid, string &cmdline ) : void | ||
GetDCompileOptions ( IVsHierarchy proj, uint itemid, string &impPath, string &stringImpPath, string &versionids, string &debugids, uint &flags ) : void | ||
GetParametersFromFakeProperties ( Microsoft vcfprop, System props ) : string |
Method | Description | |
---|---|---|
ConfigureFlags ( bool unittestOn, bool debugOn, bool x64, bool cov, bool doc, bool nobounds, bool gdc, int versionLevel, int debugLevel, bool noDeprecated, bool ldc ) : int | ||
GetVCToolProps ( IVsHierarchy proj, uint itemid, Microsoft &fcfg, Microsoft &cfg, System &vcrefl, Microsoft &vcprop ) : void |
public GetDCommandLine ( IVsHierarchy proj, uint itemid, string &cmdline ) : void | ||
proj | IVsHierarchy | |
itemid | uint | |
cmdline | string | |
return | void |
public GetDCompileOptions ( IVsHierarchy proj, uint itemid, string &impPath, string &stringImpPath, string &versionids, string &debugids, uint &flags ) : void | ||
proj | IVsHierarchy | |
itemid | uint | |
impPath | string | |
stringImpPath | string | |
versionids | string | |
debugids | string | |
flags | uint | |
return | void |
public static GetParametersFromFakeProperties ( Microsoft vcfprop, System props ) : string | ||
vcfprop | Microsoft | |
props | System | |
return | string |