NuGet.Common.MSBuildProjectSystem.MSBuildProjectSystem C# (CSharp) Méthode

MSBuildProjectSystem() public méthode

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