Table of Contents

Method RemoveProjectReference

Namespace
Alternet.Common.Projects.DotNet
Assembly
Alternet.Common.v10.dll

RemoveProjectReference(ProjectReference)

Removes specified reference from the project.

public bool RemoveProjectReference(DotNetProject.ProjectReference reference)

Parameters

reference DotNetProject.ProjectReference

Reference to remove.

Returns

bool

True is succeed; otherwise false.