4 references to RemoveGlobalProperty
Microsoft.Build (3)
Definition\Project.cs (1)
614
/// <see cref="SetGlobalProperty">SetGlobalProperty</see> and <see cref="
RemoveGlobalProperty
">RemoveGlobalProperty</see>.
Definition\ProjectCollection.cs (1)
1639
project.
RemoveGlobalProperty
(name);
ObjectModelRemoting\DefinitionObjectsLinks\ProjectLink.cs (1)
213
/// Facilitate remoting the <see cref="Project.
RemoveGlobalProperty
"/>.
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Build\ProjectBuildManager.cs (1)
297
project.
RemoveGlobalProperty
(PropertyNames.TargetFramework);