Bagikan melalui


AssignProjectConfiguration.ShouldUnsetParentConfigurationAndPlatform Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets a switch that determines whether to set the GlobalPropertiesToRemove metadata on the project reference such that on an MSBuild call, the Configuration and Platform metadata will be unset, allowing the child project to build in its default configuration / platform.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Tasks
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
Public Property ShouldUnsetParentConfigurationAndPlatform As Boolean
public bool ShouldUnsetParentConfigurationAndPlatform { get; set; }
public:
property bool ShouldUnsetParentConfigurationAndPlatform {
    bool get ();
    void set (bool value);
}
member ShouldUnsetParentConfigurationAndPlatform : bool with get, set
function get ShouldUnsetParentConfigurationAndPlatform () : boolean 
function set ShouldUnsetParentConfigurationAndPlatform (value : boolean)

Property Value

Type: System.Boolean
Returns true if the Configuration and Platform metadata will be unset; false otherwise. The default is false.

.NET Framework Security

See Also

Reference

AssignProjectConfiguration Class

Microsoft.Build.Tasks Namespace