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