NuGet.Common.MSBuildProjectSystem.MSBuildProjectSystem C# (CSharp) Method

MSBuildProjectSystem() public method

public MSBuildProjectSystem ( string projectFile ) : System
projectFile string
return System
        public MSBuildProjectSystem(string projectFile)
            : base(Path.GetDirectoryName(projectFile))
        {
            Project = GetProject(projectFile);
        }