6 references to Preprocess
Microsoft.Build.CommandLine.UnitTests (1)
CommandLineSwitches_Tests.cs (1)
496
parameterizedSwitch.ShouldBe(CommandLineSwitches.ParameterizedSwitch.
Preprocess
);
MSBuild (5)
CommandLineSwitches.cs (1)
274
new ParameterizedSwitchInfo( ["preprocess", "pp"], ParameterizedSwitch.
Preprocess
, null, false, null, true, false, "HelpMessage_25_PreprocessSwitch"),
XMake.cs (4)
1430
Console.WriteLine(ResourceUtilities.GetResourceString("UnsupportedSwitchForSolutionFiles"), CommandLineSwitches.ParameterizedSwitch.
Preprocess
);
2693
if (commandLineSwitches.IsParameterizedSwitchSet(CommandLineSwitches.ParameterizedSwitch.
Preprocess
))
2695
preprocessWriter = ProcessPreprocessSwitch(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
Preprocess
]);
4568
!commandLineSwitches.IsParameterizedSwitchSet(CommandLineSwitches.ParameterizedSwitch.
Preprocess
) &&