4 references to OutputType
PresentationBuildTasks (4)
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (4)
82
IsSupportedOutputType(
OutputType
);
560
Log.LogMessageFromResources(MessageImportance.Low, nameof(SR.OutputType),
OutputType
);
644
if (
OutputType
.Equals(SharedStrings.Exe) ||
OutputType
.Equals(SharedStrings.WinExe))