NOTE: Functionality and syntax of this feature is likely to change in future versions.
Generates a project file for use with Visual Studio, allowing integration of FASTBuild into Visual Studio solutions.
VCXProject( alias ) ; (optional) Alias
{
.ProjectOutput ; Filename of project file.
.ProjectInputPaths ; (optional) Paths to include in project
.ProjectInputPathsExclude ; (optional) Paths to exclude from project
.ProjectAllowedFileExtensions ; (optional) Extensions to allow in path searches
.ProjectFiles ; (optional) List of files to include in project
.ProjectFilesToExclude ; (optional) List of files to exclude from project
.ProjectBasePath ; (optional) Base path for root folder in project
.ProjectConfigs ; (optional) Project configurations. (default: debug, release)
.ProjectPlatforms ; (optional) Project platforms. (default: Win32, x64)
.ProjectBuildCommand ; (optional) Command to launch when "build project" is selected.
.ProjectRebuildCommand ; (optional) Command to launch when "rebuild project" is selected.
.ProjectCleanCommand ; (optional) Command to launch when "clean project" is selected.
.LocalDebuggerCommand ; (optional) Executable to launch when debugging.
.LocalDebuggerCommandArguments ; (optional) Args passed to executable when debugging.
.LocalDebuggerWorkingDirectory ; (optional) Working Dir for executable when debugging.
.LocalDebuggerEnvironment ; (optional) Environment variables when debugging.
}