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

GetSourceSets() protected method

Gets the source sets to include
protected GetSourceSets ( Project project ) : IEnumerable
project Project The project to get its source sets
return IEnumerable
        protected override IEnumerable<ISourceSet> GetSourceSets(Project project)
        {
            return new[] { project.GetSourceSet("resources") };
        }