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

GetSourceSets() protected method

protected GetSourceSets ( Project project ) : IEnumerable
project Project
return IEnumerable
        protected override IEnumerable<ISourceSet> GetSourceSets(Project project)
        {
            return new[] {project.GetSourceSet("cs")};
        }