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