1 implementation of IProjectFactory
NuGet.Commands (1)
MSBuildProjectFactory.cs (1)
21
public class MSBuildProjectFactory :
IProjectFactory
3 references to IProjectFactory
NuGet.Commands (3)
CommandRunners\PackCommandRunner.cs (2)
25
public delegate
IProjectFactory
CreateProjectFactory(PackArgs packArgs, string path);
491
IProjectFactory
factory = _createProjectFactory.Invoke(_packArgs, path);
MSBuildProjectFactory.cs (1)
62
public static
IProjectFactory
ProjectCreator(PackArgs packArgs, string path)