VSInfo

Undocumented in source.

Members

Variables

genName
string genName;

The name of the generator that is used to register it with mage, e.g. "vs2013".

platformToolset
string platformToolset;

For Visual Studio 2013, this would be "v120".

supportedLanguages
string[] supportedLanguages;

Such as "cpp", "csharp", etc. Is filled by the base generator with defaults.

toolsVersion
string toolsVersion;

For Visual Studio 2013, this would be "12.0".

year
string year;

For Visual Studio 2013, this would be "2013".

Meta