4.4.10. Visual Studio 2015 (vs2015)¶
Visual Studio 2015.
4.4.10.1. Special properties¶
This toolset supports the same special properties that
Visual Studio 2010 (vs2010). The only difference is that they are prefixed
with vs2015.option.
instead of vs2010.option.
, i.e. the nodes are:
vs2015.option.Globals.*
vs2015.option.Configuration.*
vs2015.option.*
(this is the unnamedPropertyGroup
with global settings such asTargetName
)vs2015.option.ClCompile.*
vs2015.option.ResourceCompile.*
vs2015.option.Link.*
vs2015.option.Lib.*
vs2015.option.Manifest.*
4.4.10.2. Properties¶
4.4.10.2.1. All targets¶
vs2015.projectfile (type: path)
File name of the project for the target.
Default:
$(id).vcxproj
in the same directory as the.sln
fileInheritable from parent: no
vs2015.guid (type: string)
GUID of the project.
Default: automatically generated
Inheritable from parent: no
4.4.10.2.2. Modules¶
vs2015.solutionfile (type: path)
File name of the solution file for the module.
Default: same name as the module’s bakefile, with
.sln
extension, in@srcdir
Inheritable from parent: no
vs2015.generate-solution (type: bool)
Whether to generate solution file for the module. Set tofalse
if you want to omit the solution, e.g. for some submodules with only a single target.Default: True
Inheritable from parent: no