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

StaticLibraryReferencesSection() public method

Initializes the class
public StaticLibraryReferencesSection ( Suite suite, IProjectGuidManagement projectGuidManagement ) : System.IO
suite Suite Active suite
projectGuidManagement IProjectGuidManagement Project GUID management service
return System.IO
        public StaticLibraryReferencesSection(Suite suite, IProjectGuidManagement projectGuidManagement)
            : base(suite)
        {
            this.projectGuidManagement = projectGuidManagement;
        }
StaticLibraryReferencesSection