4.4.9. Visual Studio 2013 (vs2013)¶
Visual Studio 2013.
4.4.9.1. Special properties¶
This toolset supports the same special properties that
Visual Studio 2010 (vs2010). The only difference is that they are prefixed
with vs2013.option. instead of vs2010.option., i.e. the nodes are:
vs2013.option.Globals.*vs2013.option.Configuration.*vs2013.option.*(this is the unnamedPropertyGroupwith global settings such asTargetName)vs2013.option.ClCompile.*vs2013.option.ResourceCompile.*vs2013.option.Link.*vs2013.option.Lib.*vs2013.option.Manifest.*
4.4.9.2. Properties¶
4.4.9.2.1. All targets¶
vs2013.projectfile (type: path)
File name of the project for the target.
Default:
$(id).vcxprojin the same directory as the.slnfileInheritable from parent: no
vs2013.guid (type: string)
GUID of the project.
Default: automatically generated
Inheritable from parent: no
4.4.9.2.2. Modules¶
vs2013.solutionfile (type: path)
File name of the solution file for the module.
Default: same name as the module’s bakefile, with
.slnextension, in@srcdirInheritable from parent: no
vs2013.generate-solution (type: bool)
Whether to generate solution file for the module. Set tofalseif you want to omit the solution, e.g. for some submodules with only a single target.Default: True
Inheritable from parent: no