﻿/*           INFINITY CODE          */
/*     https://infinity-code.com    */

using InfinityCode.UltimateEditorEnhancer.ProjectTools;

namespace InfinityCode.UltimateEditorEnhancer.References
{
    public class ProjectFolderRuleReferences : ReferenceBase<ProjectFolderRuleReferences, ProjectFolderRule>
    {
        protected override string filename => "ProjectFolderRules";
    }
}