4.4.4. Visual Studio 2003 (vs2003)

Visual Studio 2003.

4.4.4.1. Special properties

This toolset supports the same special properties that Visual Studio 2008 (vs2008). The only difference is that they are prefixed with vs2003.option. instead of vs2008.option..

4.4.4.2. Properties

4.4.4.2.1. All targets

vs2003.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

vs2003.guid (type: string)

GUID of the project.

Default: automatically generated

Inheritable from parent: no

4.4.4.2.2. Modules

vs2003.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

vs2003.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