4 references to OutputType
PresentationBuildTasks (4)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (2)
884
IsSupportedOutputType(
OutputType
);
1201
Log.LogMessageFromResources(MessageImportance.Low, nameof(SR.OutputType),
OutputType
);
MS\Internal\Tasks\CompilerState.cs (1)
99
OutputType = mcPass1.
OutputType
;
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
99
IsSettingModified(CompilerState.OutputType, _mcPass1.
OutputType
) ||