4.4.5. Visual Studio 2005 (vs2005)¶
Visual Studio 2005.
4.4.5.1. Special properties¶
This toolset supports the same special properties that
Visual Studio 2008 (vs2008). The only difference is that they are prefixed
with vs2005.option. instead of vs2008.option..
4.4.5.2. Properties¶
4.4.5.2.1. All targets¶
vs2005.projectfile (type: path)
File name of the project for the target.
Default:
$(id).vcxprojin the same directory as the.slnfileInheritable from parent: no
vs2005.guid (type: string)
GUID of the project.
Default: automatically generated
Inheritable from parent: no
4.4.5.2.2. Modules¶
vs2005.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
vs2005.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