mage ~gen-vs2013 (2022-02-23T00:05:29.9661958)
Dub
Repo
MSBuildProject
mage
msbuild
cpp
Undocumented in source.
struct
MSBuildProject {
string
name
;
UUID
guid
;
string
toolsVersion
;
MSBuildConfig
[]
configs
;
Path
[]
headers
;
Path
[]
cpps
;
Path
[]
otherFiles
;
Target
target
;
bool
isStartup
;
this
();
this
(string name);
}
Constructors
this
this
()
Undocumented in source.
this
this
(string name)
Undocumented in source.
Members
Variables
configs
MSBuildConfig
[]
configs
;
Undocumented in source.
cpps
Path
[]
cpps
;
Undocumented in source.
guid
UUID
guid
;
Undocumented in source.
headers
Path
[]
headers
;
Undocumented in source.
isStartup
bool
isStartup
;
Decides whether this project is the first to show up in the sln file.
name
string
name
;
Undocumented in source.
otherFiles
Path
[]
otherFiles
;
Undocumented in source.
target
Target
target
;
Undocumented in source.
toolsVersion
string
toolsVersion
;
Undocumented in source.
Meta
Source
See Implementation
mage
msbuild
cpp
functions
configArchitecture
configCharacterSet
configFiles
configIntermediatesDir
configLinkIncremental
configName
configOutputFile
configPlatformToolset
configType
configUseDebugLibgs
configWholeProgramOptimization
createProject
sanitize
trOptimization
trType2FileExt
trWarningLevel
structs
MSBuildConfig
MSBuildProject