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