Bari.Plugins.Csharp.VisualStudio.CsprojSections.EmbeddedResourcesSection.GetSourceSets C# (CSharp) Méthode

GetSourceSets() protected méthode

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