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