In this section:
This setting specifies the compiler executable. The default compiler is This setting specifies additional compiler options.If you specify more than one option, separate the values with a space character. The product’s property file is preconfigured to use This setting specifies the solution name. By default, the solution name is the same as the solution file name, but if a project file name is specified as an input parameter, this property can be used to set the solution name. This setting specifies the configuration used during the build. The default is the first configuration in the project file. This setting specifies the platform used during the build. The default is the first platform in the project file.cpptest.input.msvc.compiler
cl.exe.
Acceptable Values
[path] The path to the compiler executable. cpptest.input.msvc.add.compiler.options
-I.
for this setting. If no value is present, the setting will be ignored.Acceptable Values
[compiler_option] The list of additional compileroptionsseparatedwithaspacecharacter. cpptest.input.msvc.solution
Acceptable Values
[solution_name] The list of additional compiler options separated with a space character. cpptest.input.msvc.config
Acceptable Values
[configuration_name] The name of the configuration that is used during the build. cpptest.input.msvc.platform
Acceptable Values
[platform_name] The name of the platform that is used during the build.