public ProjectPackageReferenceFile (DotNetProject project)
			: base(project.GetPackagesConfigFilePath ())
		{
			Project = project;
		}