Bari.Plugins.VCpp.VisualStudio.VcxprojSections.PropertiesSection.PropertiesSection C# (CSharp) Method

PropertiesSection() public method

public PropertiesSection ( Suite suite, IProjectGuidManagement projectGuidManagement, [ targetDir, IProjectPlatformManagement platformManagement ) : System
suite Suite
projectGuidManagement IProjectGuidManagement
targetDir [
platformManagement IProjectPlatformManagement
return System
        public PropertiesSection(Suite suite, IProjectGuidManagement projectGuidManagement, [TargetRoot] IFileSystemDirectory targetDir, IProjectPlatformManagement platformManagement)
            : base(suite)
        {
            this.projectGuidManagement = projectGuidManagement;
            this.targetDir = targetDir;
            this.platformManagement = platformManagement;
        }