Beispiel #1
0
        public virtual void RemoveImport(string targetFullPath)
        {
            if (targetFullPath == null)
            {
                throw new ArgumentNullException("targetFullPath");
            }

            MsBuildProject.RemoveImport(targetFullPath);
        }