1 write to OutputType
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
SolutionGeneration.cs (1)
256
OutputType
= "Library";
2 references to OutputType
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (2)
SolutionGeneration.cs (2)
254
if (string.IsNullOrEmpty(
OutputType
))
267
AddXElement(propertyGroup, "OutputType",
OutputType
);