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