예제 #1
0
        public static void AddItem(string projectPath, string itemType, string include)
        {
            if (!(bool)GlobalDef("mono/project/auto_update_project", true))
            {
                return;
            }

            ProjectUtils.AddItemToProjectChecked(projectPath, itemType, include);
        }