ClrPlus.Scripting.MsBuild.Packaging.NugetPackage.GetPropsProject C# (CSharp) 메소드

GetPropsProject() 개인적인 메소드

private GetPropsProject ( string frameworkVariant ) : ProjectPlus
frameworkVariant string
리턴 ProjectPlus
        internal ProjectPlus GetPropsProject(string frameworkVariant)
        {
            return GetOrCreateProject("props", frameworkVariant);
        }