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 unnamed PropertyGroup with global settings such as TargetName)
  • vs2013.option.ClCompile.*
  • vs2010.option.ResourceCompile.*
  • vs2013.option.Link.*
  • vs2013.option.Lib.*

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).vcxproj in the same directory as the .sln file

Inheritable 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 .sln extension, in @srcdir

Inheritable from parent: no

vs2013.generate-solution (type: bool)

Whether to generate solution file for the module. Set to false if you want to omit the solution, e.g. for some submodules with only a single target.

Default: True

Inheritable from parent: no