public virtual void RemoveImport(string targetFullPath) { if (targetFullPath == null) { throw new ArgumentNullException("targetFullPath"); } MsBuildProject.RemoveImport(targetFullPath); }