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