3 references to Project
Microsoft.Build (1)
Definition\Project.cs (1)
200
:
this
(xml, null, null)
NuGet.CommandLine.XPlat (2)
Utility\MSBuildAPIUtility.cs (2)
83
return new SaveableProject { Project = new
Project
(projectRootElement, globalProperties, toolsVersion: null), VirtualProject = isVirtual ? (projectCSProjPath, VirtualProjectBuilder) : null };
1124
return this with { Project = new
Project
(Project.Xml, globalProperties, toolsVersion: null) };