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