Microsoft.VisualStudio.Project.ProjectFactory.ProjectFactory C# (CSharp) Method

ProjectFactory() protected method

protected ProjectFactory ( Microsoft package ) : System
package Microsoft
return System
        protected ProjectFactory(Microsoft.VisualStudio.Shell.Package package)
        {
            this.package = package;
            this.site = package;

            // Please be aware that this methods needs that ServiceProvider is valid, thus the ordering of calls in the ctor matters.
            this.buildEngine = Utilities.InitializeMsBuildEngine(this.buildEngine, this.site);
        }