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