3 references to OutputType
Microsoft.CodeAnalysis.Workspaces.MSBuild (3)
MSBuild\Constants\PropertyNames.cs (1)
47public const string OutputType = nameof(OutputType);
MSBuild\CSharp\CSharpCommandLineArgumentReader.cs (1)
55AddIfNotNullOrWhiteSpace("target", Project.ReadPropertyString(PropertyNames.OutputType));
MSBuild\VisualBasic\VisualBasicCommandLineArgumentReader.cs (1)
60AddIfNotNullOrWhiteSpace("target", Project.ReadPropertyString(PropertyNames.OutputType));