Bari.Plugins.Csharp.VisualStudio.CsprojSections.PropertiesSection.PropertiesSection C# (CSharp) Method

PropertiesSection() public method

Initializes the class
public PropertiesSection ( Suite suite, IProjectGuidManagement projectGuidManagement, [ targetDir ) : System
suite Suite Active suite
projectGuidManagement IProjectGuidManagement Project GUID management service
targetDir [ Target directory where the compiled files will be placed
return System
        public PropertiesSection(Suite suite, IProjectGuidManagement projectGuidManagement, [TargetRoot] IFileSystemDirectory targetDir)
            : base(suite)
        {
            this.projectGuidManagement = projectGuidManagement;
            this.targetDir = targetDir;
        }